Hi all,
I’m not sure this is the right location for this thread but I experience mount problems with my SMB share at home after updating to 11.4 from 11.2.
Any help is greatly appreciated.
Issue:
fire@a3800:~> mount ~/Server/fire
Couldn't chdir to /home/fire/Server/fire: Permission denied
fstab line:
//192.168.0.20/fire /home/fire/Server/fire cifs noauto,user 0 0
I can do this as user because the “UID” from “mount.cifs” is set:
fire@a3800:/sbin> ls -l
-rwsr-xr-x 1 root root 36504 19 feb 06:36 mount.cifs
This has always been working for me in all opensuse versions 10.0 till 11.3. (yes, my desktop is still on 11.3)
With 11.4 on my laptop I can’t mount my share anymore. Also root can’t mount the share!
a3800:~ # whoami
root
a3800:~ # mount /home/fire/Server/fire
Password:
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
a3800:~ #
The password is asked but no joy…
Other commands are tried with the same result:
fire@a3800:/~> whoami
fire
fire@a3800:/~> /sbin/mount.cifs //192.168.0.20/fire /home/fire/Server/fire -o user=fire,domain=home,uid=fire,gid=users
Couldn't chdir to /home/fire/Server/fire: Permission denied
or:
a3800:~ # whoami
root
a3800:~ # mount /home/fire/Server/fire
Password:
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
a3800:~ # mount.cifs //192.168.0.20/fire /home/fire/Server/fire -o user=fire,domain=home,uid=fire,gid=users
Password:
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
a3800:~ # mount //192.168.0.20/fire /home/fire/Server/fire -o user=fire,domain=home,uid=fire,gid=users
Password:
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
a3800:~ #
Info:
a3800:~ # mount.cifs -V
mount.cifs version: 4.6
a3800:~ # uname -a
Linux a3800.home 2.6.37.1-1.2-desktop #1 SMP PREEMPT 2011-02-21 10:34:10 +0100 x86_64 x86_64 x86_64 GNU/Linux
a3800:~ # cat /etc/SuSE-release
openSUSE 11.4 (x86_64)
VERSION = 11.4
CODENAME = Celadon
a3800:~ #
Thanks for reading, Fire