Updating the bug, the fix was released a while ago with a new version of
autofs.
** Changed in: autofs (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs in Ubuntu.
https://bugs.launchpad
I just re-built the package with the upstream patch, works properly.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to autofs in Ubuntu.
https://bugs.launchpad.net/bugs/1448678
Title:
ntfs3g -s option should be ignored, making autofs m
Workaround (sorry, UGLY), but it "works for now". May give you troubels
updating in future :D.
cd /usr/sbin
cp -p ntfs-3g ntfs-3g.0
> ntfs-3g
vi ntfs-3g
#!/bin/sh
# fixes automount -s option that crashes ntfs-3g
line=`echo $@ | sed -e 's/-s//g'`
/usr/sbin/ntfs-3g.0 $line
** Description changed: