Results 1 to 4 of 4
Hi All,
I have installed Linux on my machine and i wish to connect a hard disk as slave to my machine in order to recover some files. Is that ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-30-2004 #1Just Joined!
- Join Date
- Dec 2004
- Posts
- 1
Mounting a hard disk as a slave
Hi All,
I have installed Linux on my machine and i wish to connect a hard disk as slave to my machine in order to recover some files. Is that possible?
Thanks in advance,
Manisha
- 12-30-2004 #2Linux Engineer
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 1,267
100% possible...
if you want to put the file on the slave, you'll have to make sure the filesystem is compatible
other then that your good to go..
Get back to us if you need help in mounting your drive..
here's the info we would need if you need help
[/quote]Code:fdsik -l cat /etc/fstab
\"Meditative mind\'s is like a vast ocean... whatever strikes the surface, the bottom stays calm\" - Dalai Lama
\"Competition ultimatly comes down to one thing... a loser and a winner.\" - Ugo Deschamps
- 01-18-2005 #3Just Joined!
- Join Date
- Jan 2005
- Location
- Bangalore
- Posts
- 1
Hi!
In case you are not through with the mounting--
Assusming you are using IDE HDD.
First thing you need to do is check your whether your Hard Drive is made as Slave ( Refer HDD Manual ) On most of the IDE HDD you see a diagram showing how to make your HDD a Slave.
Once you are done you need to connect the HDD to the same ATA cable you use to connect the Master HDD.
If you are through with this then see whether you have connected the ATA cable to Primary IDE or Secondary IDE.
If connected to Primary IDE the ( assuming you want to mount partition 1 from the slave disk to /mnt directory )
mount -t auto /dev/hdc1 /mnt/
If connected to Secondary IDE the ( assuming you want to mount partition 1 from the slave disk to /mnt directory )
mount -t auto /dev/hdd1 /mnt/
Regards,
Hemant
- 01-18-2005 #4Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
While you're at it, check to make sure your original hard drive is jumpered to be master. I think it's common for drives to be set from the factory for "cable select" which I think would get confused with another drive on the same cable set as slave. Maybe it's not an issue, it's just that I don't trust "cable select"....
Originally Posted by hemant_Shimogi /IMHO
//got nothin'
///this use to look better


Reply With Quote
