Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.02 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.02 KB

Ntfs3 driver backport to OpenWrt 22.03

Description

This feed backports Ntfs3 driver from Linux 5.15 to OpenWrt 22.03.

Usage

Add the feed to the end of feeds.conf:

src-git ntfs3 https://github.com/xymopen/openwrt-ntfs3

If feeds.conf doesn't exist, copy feeds.conf.default and reanme it to feeds.conf.

Install package definitions:

./scripts/feeds update ntfs3
./scripts/feeds install -a -p ntfs3

Select kmod-fs-ntfs3 at:

-> Kernel modules
  -> Filesystems
    -> kmod-fs-ntfs3

Optionally, if you plan to use block-mount, select ntfs3-mount at:

-> Utilities
  -> Filesystem
    -> ntfs3-mount

Note

Default Linux codepage setting might be wrong for Windows. Add the mount option:

iocharset=utf8

Refer the documentation for more mount options.

Discussion

https://forum.openwrt.org/t/118626

License

See LICENSE file.