So, I have an Optiplex 780 with esata on the back. Under windows, I'm able to hotplug any ol' hard drive using my Thermaltake eSata USB Docking Station. As soon as I plug in the eSata cable, it spins up the drive and is recognized. Unfortunately, under Ubuntu it doesn't spin up at all.
Under Ubuntu 14.04 I've added lsscsi, but I only end up with the following output:
[0:0:0:0] disk ATA hp ssd v300a 502A /dev/sda
[1:0:0:0] cd/dvd TSSTcorp DVD+-RW TS-L633C DW50 /dev/sr0
(Basically, my system drive and the DVD writer)
The drive does not spin up, and nothing is recognized.
I've tried rescanning using
echo "- - -" | sudo tee -a /sys/class/scsi_host/host0/scan
(for each of the host0-3), But that doesn't seem to improve the situation.
gparted also does not show the drive.
In my research I've come across the following:
- http://bitprison.net/monoig_model_attibutes_translation
- https://help.ubuntu.com/community/AutomaticallyMountPartitions
But to no avail. Any ideas?
lspci gives the following:
00:1f.2 IDE interface: Intel Corporation 82801JD/DO (ICH10 Family) 4-port SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801JD/DO (ICH10 Family) SMBus Controller (rev 02)
00:1f.5 IDE interface: Intel Corporation 82801JD/DO (ICH10 Family) 2-port SATA IDE Controller (rev 02)
I don't know if that makes any difference.