Commit ed38a871 by willmcgugan

Added some instructions under the comments

parent defdcfb1
...@@ -332,3 +332,7 @@ if __name__ == "__main__": ...@@ -332,3 +332,7 @@ if __name__ == "__main__":
#main(fs) #main(fs)
main(mem_fs) main(mem_fs)
# To run do ./fuserserver.py -d -f testfs
# This will map a fs.memoryfs to testfs/ on the local filesystem under tests/fs
# To unmouont, do fusermount -u testfs
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment