I have an SMB host sharing some folder on the same LAN where mycontainer is set up.
After having regularly installed cifs support:
admin@mycontainer:~$ sudo apt install cifs-utils
I'm not able to mount a share; issuing:
admin@mycontainer:~$ sudo mount -t cifs -o vers=1.0,username=myusername //smbhost/sharename /mnt/mountpoint
I receive:
mount error(1): Operation not permitted
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
dmesg gives this:
dmesg: read kernel buffer failed: Operation not permitted
Issuing the command without vers=1.0 changes nothing.
The same share is regularly used on Windows machine on the LAN
Any suggestion?
Mirco
After having regularly installed cifs support:
admin@mycontainer:~$ sudo apt install cifs-utils
I'm not able to mount a share; issuing:
admin@mycontainer:~$ sudo mount -t cifs -o vers=1.0,username=myusername //smbhost/sharename /mnt/mountpoint
I receive:
mount error(1): Operation not permitted
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
dmesg gives this:
dmesg: read kernel buffer failed: Operation not permitted
Issuing the command without vers=1.0 changes nothing.
The same share is regularly used on Windows machine on the LAN
Any suggestion?
Mirco