Created
October 7, 2015 18:45
-
-
Save landonf/efd34fe443157d8805c5 to your computer and use it in GitHub Desktop.
unfsd example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
landonf@zul:/tmp> cat macports-root-export | |
/ 127.0.0.1(ro,insecure,fixed) | |
landonf@zul:/tmp> unfsd -e /tmp/macports-root-export -d -l 127.0.0.1 -n 3248 -m 3248 -p& | |
[1] 15060 | |
landonf@zul:/tmp> UNFS3 unfsd 0.9.22 (C) 2006, Pascal Schmidt <[email protected]> | |
/: ip 127.0.0.1 mask 255.255.255.255 options 16 | |
landonf@zul:/tmp> mkdir /tmp/nfs-mount-root | |
landonf@zul:/tmp> mount -t nfs -o mountport=3248,port=3248 127.0.0.1:/ /tmp/nfs-mount-root | |
landonf@zul:/tmp> ls /tmp/nfs-mount-root | |
Applications Library System Volumes cores etc mach_kernel opt sbin usr | |
Developer Network Users bin dev home net private tmp var |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment