Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

rmnscnce/ntfs3

Repository files navigation

ntfs3

ntfs3 is a free (as in free beer and free speech) filesystem kernel module for Linux kernel that is developed by Paragon Software.

This unofficial out-of-tree module is tested to be compatible with Linux kernel 5.14 and later

Disclaimers

Authorship and copyright are held by Paragon Software GmbH, while rmnscnce is the maintainer of this "port", along with other contributors

Installation

Standard

make -j$(cat nproc) KVER= # if left blank, it will build for the current running kernel
sudo make install

# To uninstall:
sudo make uninstall

DKMS (recommended)

Dependency: dkms
sudo make dkms # it will register the DKMS module and install for the current running kernel

# To uninstall:
sudo make dkms-uninstall

Bugs

* Refer to MAINTAINERS for patch submission, bug fixes, etc.
  • Cannot mount the filesystem using the acl option (POSIX ACLs basically not working)

Documentation

(docs/ntfs3.rst)[docs/ntfs3.rst]:

About

ntfs3 Linux kernel module by Paragon Software

Topics

Resources

Readme

License

GPL-2.0 license

Stars

Watchers

Forks

Contributors