Comments on: Setting Up Standard Linux File Systems and Configuring NFSv4 Server – Part 2 https://www.tecmint.com/configure-nfs-server/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Wed, 19 Sep 2018 05:53:08 +0000 hourly 1 By: Panos https://www.tecmint.com/configure-nfs-server/comment-page-1/#comment-660838 Tue, 08 Sep 2015 11:26:57 +0000 http://www.tecmint.com/?p=9863#comment-660838 Can you please go to your server and do:

ls -ld /NFS-SHARE /NFS-SHARE/mydir

I need to see your permissions, the owner and the group of these folders, in order to troubleshoot some of my permission problems.

]]>
By: Gabriel Cánepa https://www.tecmint.com/configure-nfs-server/comment-page-1/#comment-647640 Thu, 20 Aug 2015 14:34:38 +0000 http://www.tecmint.com/?p=9863#comment-647640 In reply to JNat.

@JNat,
I am sorry it’s taken me so long to post a reply to your question. I used a Debian box as NFS server for this article, so it’s likely that some of the package name may differ a little. You may want to refer to this link for details on installing the server using a CentOS box: https://www.howtoforge.com/setting-up-an-nfs-server-and-client-on-centos-6.3. Hope it helps! Don’t hesitate to drop another comment if for some reason it doesn’t work for you – I promise to reply faster than this time.
On a side note, if you’re relatively new to Linux, I’d highly recommend you download The Linux Command Line from linuxcommand.org. It is by far the best introductory book to Linux.
Finally, thanks for your kind words about my work.

]]>
By: Gabriel Cánepa https://www.tecmint.com/configure-nfs-server/comment-page-1/#comment-647637 Thu, 20 Aug 2015 14:29:07 +0000 http://www.tecmint.com/?p=9863#comment-647637 In reply to Christopher Adigun.

@Christopher,
The INVALIDARGUMENT message makes me think there must be a problem with your exports. Please refer to this link for the NFS server installation on CentOS 7, until I can revise this article and others in the LFCE/S series: http://www.server-world.info/en/note?os=CentOS_7&p=nfs

]]>
By: Christopher Adigun https://www.tecmint.com/configure-nfs-server/comment-page-1/#comment-647040 Wed, 19 Aug 2015 13:09:38 +0000 http://www.tecmint.com/?p=9863#comment-647040 In reply to Christopher Adigun.

I have been trying to setup this up under Centos 7.1 but RPCBIND service is always giving an error when I check the status:

root@LFCE ~]# service rpcbind status
Redirecting to /bin/systemctl status rpcbind.service
rpcbind.service – RPC bind service
Loaded: loaded (/usr/lib/systemd/system/rpcbind.service; static)
Active: failed (Result: exit-code) since Wed 2015-08-19 13:47:23 WAT; 15min ago
Main PID: 2412 (code=exited, status=2)
CGroup: /system.slice/rpcbind.service

Aug 19 13:46:03 LFCE.local systemd[1]: rpcbind.service: main process exited, code=exited, status=2/INVALIDARGUMENT
Aug 19 13:46:03 LFCE.local systemd[1]: Unit rpcbind.service entered failed state.
Aug 19 13:46:03 LFCE.local systemd[1]: Starting RPC bind service…
Aug 19 13:46:04 LFCE.local systemd[1]: Started RPC bind service.
Aug 19 13:47:23 LFCE.local systemd[1]: Stopping RPC bind service…
Aug 19 13:47:23 LFCE.local systemd[1]: rpcbind.service: main process exited, code=exited, status=2/INVALIDARGUMENT
Aug 19 13:47:23 LFCE.local systemd[1]: Stopped RPC bind service.
Aug 19 13:47:23 LFCE.local systemd[1]: Unit rpcbind.service entered failed state.

The LFCE exam is now using Centos 7! We need to fix this soon..

]]>
By: Christopher Adigun https://www.tecmint.com/configure-nfs-server/comment-page-1/#comment-646980 Wed, 19 Aug 2015 10:42:15 +0000 http://www.tecmint.com/?p=9863#comment-646980 Hi Gabriel,

Many thanks for this guide….

But I was not able to find /etc/default/nfs-common under my CENTOS 7, i have installed the nfs-utils package.

What I could find is /etc/idmapd.conf that pertains to IDMAPD..

Any idea about this

]]>