[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: samba: mounting as cifs not working (works in Windows though)



On Sat, Jul 31, 2010 at 1:45 PM, H.S. <hs.samix@gmail.com> wrote:
> On 29/07/10 02:23 PM, Stephan Seitz wrote:
>>
>> On Wed, Jul 28, 2010 at 11:11:31AM -0400, H.S. wrote:
>>>
>>> ~$ sudo mount -v -t cifs -o user=<username> //sambaserver/Share
>>> >~/mnt/Share
>>> Password: .... <username's password here> ....
>>> mount.cifs kernel mount options:
>>>
>>> ip=192.168.0.8,unc=//sambaserver/Share,,ver=1,user=<username>,pass=********
>>>
>>> mount error(13): Permission denied
>>
>> Stupid question, but from what I remember using mount.smbfs and
>> mount.cifs (when it could be run by a normal user because of s-bit), the
>> target directory must belong to the user doing the mount call.
>>
>> I don’t know, what directory owner is required if you do the command via
>> sudo, but what permissions has ~/mnt/Share?
>
> Just to try this I created a new directory (on the server):
> drwxr-xr-x   2 hs hs     4096 Jul 29 14:29 testsamba
>
> and the relevant stanze in smb.conf:
> [testsamba]
>        comment = Test Samba share
>        browsable = yes
>        guest ok = no
>        path = /mnt/testsamba
>        writable = yes
>        force create mode = 0770
>        force directory mode = 0775
>
> Restarted samba but I am getting the same error (mount error(13): Permission
> denied) on the client.

Run
mkdir /home/hs/testsamba
tail -f /var/log/messages
on the client and try both
mount -v -t cifs //192.168.0.8/testsamba /home/hs/testsamba -o
domain=smbwg,username=hs,password=<password>,port=139
mount -v -t cifs //192.168.0.8/testsamba /home/hs/testsamba -o
domain=smbwg,username=hs,password=<password>,port=445


Reply to: