Skip to content

Instantly share code, notes, and snippets.

@edy
Created July 29, 2015 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edy/be93ffa54641c2af2ba9 to your computer and use it in GitHub Desktop.
Save edy/be93ffa54641c2af2ba9 to your computer and use it in GitHub Desktop.
fix for "autofs: ntfs-3g: Unknown option '-s'"
#!/bin/bash
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787779
exec /bin/ntfs-3g.orig ${*/-s/}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment