I have a Shuttle XS fanless computer with a double usb hard drive. It gets quite hot and the usb stack crashes in Ubuntu 11.04. This causes usb disks to eject, I'd like to make the computer remount usb drives after a certain amount of time.
How is this possible?
The only way I can think about is by making a script that unmounts USB drives.
A tip: you can unmount usb drives by doing:
/dev/sdb1
should be replaced by your USB drive location.