Cana,
  I don't know if I really understand your question, but it seems to be
a relatively simple answer.   You need to know the device of your second
hard drive.  [ide? scsi?]

IDE Drives are named as such:
hda  Primary Master
hdb  Primary Slave
hdc  Secondary Master
hdd  Secondary Slave.


SCSI is a little different
sda - First SCSI drive
sdb - Second SCSI drive

scd0 - First SCSI CDrom

sg0  - First SCSI CDROm, or Scanner, etc.

st0, nst0 - First SCSI Tape Drive.

lets assume that your first hard drive is hda, and your second hard
drive is hdb.

Thus your first partition on your first hard drive is 'hda1', and the
second is 'hda2', and so forth.  For your second hard drive it would be:
'hdb1', 'hdb2', 'hdb3', etc.

mounting the partitions [or 'filesystems'] is simple enough,

make a directory in /mnt to use [because it is simple]
i.e. mkdir /mnt/temp

then cd to mnt
cd /mnt

now mount the partition/filesystem that you want:
mount /dev/hdb1 /mnt/temp
 
cd temp

.....


then you can look and see what files are there, and see if they are the
ones your looking for.



On Tue, 2002-11-12 at 10:06, cana rich wrote:
> 
> Hello,
> 
>  I am using RedHat7.2 in a hard and i would like to get back file from a second hard 
>disk.
> 
> Could you tell me how to mount the second hard disk? (it's already in linux format)
> 
> Thanks
> 
>  
> 
> Canarich
> 
> 
> 
> ---------------------------------
> Yahoo! Mail -- Une adresse @yahoo.fr gratuite et en français !




-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to