I used to take this approach also, until the umpteenth time I wanted to add
just a little more space to a file system, and I had to wind up copying the
entire contents off to a bigger piece of disk, verifying the copy is good,
unmounting, remounting the new one, retiring the old piece of disk.  Now, I
just:
umount /dev/vgname/lvname
e2fsadm -L +??M /dev/vgname/lvname
mount /dev/vgname/lvname

I like that a lot better.


Mark Post

-----Original Message-----
From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of David
Boyes
Sent: Friday, January 21, 2005 4:41 PM
To: LINUX-390@VM.MARIST.EDU
Subject: Re: Any caveats moving root filesystem to LVM?


-snip-
3) if a file system needs to be bigger than a physical volume, then use LVM
and create ext3 filesystems on the logical volumes created by LVM.

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to