/FUSE-NFS

A FUSE based server/client networked file system for Linux

Primary LanguageCMIT LicenseMIT

USAGE

in clientSNFS:

compilation: make clean && make

usage: ./clientSNFS -address -port -mount

in serverSNFS

compilation: make clean && make

usage: ./serverSNFS -port -mount

RUNNING TESTS

cd tests

ON SERVER: (Starts server and mounts(creates if does not exist) to ~/fservertest/) ./server.sh ON CLIENT: (Starts client and mounts(creates if does not exist) to /tmp/client16555 ./client.sh

AFTER STARTING SERVER AND CLIENT: (Runs all the tests) ./runtests.sh

NOTE

The mount directories must exist PRIOR to calling client and/or server! To create them, use mkdir