- git clone https://github.com/kofemann/simple-nfs.git
- cd simple-nfs/
- mvn package
- find . -name \*.jar
- echo "/ *(rw,insecure,all_squash,anonuid=$(id -u),anongid=$(id -g))" >exports
- mkdir nfsroot
- chmod a=u nfsroot
- java -jar ./target/simple-nfs-1.0-SNAPSHOT-jar-with-dependencies.jar -root "$PWD/nfsroot" -port 30000 -exports $PWD/exports
nfs4j usage
Posted by Anonymous on Tue 16th Jan 2024 14:55
raw | new post
view followups (newest first): nfs4j/simple-nfs usage by Anonymous
modification of post by Anonymous (view diff)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.