Operating System - Linux
1828651 Members
1878 Online
109983 Solutions
New Discussion

filesystem online/mounted resize support

 
SOLVED
Go to solution
Adam Garsha
Valued Contributor

filesystem online/mounted resize support

Which of these filesystems support online resize (i.e. mounted) when the logical volume underneath has been extended?

ext2?
ext3?
reiserfs?

Thanks!
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: filesystem online/mounted resize support

Shalom,

Since November of 2004, ext3 has supported online resize.

You need to check with your linux distribution, which you have not revealed to us.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Sung Oh
Respected Contributor
Solution

Re: filesystem online/mounted resize support

Hi Adam,

ext2, ext3 can also resize
http://sourceforge.net/projects/ext2resize/
http://ext2resize.sourceforge.net/

reiserfs can resize using following command.
#resize_reiserfs /path/to/dev
#mount -o remount,resize /path/to/dev
in order to reduce the reiserfs size you must umount the partition.

both tools you need to umount the file system to reduce the size.

Regards,
Sung
Adam Garsha
Valued Contributor

Re: filesystem online/mounted resize support

Thanks, Suse 9.3.

I'll go with reiserfs since Suse leans that way by default. This is just a workstation.

Man, I miss advFS...