https://askubuntu.com/questions/640118/nas-wont-auto-mount-at-boot - no answers
CIFS FSTAB won't start at boot and mount -a doesn't work as expected - not related, sudo mount -a
works for me
CIFS mount through fstab not mounting at boot - 2 answers, neither one works
My fstab entries are like:
//192.168.1.9/music /media/music cifs credentials=/home/media/.smbcredentials,_netdev,iocharset=utf8,gid=1000,uid=1000,file_mode=0777,dir_mode=0777 0 0
None mount at boot.
I don't get any errors or anything when I use sudo mount -a
. Wired CAT5 connection. 192.168.1.9
is a Synology NAS. is it possible that I need to put some sort of wait in here? I added _netdev for that reason when I was on a wireless connection...
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04 LTS"
mount -a
if the smbcredentials was goofed up? – jcollum Jun 09 '16 at 13:24