On Tue, Nov 12, 2002 at 07:06:26PM +0100, cana rich wrote:
> 
>  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)

First, you have to create a mountpoint for the partition: mkdir /mnt/tmp
Then you can mount the partition containing the file you're looking for:
mount /dev/hdb1 /mnt/tmp (if hdb1 is the correct device)
Copy the file to your home directory, umount the partition and delete
the mountpoint.

Emmanuel



-- 
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