Το Καλάθι Αγορών σας είναι άδειο!
For RHEL Centos 7.x
Server & client: yum install nfs-utils
Server:
Edit: nano /etc/exports
Put: /home CLIENT_IP(rw,sync,no_root_squash,no_subtree_check)
Run: exportfs -a
Client:
Edit: /etc/fstab
Put: SERVER_IP:/REMOTE_DIR /LOCAL_DIR defaults 0 0
Run: mount /LOCAL_DIR
Reboot to test & enjoy!
Σχολιάστε