Skip to content

Instantly share code, notes, and snippets.

@meeuw
Last active August 29, 2015 14:00
Show Gist options
  • Save meeuw/b52d82703cfa17565c50 to your computer and use it in GitHub Desktop.
Save meeuw/b52d82703cfa17565c50 to your computer and use it in GitHub Desktop.
build the missing non-fuse ntfs kernel module, this is disabled because most distributions use ntfs-3g instead.
make -C /lib/modules/`uname -r`/build M=$PWD CONFIG_NTFS_FS=m CONFIG_NTFS_RW=y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment