Comment 13 for bug 286828

Revision history for this message
Jim Lehmer (jim-lehmer) wrote : Re: CIFS share broken after upgrade from 8.04 -> 8.10

I am having the same problem after an upgrade to 8.10. Note that I changed the three entries in fstab to include the nounix option to no avail - here's a sample [specific names and addresses changed to protect the innocent]:

//xyzzy/Sources$ /usr/local/Sources cifs dir_mode=0777,file_mode=0644,iocharset=utf8,credentials=/root/.mountpw,rw,ip=10.0.0.162,domain=foo,netbiosname=bar,uid=snafu,gid=samba,nounix 0 0

However, when I use the same settings for a manual mount command, it works:

sudo mount -t cifs -o dir_mode=0777,file_mode=0644,iocharset=utf8,credentials=/root/.mountpw,rw,ip=10.0.0.162,domain=foo,netbiosname=bar,uid=snafu,gid=samba,nounix //xyzzy/Sources$ /usr/local/Sources

So, that leads me to wonder if it is a timing issue on boot and the mounts in fstab are trying to happen before samba client support is fully initialized?

Client info:

uname -a
Linux bar 2.6.27-7-generic #1 SMP Thu Oct 30 04:18:38 UTC 2008 i686 GNU/Linux

smbclient -V
Version 3.2.3

cat /etc/issue
Ubuntu 8.10 \n \l

Server info:

uname -a
Linux xyzzy 2.6.24-21-generic #1 SMP Tue Oct 21 23:09:30 UTC 2008 x86_64 GNU/Linux

smbd -i -V
Version 3.0.28a

cat /etc/issue
Ubuntu 8.04.1 \n \l