In case you were not aware, RedHat (and I’m assuming most other Linuxes) can resize and extend EXT3 filesystems while they’re mounted and being used. You need to be using LVM to do this (and if you aren’t, why not?)
Behold:
[root@tlfvm ~]# lvextend -L8G /dev/vg00/lvusr
Extending logical volume lvusr to 8.00 GB
Logical volume lvusr successfully resized
[root@tlfvm ~]# resize2fs -p /dev/vg00/lvusr
resize2fs 1.39 (29-May-2006)
Filesystem at /dev/vg00/lvusr is mounted on /usr; on-line resizing required
Performing an on-line resize of /dev/vg00/lvusr to 2097152 (4k) blocks.
The filesystem on /dev/vg00/lvusr is now 2097152 blocks long.
Try that on your NTFS partition, Windows fanboy!

Recent Comments