1832754 Members
3250 Online
110045 Solutions
New Discussion

Re: Filesystem extension

 
SOLVED
Go to solution
Spark_2
Frequent Advisor

Filesystem extension

.
2 REPLIES 2
Pete Randall
Outstanding Contributor

Re: Filesystem extension

See the EXAMPLES section of the lvextend man page.


Pete

Pete
Berd
Trusted Contributor
Solution

Re: Filesystem extension

lvextend -L /dev/yourvg/yourfilesytem

If you have Online JFS then you can increase mountpint by doing
fsadm -F vxfs -bM /your_mount_point

Without online jfs, you will have to umount filesystem and extendfs -F vxfs /dev/yourvg/

Regards,
Berd