Last active
October 11, 2015 09:58
-
-
Save ryanrolds/3841567 to your computer and use it in GitHub Desktop.
datafiles nfs
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
# apt-get update && apt-get install rpcbind nfs-common autofs | |
- edit /etc/auto.master and this just above +auto.master | |
/- /etc/auto.data-nfs | |
- create /etc/auto.data-nfs and put this in it: | |
/home/cast/data-nfs -bg,hard,intr 192.168.118.254:/vol/joy458d9ce8_cb25_422d_be47_683a85052a86 | |
# service autofs restart | |
# ls /home/cast/data-nfs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment