I have a Samba share listed in /etc/fstab as follows:
. It doesn't get mounted on bootup, but I'm able to mount it later on with the obvious mount /mediavault. What can I do to get it mounted automatically on bootup?
Code:
hpmediavault:FileShare /mediavault cifs user,users,atime,auto,rw,nodev,pass='' 0 0
Comment