-
Notifications
You must be signed in to change notification settings - Fork 3
Coda kernel module to build out-of-tree for Linux kernels
License
cmusatyalab/linux-coda
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Coda Filesystem: kernel module ============================== To build a coda.o / coda.ko module for your Linux kernel: --------------------------------------------------------- For 3.16 and newer kernels: - sudo dkms add coda-dkms - sudo dkms build coda/7.2 For kernels before 3.16: won't work until the necessary compatibility glue is added to kver_compat.h. For 2.4/2.6 kernels: - make - sudo make install For 2.0/2.2 kernels: - These haven't been updated for 128-bit file identifiers and other API changes (and aren't actively being maintained). They are probably hard to build and even when they do they won't work with any current Coda client releases. --------------------------------------------------------- NOTE 1: This code should always be newer than or equal to what is in the latest official Linux kernel release. NOTE 2: You only need a kernel module for a Coda client.
About
Coda kernel module to build out-of-tree for Linux kernels
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published