The following installation steps are based on Ubuntu.
sudo apt-get install libfuse-dev
sudo apt-get install pkg-config
tar zxvf ncfs-1.0.0.tar.gz
cd ncfs-1.0.0
make
sudo ./setup.sh <number of nodes> <size of each node in MB>
(Fast setup to create nodes on local loop devices)
(Example: use "sudo ./setup.sh 4 1000" to create 4 nodes of 1000MB)
OR
Modify the raid_setting file manually according to the Guide of NCFS to use specific local or networked (by ATA-over-Ethernet or iSCSI)storage devices.
sudo ./ncfs rootdir mountdir
(non-debug mode)
OR
sudo ./ncfs -d rootdir mountdir
(debug mode)
sudo fusermount -u mountdir