[BlueOnyx:10499] Re: Increasing size of hard drive

Dogsbody dan at dogsbody.org
Tue May 8 10:21:00 -05 2012


With LVM this is really easy.  Especially if you don't want to resize 
the root partition.

To grow /backup to 500GB I used...

     vgdisplay
     lvextend -L500G /dev/VolGroup00/LogVol06
     umount /backup
     e2fsck -f /dev/mapper/VolGroup00-LogVol06
     resize2fs -p /dev/mapper/VolGroup00-LogVol06
     mount /backup

... if you want to do the same thing with the root partition then you 
have to boot from a Live CD first and do pretty much the same thing.

Dan


On 08/05/2012 15:14, Mark E. Levy wrote:
> How can the size of a BO drive be increased? I'm running BO on VMware
> and thus can easily increase the space allocated to that virtual
> machine, but how do I get BO to recognize that there is more space
> available?


-- 
Find me online : http://www.dogsbody.info/



More information about the Blueonyx mailing list