[KLUG Members] mount error 13 Permission denied, SUSE 10.3

Bruce Damkoehler bfdamkoehler at worldnet.att.net
Fri Mar 28 18:57:24 EST 2008


What you are doing is basically what I have done on distros without 
smbmount, such as centos5. My script is:

mount -t cifs //${TARGET_NODE}/${TARGET_DRIVE} ${MOUNT_POINT} -o 
"username=${LOGIN_ACNT}${PASSWD}"

Have you looked in /var/log/messages (or wherever your syslog output 
goes) to see if its being blocked on your suse machine?

If the server is a samba machine, can you look at the samba logs in 
/var/log/samba (or wherever the logs go on the server).

Have you tried a "smbclient -L server" just to make sure that even get 
to the server and list its shares?



bill wrote:
> Since upgrading to SUSE 10.3, I've not been able to get the client to
> mount a SMB drive.
>
> First off, smbmount isn't there any more.
>
> So, I've tried 
>
> mount -t cifs //server/service /mountpoint -o
> "username=name,domain=mydomain"
>
> and 
>
> mount.cifs //server/service /mountpoint -o
> "username=name,domain=mydomain"
>
> But both give me a
>
> mount error 13 Permission denied
>
> This used to work, and works from other machines.  What's up?
>
> kind regards,
>
> bill
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> Members mailing list
> Members at kalamazoolinux.org
> 
>   



More information about the Members mailing list