Debian squeeze.
# mount //192.168.2.6/Pub/ m -o guest
mount error(1): Operation not permitted
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Lo collaudo su un sistema chiaro (Debian squeeze x686). mount è ok.
setuid è impostato. fstab non contiene punti di condivisione lì.
Il mio sistema:
# ls -l /sbin | grep mount
-rwsr-xr-x 1 root root 32624 Jun 5 00:34 mount.cifs
# ls -l /bin | grep mount
-rwsr-xr-x 1 root root 78616 Jun 20 18:19 mount
Sistema di test:
# ls -l /bin | grep mount
-rwsr-xr-x 1 root root 68316 Июн 20 20:27 mount
# ls -l /sbin | grep mount
-rwsr-xr-x 1 root root 26852 Июн 5 11:43 mount.cifs
Cosa potrebbe esserci di sbagliato ?!