[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 Server Team, which is subscribed to autofs in Ubuntu.

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

2015-04-26 Thread Georg Grabler
Public bug reported: I've troubled some with mounting ntfs-3g file systems with autofs. AutoFS passes the sloppy option (-s) to mounts, which is actually a valid thing since mount is to behave on all filesystems the same option- whise. Though, the ntfs-3g filesystem does not support it, and

[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:

[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 Server Team, which is subscribed to autofs in Ubuntu. https://bugs.launchpad.net/bugs/1448678 Title: ntfs3g -s option should be ignored, making autofs