Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
yum install nfs-utils rpcbind
mkdir -p /opt/nfs
/opt/nfs 10.1.1.18(no_root_squash,rw,sync)
firewall-cmd --zone=public --add-port=2049/tcp --permanent
firewall-cmd --reload
service rpcbind start; service nfs start
service nfs status
systemctl enable nfs-server
vi /etc/fstab
10.1.1.110:/opt/nfs/mnt/nfsnfsdefaults 00
In local Area Network>control panel>Network and sharing settings>Enable sharing public folder with anyone> Create one folder/directory>Right click that folder>properties>click sharing>advanced sharing>Check the share this folder option>click permission tab>give permission with everyone/administrator/user>allow access for full control/change/read>click security>add user>give permission>click ok>the folder/directory shared in network.
In server Launch Server Manager>On the top menu, click Manage>Click Add Roles and Features>On the Before you begin screen>click Next>On the Select installation type screen, ensure Role-based or feature-based installation is selected>click Next>On the Server selection screen>click Next>On the Select server roles screen, expand File and Storage Services, expand File and iSCSI Services, and then check Server for NFS>Click Next>If an Add features that are required for Server NFS dialog box appears>click Add Features>On the Select feature screen>click Next>Confirm the installation details> click Install>after same like share folder>give permission>click ok.
Use the normal sharing permissions.
what is the server specification ?