On Tue, Oct 04, 2005 at 02:00:58PM -0500, Ryan Byrd wrote: > I have this new RHE4 server from dell and they have LVM setup on it. it > has an 80gb drive, but the setup has about 50GB of unused space. I wanted > to grow the /home partition to use that 50 GB. I used lvextend, but it > didn't seem to work. below is my work. any ideas, linux lvm gurus? >
Lvextend only changes the size of the partition--not the filesystem. If you use ext2/3: 1) umount /home 2) fsck -C0 -f /dev/whereverhomewas 3) resize2fs -p /dev/whereverhomewas -- Andrew McNabb http://www.mcnabbs.org/andrew/ PGP Fingerprint: 8A17 B57C 6879 1863 DE55 8012 AB4D 6098 8826 6868
pgpbdyU0BVmRm.pgp
Description: PGP signature
-------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
