hi! I have an USB drive connected to a linux server (running Fedora), the USB drive is always connected and always on. After I reboot the server, I have to turn the USB drive off and on before I can mount it.
I added the following line to the /etc/fstab file, but still the system does not automount the USB drive after reboot.
/dev/sdb1 /mnt/sdb1 ext3 defaults 0 0
is there anyway the USB drive can be automounted after server reboot without me physically turning the USB drive off and then on?
thanks so much for the help!