[clue-tech] mount second hard drive

David L. Anselmi anselmi at anselmi.us
Wed Jul 16 10:21:08 MDT 2008


Bob Meetin wrote:
> root at syncsync:~# ls -l /dev/mapper
> total 0
> crw-rw---- 1 root root  10, 63 2008-07-16 02:43 control
> brw-rw---- 1 root disk 254,  0 2008-07-16 09:40 VolGroup00-LogVol00
> brw-rw---- 1 root disk 254,  1 2008-07-16 09:40 VolGroup00-LogVol01

So now you have LVM working.  You can use blkid to see what type those 
volumes are (pity they weren't named better).  Any type but swap can be 
mounted with "mount /dev/mapper/VolGroup00-LogVol00 /mnt" and then find 
your files in /mnt.

Dave


More information about the clue-tech mailing list