Coder Social home page Coder Social logo

paragon-ufsd's Introduction

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

paragon-ufsd's People

Contributors

ondr3j avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.