Last active
August 29, 2015 14:00
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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