It seems this won't be fixed soon:

http://lists.samba.org/archive/samba/2002-August/049020.html

(the problem was already known by samba 3 years ago!)

I have a quick and dirty fix to this:

cd /usr/bin
Move smbmount to smbmount.real

Edit smbmount:

8<-----------------------------------------------------------------------------
#!/bin/sh

params=`echo $* | sed 's/noauto,//'`
exec smbmount.real $params
8<-----------------------------------------------------------------------------

It works, but I don't know what will happen when smbfs is updated.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to