I recently installed a 500GB SATA Hard Drive in my computer. I partitioned 80GB to Windows, 2GB to Swap, 512MB to /boot and the rest to /. When I leave my computer idle, I return to find it off. The only way I can get it back on is to unplug it from the wall and plug it back in. I am wondering if this could be an issue with APM on the Hard Drive.
I ran:
and received:
So I tried /dev/sda
Any help would be greatly appreciated, preferably before my new hard drive dies.
Thanks
~ JimmyJam
I ran:
Code:
$ sudo hdparm -B 255 /dev/hda
Code:
/dev/hda: No such file or directory
Code:
$ sudo hdparm -B 255 /dev/sda /dev/sda: setting Advanced Power Management level to disabled HDIO_DRIVE_CMD failed: Input/output error
Thanks
~ JimmyJam
Comment