[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
LVM resizing
- To: silug-discuss@silug.org
 
- Subject: LVM resizing
 
- From: hbrhodes <hbrhodes@gmail.com>
 
- Date: Thu, 06 Jul 2006 04:36:34 -0500
 
- DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;       s=beta; d=gmail.com;       h=received:message-id:date:from:reply-to:user-agent:x-accept-language:mime-version:to:subject:content-type:content-transfer-encoding;       b=tuB98eOsC2xsdpyVzq0BdHr738A+IuOfnakxo1DI5EuVKZflzcscE/xdh8RxzDW6w0oA49/0tKm1tDwg5hc6KqWB7I4HVs4Zdw2WAFbAOwpIXFSITQs/Ar/GeiPz1kuTvSP1gvbrgwzETac7h5WeTwLLBLfKC5aqZ+vGcQAkDpk=
 
- Organization: Southern Illinois Linux Users Group
 
- Reply-To: silug-discuss@silug.org
 
- Sender: silug-discuss-owner@silug.org
 
- User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.13) Gecko/20060501 Fedora/1.7.13-1.1.fc5
 
i bought two 400 gig hard drive IDE's ... i installed FC5 base on the 
thing with a cd and then shut down.  i installed the other three hard 
drives (and removed the cd-rom) and turned it back on.  i have 
everything done for resizing the hard drives but i cannot get the 
(insert expletives) hard-drive to umount so i can resize2fs the LogVol.  
i've tried making a usb boot disk and i cannot figure out how to get a 
command prompt from there.  i tried to do a network nfs install after 
vi'ing the /etc/exports file so i could have access from the other 
computer where i want to store things.  but it won't let me umount the / 
file system, heh.
so i tried the boot disk again and sought installing via the nfs 
method.  it wouldn't find the iso image and then when i tried to access 
the files via a folder i extracted them too, it still wouldn't work.  i 
put (ro) properties to the folders and everything belongs to root, but i 
think the installer does too.  'sides, it is (ro).
/etc/exports
/misc/temp/    192.168.100.100(ro)   # where the FC5 files are extracted.
status of nfs is started and everything is running.  i haven't messed 
with hosts.deny or allow, they both have default entries which i think 
is nil.
#entries/ efforts for LVM resizing are as follows:
pvcretae -ff /dev/hdb1 /dev/hdc1 /dev/hdd1   # yep, had to force the 
last two drives
vgextend VolGroup01 | grep "Total PE"       # those three hard drives 
had Total PE = 28681 but i could only use 28619 (-62)
lvextend -l 28619 /dev/VolGroup01/LogVol00
---------------------------------------------------------------------------
and that is as far as i have gotten!
-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.