yum install nfs-utils
systemctl start {rpcbind,nfs-server,rpc-statd,nfs-idmapd}
vim /etc/exports
/root/shared *(rw)
:wq
exportfs -a
showmount -e localhost
mkdir /nfs
chmod 777 /nfs
On client
Systemctl start rpcbind
showmount -e 192.168.122.1
mkdir /mnt/nfs
mount -t nfs 192.168.122.1:/root/shared /mnt/nfs
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
PENNSHARK
6 months, 1 week ago