Dumb newbie question: mounting additional drive

Net Llama! netllama
Mon May 17 12:00:01 PDT 2004


On 03/02/04 17:45, Harry G wrote:

> I have added a drive to my system (which is a Libranet box).  The drive
> has an old Suse 8.1 install on it.  
> 
> My question is how can I mount the drive so I can copy data from it?  I
> need to get the old docs off of it.

Depends on where you've attached it physically to the system:
hda = primary master IDE drive
hdb = primary slave IDE drive
hdc = secondary master IDE drive
hdd = secondary slave IDE drive

SCSI drives start with sda, and just go down the list of letters in the 
alphabet.   Look at the output from dmesg to see how the drive was 
detected if you're unsure.  Then its as simple as mounting the partition:
mount -t <FS> /dev/whatever /mnt/foo

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
L. Friedman                       	       netllama at linux-sxs.org
Linux Step-by-step & TyGeMo: 		    http://netllama.ipfox.com

  17:50:01  up 86 days, 22:29,  1 user,  load average: 0.13, 0.12, 0.09



More information about the Linux-users mailing list