How to mount hdb ?

Craig White craigwhite at azapple.com
Sun Apr 9 22:18:10 UTC 2006


On Sun, 2006-04-09 at 13:24 -0700, Don wrote:
> I just installed an new hardrive and put FC5 on it.  I have files on 
> my old drive that shows up as hdb.  How do I get access to the files 
> on that drive.

----
fdisk -l /dev/hdb

will give you a list of the partitions of that drive...

mkdir /mnt/olddisk
mount /dev/hdbX /mnt/olddisk
ls -l /mnt/olddisk

where X is the partition # that you choose to mount

Craig




More information about the fedora-list mailing list