View Single Post
Old 01-01-2009   #5
compufunk
Specialist Contributor
 
compufunk's Avatar
 
Join Date: 07-05-2008
Location: NW, Ireland
Posts: 1398
Thanks: 126
Thanked 231 Times in 198 Posts

My System: DM 600-S, AB IPBox 9000HD, Moteck SG2100, Fracarro Penta 85 dish, + some puters

I dont know what your problem is here, so I cant be of much help.
Originally Posted by HB13DISH View Post
Do I need to physically disconnect the HDD in order to neutralize the HDD completely from the system?
For testing, You can unmount the hard disk, This would be equivalent to disconnecting it (almost).

Run the following command in telnet,
Code:
umount /hdd
That should do it.

To remount the disk without having to reboot.
Code:
mount /dev/ide/host0/bus0/target0/lun0/part1 /hdd
compufunk is offline   Reply With Quote