Home
Name Modified Size InfoDownloads / Week
readme 2014-08-21 355 Bytes
xraid.cpp 2014-08-21 9.8 kB
Totals: 2 Items   10.1 kB 0
Compilation
-----------

Make sure you have the FUSE developer package installed as well as the compiler itself. Under Debian/Ubuntu:
   sudo apt-get install libfuse-dev build-essential

Compile with
   g++ -Wall xraid.cpp `pkg-config fuse --cflags --libs` -o xraid


Usage
-----

Start the compiled program and it'll output the necessary instructions.


Source: readme, updated 2014-08-21