8000 GitHub - TBK/kernel-sdfat: sdFAT - FAT12/16/32(VFAT)/exFAT file systems kernel module
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Apr 15, 2020. It is now read-only.

TBK/kernel-sdfat

 
 

Repository files navigation

sdFAT FS support for Linux kernel 4.4 & 5.0

sdFAT is unified FAT-based filesystem driver which supports FAT12/16/32(VFAT)/exFAT. sdFAT supports winnt short-name rule.

Suggested kernel config:

CONFIG_SDFAT_FS=y
CONFIG_SDFAT_DELAYED_META_DIRTY=y
CONFIG_SDFAT_SUPPORT_DIR_SYNC=y
CONFIG_SDFAT_DEFAULT_CODEPAGE=437
CONFIG_SDFAT_DEFAULT_IOCHARSET="utf8"
CONFIG_SDFAT_ALIGNED_MPAGE_WRITE=y
CONFIG_SDFAT_VIRTUAL_XATTR=y
CONFIG_SDFAT_VIRTUAL_XATTR_SELINUX_LABEL="u:object_r:vfat:s0"
CONFIG_SDFAT_DEBUG=y
CONFIG_SDFAT_DBG_MSG=y
CONFIG_SDFAT_STATISTICS=y

About

sdFAT - FAT12/16/32(VFAT)/exFAT file systems kernel module

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.9%
  • Makefile 0.1%
0