View Single Post
  #24 (permalink)  
Old 30th October, 2008, 09:51 AM
ccperf721p ccperf721p is offline
Member
 
Join Date: April 2005
Location: AZ
Posts: 2,290

Most likely the reason you cannot see the drive is it has the same logical volume name as the one that fedora is installed on so you will need to change the VolGroup ID.

open a terminal and su to root then run lvscan , the output will show the volume id's, if there is two VolGroup00, run vgchange -ay VolGroup01.

then, mkdir /corrupt_drive

then, mount -t ext3 /dev/VolGroup01/LogVol01 /corrupt_drive

may need to change permissions as well, if so run chown -R your user /corrupt_drive
__________________
Biostar TForce X58 - Core i7 920 - 6GB Corsair Dominator DDR3 - XFX 9800GTX 512MB - PCP&C 750W - 1 X 36GB Raptor, 1 X 200GB Sata2, 3 X 320GB Sata2 - Dual boot, Gentoo Linux/WinXP
Reply With Quote