Comments on: How to Setup NFS Server on CentOS 8 / RHEL 8 https://www.linuxtechi.com/setup-nfs-server-on-centos-8-rhel-8/ Sun, 13 Jun 2021 16:04:31 +0000 hourly 1 By: arun https://www.linuxtechi.com/setup-nfs-server-on-centos-8-rhel-8/#comment-23365 Sun, 13 Jun 2021 16:04:31 +0000 https://www.linuxtechi.com/?p=10369#comment-23365 In reply to Vishal Sharma.

it should be error with exports
make sure you values in /etc/exports is in one line and have write permission

]]>
By: Pradeep Kumar https://www.linuxtechi.com/setup-nfs-server-on-centos-8-rhel-8/#comment-21994 Wed, 14 Oct 2020 04:36:43 +0000 https://www.linuxtechi.com/?p=10369#comment-21994 In reply to Vishal Sharma.

Please make sure you have set correct permissions on exported nfs share and your user should have rights to write a file on mounted nfs share.

]]>
By: Vishal Sharma https://www.linuxtechi.com/setup-nfs-server-on-centos-8-rhel-8/#comment-21981 Tue, 13 Oct 2020 07:57:59 +0000 https://www.linuxtechi.com/?p=10369#comment-21981 refereed all above but unable to create a file in client system . it is saying below .

touch: cannot touch ‘test2.txt’: Read-only file system

Please update .

]]>
By: Pradeep Kumar https://www.linuxtechi.com/setup-nfs-server-on-centos-8-rhel-8/#comment-21010 Mon, 13 Jul 2020 03:58:18 +0000 https://www.linuxtechi.com/?p=10369#comment-21010 In reply to Kudzayi Ndoro.

Hi Kudzayi,

It was due to the typo, i have fixed it now.

]]>
By: Kudzayi Ndoro https://www.linuxtechi.com/setup-nfs-server-on-centos-8-rhel-8/#comment-21006 Sun, 12 Jul 2020 23:06:33 +0000 https://www.linuxtechi.com/?p=10369#comment-21006 $ sudo vi /etc/exports
/mnt/nfs_shares/docs 192.168.2.103(rw,sync,no_all_squash,root_squash

Should be:

$ sudo vi /etc/exports
/mnt/nfs_share/docs 192.168.2.103(rw,sync,no_all_squash,root_squash

(/mnt/nfs_shares/docs should be /mnt/nfs_share/docs because /mnt/nfs_shares/docs doesn’t exist)

]]>
By: James Kiarie https://www.linuxtechi.com/setup-nfs-server-on-centos-8-rhel-8/#comment-20082 Thu, 07 May 2020 10:35:27 +0000 https://www.linuxtechi.com/?p=10369#comment-20082 Hey Alexey,

For Windows systems, e.g Windows 10, you need to enable the NFS client feature in the Control Panel under ‘Add or Remove programs’ section. Thereafter, hit ‘Windows key + R’ and type in the path to the NFS share which is located on the CentOS 8 system and press ENTER. Let me know if that works for you.

]]>
By: Alexey https://www.linuxtechi.com/setup-nfs-server-on-centos-8-rhel-8/#comment-20049 Tue, 05 May 2020 12:47:17 +0000 https://www.linuxtechi.com/?p=10369#comment-20049 Are there any prerequisites for Windows clients to get access /mnt/nfs_share/docs?

Thank you!

]]>