Skip to content

EnzephaloN/ncpfs_dkms

Repository files navigation

NCPFS module for Linux >= 4.18

Because the kernel dropped support for NCPFS with 4.18, we try to keep this as module alive.

master-branch for kernel >= 6.8

Caution

It may not be a good idea to always run the latest kernel AND require ncpfs. Our patches for ncpfs are always delayed!

load with DKMS

git clone https://github.com/EnzephaloN/ncpfs_dkms.git ncpfs

sudo cp -r ncpfs /usr/src/ncpfs-2.2.6
sudo dkms add -m ncpfs -v 2.2.6
sudo dkms build -m ncpfs -v 2.2.6 && sudo dkms install -m ncpfs -v 2.2.6 || true

for older kernel support see other branches

also available as manual module

https://github.com/EnzephaloN/ncpfs-module.git

About

a ncpfs-module for kernel >= 4.18 and dkms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published