View previous topic :: View next topic |
Author |
Message |
cdentinger n00b
Joined: 31 Dec 2004 Posts: 4
|
Posted: Mon May 01, 2006 6:44 pm Post subject: suspend2 + usb hdd |
|
|
I'm running 2006.0/2.6.16 on a Dell Optiplex GX150 (PIII 1ghz).
I recently built suspend2 into my kernel and have it set up to suspend to the swap partition when I hit the power button. It works great, except that I have a usb hdd (/dev/sdb1) attached that is no longer mounted when the machine turns on again. It has an entry in fstab so my first instinct was to umount it via hibernate.conf and hope it'd mount again when the machine wakes up, but this didn't work.
Any ideas?
Let me know if there's any other info I can provide. Thanks! |
|
Back to top |
|
|
pem Guru
Joined: 29 Aug 2004 Posts: 390 Location: France
|
Posted: Tue May 02, 2006 8:54 pm Post subject: |
|
|
You could try to restart the service in charge of handling these kind of devices. Try something like that under /etc/hibernate/hibernate.conf.
Code: | RestartServices hotplug |
_________________ Registered user #30505 |
|
Back to top |
|
|
|