temporarily workaround:

mv /usr/bin/ntfs-3g /usr/bin/ntfs-3g.orig
touch /usr/bin/ntfs-3g

add these lines to the newly created /usr/bin/ntfs-3g:


#!/usr/bin/bash
exec /usr/bin/ntfs-3g.orig ${*/-s/}

Reply via email to