I would like to make my esata drive mount on /backup whenever I turn it on. For reasons as yet unknown, it will sometimes mess up the boot if on at boot time. So, I figure auto mount on demand is the next best option
Announcement
Collapse
No announcement yet.
external esata drive automount
Collapse
This topic is closed.
X
X
-
never tried it ,,,,but , system settings>Removable devices> check "enable automatic mounting of removable media" ,, uncheck "mount all removable media at login" ,, check "only automatically mount removable media that has been manually mounted before" click apply
now ,,,,,,,Code:sudo mkdir /backup
Code:mount -t ext4 /dev/sdxx /backup
browse files to see it mounted ,,,,,,reboot ,,,turn it on and see if it auto-mounts to /backup ,,,,,,
like I said I'v never tried it .
VINNYi7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
-
Originally posted by vinnywright View Postnever tried it ,,,,but , system settings>Removable devices> check "enable automatic mounting of removable media" ,, uncheck "mount all removable media at login" ,, check "only automatically mount removable media that has been manually mounted before" click apply
now ,,,,,,,Code:sudo mkdir /backup
Code:mount -t ext4 /dev/sdxx /backup
browse files to see it mounted ,,,,,,reboot ,,,turn it on and see if it auto-mounts to /backup ,,,,,,
like I said I'v never tried it .
VINNY
- Top
- Bottom
Comment
Comment