If JFS file system is 100% full how we can increase the file
system ?
Answer Posted / partho patnaik
# umount <mountpoint>
# lvextend –L <n> /dev/vgXX/lvolX
-L <n> set new size of lvol to n MB
# extendfs –F vxfs /dev/vgXX/rlvolX
# mount <mountpoint>
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Differentiate cmp command from diff command.
What do chmod, chown, chgrp commands do?
Which unix command lists files/folders in alphabetical order?
What are file commands?
How to display no of records in oracle using unix command?
Can you explain a little bit about command substitution?
What is the use of egrep command in unix?
What is grep command in unix with examples?
What does this command do,"$more readme.txt“?
How do I search for text in vi?
Describe the usage and functionality of the command rm –r * in unix?
How to find $ai_serual resolved path by using unix
What is ctrl d?
How do you grep recursively?
What is the nmap command?