cifs mount in fstab no longer works

JD jd1008 at gmail.com
Tue Jul 13 17:28:55 UTC 2010


  On 07/13/2010 10:10 AM, Joseph L. Casale wrote:
>> What happens if you manually enter this:
>>
>> mount -t cifs -o rw,uid=500,gid=500   username=xxx,password=xxx
>> //10.0.0.5/Data  /home/xxx/Samba
> Hi,
> That and/or `mount -a` works fine, seems like a timing issue wrt
> to networking possibly?
>
> Thanks!
> jlc
I just checked the cifs mount command.
It is expecting: user=
and  not username=

If you use the option
credentials=filename

then filename must contain
username=value
password=value
domain=value

I think domain is optional or can be empty




More information about the users mailing list