Comment 1 for bug 1448678

Revision history for this message
Georg Grabler (ggrabler) wrote :

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