FWIW, I got around this bug by renaming /bin/mount to /bin/mount.bin and using instead of /bin/mount the following trivial script:

#!/bin/sh
/bin/mount.bin -n $*

Ideally, there should be a possibility for automount to pass arbitrary flags to mount, not just "-o <...>".



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

Reply via email to