Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 667 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 667 Bytes

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