/etc/fstab
13.04以降に機能しなくなった年齢層のラインがあります。
//192.168.100.2/share /mnt/popcorn cifs username=MyUserName,password=MyPassword,user,gid=sambashare,file_mode=0664 0 0
そしてそれは私に与えます:
mount /mnt/popcorn
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
dmesg
砂漠の日差しと同じくらい役に立ちます:
[ 622.471321] CIFS VFS: Send error in SessSetup = -13
[ 622.471458] CIFS VFS: cifs_mount failed w/return code = -13
これは正常に機能するため、ユーザーとパスの組み合わせは正しいことがわかります。
bart@dosar:~$ smbclient //192.168.100.2/share --user=MyUserName
Enter nmt's password:
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.32]
smb: \> ls
...
Ubuntu 13.04でCIFS / Samba共有を永続的にマウントするにはどうすればよいですか?