[Bug 1448678] Re: ntfs3g -s option should be ignored, making autofs mounts failing

2015-09-28 Thread Georg Grabler
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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1448678

[Bug 1448678] Re: ntfs3g -s option should be ignored, making autofs mounts failing

2015-04-26 Thread Georg Grabler
I just re-built the package with the upstream patch, works properly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1448678 Title: ntfs3g -s option should be ignored, making autofs mounts failing To

[Bug 1448678] Re: ntfs3g -s option should be ignored, making autofs mounts failing

2015-04-26 Thread Georg Grabler
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: