I'm performing an online resize of my / filesystem

Gilbo

Storage is cool
Joined
Aug 19, 2004
Messages
742
Location
Ottawa, ON
... for the 1st time ever. Wish me luck!
[root@Wittgenstein ~]# resize2fs -p /dev/VolGroup00/LogVol00
resize2fs 1.40.4 (31-Dec-2007)
Filesystem at /dev/VolGroup00/LogVol00 is mounted on /; online resizing required
old desc_blocks = 88, new_desc_blocks = 117
Performing an on-line resize of /dev/VolGroup00/LogVol00 to 487817216 (4k) blocks.

Intense... (Clearly, I am a geek. I'm excited and nervous at the same time...)
 

Gilbo

Storage is cool
Joined
Aug 19, 2004
Messages
742
Location
Ottawa, ON
I'm doing it with ext3 with resize2fs. ReiserFS can do it too, and so can XFS apparently. In all three cases you can only grow the filesystem if it's mounted - shrinking it might cause trouble after all!
 

Gilbo

Storage is cool
Joined
Aug 19, 2004
Messages
742
Location
Ottawa, ON
P.S. It all worked out quite well.

Bozo, I don't know if partition magic supports Ext3 & LVM. If it does it probably would have worked.
 
Top