[opensuse] cifs mount in fstab
Hi list, we are using SLES 11 and we have the problem that when we mount a cifs device over fstab we get a double mount mount in fstab: //xxxxxl01/xxxxxxxx/logos on /mnt/test type cifs (rw,mand) Result: df -h: //xxxxxl01/xxxxxxxx/logos 225G 30G 196G 14% /mnt/test //xxxxxl01/xxxxxxxx/logos 225G 30G 196G 14% /mnt/test If we make an umount on this device (/mnt/test) one mountpoint is gone Any ideas? Oliver Kirchel -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Mon, Feb 15, 2010 at 12:29:27PM +0100, Kirchel Oliver wrote:
we are using SLES 11
Any SLE based product includes support. Please contact Novell Technical Services as defined by your contract.
and we have the problem that when we mount a cifs device over fstab we get a double mount
mount in fstab:
//xxxxxl01/xxxxxxxx/logos on /mnt/test type cifs (rw,mand)
Result:
df -h:
//xxxxxl01/xxxxxxxx/logos 225G 30G 196G 14% /mnt/test //xxxxxl01/xxxxxxxx/logos 225G 30G 196G 14% /mnt/test
If we make an umount on this device (/mnt/test) one mountpoint is gone
Please check /var/log/boot.msg there you might find a hint. cifs resources are handled by the smbfs service. See /etc/init.d/smbfs on SLE 11. Starting with openSUSE 11.3 the service name will be cifs. While mounting other resources cifs is ignored cause we might need the nmb service running. See also http://en.openSUSE.org/Bugs/Samba section 'Debugging cifs vfs client'. Lars -- Lars Müller [ˈlaː(r)z ˈmʏlɐ] Samba Team SUSE Linux, Maxfeldstraße 5, 90409 Nürnberg, Germany
participants (2)
-
Kirchel Oliver
-
Lars Müller