Displaying 1 result from an estimated 1 matches for "win_userb".
Did you mean:
win_users
2011 Jun 02
0
mount cifs gives error 13 after changing password
...to allow users to map their network drive (provided by a
windows file server) via cifs on a linux server.
The lines in /etc/fstab looks like:
//windows/drive/A/ /home/userA/W cifs
rw,username=win_userA,noauto,suid,users 0 0
//windows/drive/B/ /home/userB/W cifs
rw,username=win_userB,noauto,suid,users 0 0
Everything worked fine till userA changed his passwords on the windows file
server. Of course his linux cifs mount was no longer accessible. However,
when userA tried to re-mount with his new password, he got Error 13.
Here is what I tried as root:
mount -t cifs //...