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
What is the use of awk command in unix?
Differentiate cat command from more command.
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
How can you see the command line history?
What is the difference between awk and grep?
What is merge command in unix?
Which command is used to create a directory?
What does touch command do in unix?
What are bash commands?
How do I use grep to find a file?
What is .sh file?
How do you grep a case insensitive?
How do I search a whole word in vim?
What is the general format of unix command syntax?
What is rmdir command?