相关疑难解决方法(0)

unable to mount samba share on boot (ubuntu 15.10)

I am following MountWindowsSharesPermanently to mount a samba share on boot
As said in wiki, I added these lines to /etc/fstab:

# auto-mounting the samba share 'Seagates' on raspberry pi
//192.168.2.2/Seagates /home/edward/samba/raspberry cifs uid=1000,gid=1000,credentials=/home/edward/.smbcredentials,iocharset=utf8,sec=ntlm 0 0 
Run Code Online (Sandbox Code Playgroud)

and after that, since it is a password protected share, I added login credentials in ~/.smbcredentials and rebooted

The mount is failing with these errors, taken from journalctl | grep samba:

Nov 10 22:39:27 flippingbits systemd[1]: Mounting /home/edward/samba/raspberry...
Nov 10 22:39:33 flippingbits …
Run Code Online (Sandbox Code Playgroud)

boot fstab mount samba systemd

6
推荐指数
1
解决办法
3227
查看次数

标签 统计

boot ×1

fstab ×1

mount ×1

samba ×1

systemd ×1