xoner / exfat-nofuse

Linux non-fuse read/write kernel driver for exFat file system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exfat-nofuse

Linux non-fuse read/write kernel driver for the exFAT file system.
Originally ported from android kernel v3.0.

Tested and works against linux kernel versions 3.8, 3.9 and 3.10.
Kudos to github user ksv1986 for the 3.9 compatibility patch!

Installation:

make
make install

To load the driver manually, run this as root:

modprobe exfat_fs

Free software for the free minds!

About

Linux non-fuse read/write kernel driver for exFat file system.