Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.52 KB

README.md

File metadata and controls

51 lines (37 loc) · 1.52 KB

paragon-ufsd

Paragon UFSD driver for Linux modified to work with latest Kernel version. No binaries included.

You will need a LibUFSD binary blob for your architecture to build this driver. These may be obtained from the Paragon NTFS/HFS+ for Linux Express package. |

License

End-user License Agreement for Paragon Software Products

Prerequisites

  • git
  • GNU tar
  • GNU make
  • GNU C compiler
  • Kernel headers 2.6.36 or later
    • Arch Linux pacman --needed -S base-devel linux-headers git tar
    • Ubuntu/Debian apt-get install linux-headers build-essential git tar

Getting started

Clone and extract blobs

$ git clone https://github.com/ondr3j/paragon-ufsd.git
$ cd paragon-ufsd

Copy libufsd_i386.bin and/or libufsd_x86_64.bin into objfre directory.

You may also download the Paragon package linked above into paragon-ufsd directory and use the command below to extract the binary blobs.

$ tar --wildcards --no-anchored --strip=1 -xf Paragon-147-*_NTFS_Linux_*.tar.gz "*.bin"

Building

$ ./configure

By default, the module will be built for the current running kernel. In order to use another installed kernel version, please use --with-ks-dir=PATHand --with-kb-dir=PATH configuration arguments to specify the path to alternate kernel headers.

$ make driver

Installing

$ make driver_install