You are not logged in.
Sorry about my poor english. Here's the issue:
$ sudo mount /mnt/archnet/ -v
mount.cifs kernel mount options: ip=192.168.1.1,unc=\\192.168.1.1\Share,nounix,noserverino,sec=ntlm,user=,pass=********
mount error(95): Operation not supported
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
fstab:
//192.168.1.1/Share /mnt/archnet cifs rw,noauto,users,guest,_netdev,nounix,noserverino,sec=ntlm 0 0
1. //192.168.1.1/Share has guest access.
2. //192.168.1.1/Share is created by Samba.
3. Windows clients can access it easily.
Any ideas?
Follow-up:
"vers=3.0" has to be added to mount options explicitly. issue resolved.
//192.168.1.1/Share /mnt/archnet cifs rw,noauto,users,guest,vers=3.0 0 0
Last edited by enihcam (2015-03-03 00:15:34)
Offline