Skip to content
/ FUSE-NFS Public

A FUSE based server/client networked file system for Linux

License

Notifications You must be signed in to change notification settings

SamKG/FUSE-NFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A FUSE based server/client networked file system for Linux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •