pastebin - collaborative debugging tool
nrubsig.kpaste.net RSS


nfs4j/simple-nfs usage
Posted by Anonymous on Fri 19th Jan 2024 16:26
raw | new post
modification of post by Anonymous (view diff)

  1. git clone https://github.com/kofemann/simple-nfs.git
  2. cd simple-nfs/
  3. mvn package
  4. find . -name \*.jar
  5. printf "/ *(rw,insecure,all_squash,anonuid=%d,anongid=%d)\n" "$(id -u)" "$(id -g)" >exports
  6. mkdir nfsroot
  7. chmod a=u nfsroot
  8. cat exports
  9. (umask 0000 ; java -jar ./target/simple-nfs-1.0-SNAPSHOT-jar-with-dependencies.jar -root "$PWD/nfsroot" -port 30000 -nfsvers 4 -exports $PWD/exports)

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.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at