<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic NFS mount - failed: RPC Error: Unable to receive in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/NFS-mount-failed-RPC-Error-Unable-to-receive/m-p/145589#M32344</link>
    <description>&lt;P&gt;I'm trying to get familiar with NFS mounts (I'm familiar with CIFS shares).&amp;nbsp; In my home lab on 9.4, using System Manager,&amp;nbsp; I have followed the NFS Configuration Express Guide.&amp;nbsp; Per the instructions I created a new SVM with an NFS volume and export.&amp;nbsp; I'm using just the NFS protocol and UNIX security style.&amp;nbsp; I have a volume called nfsc and a junction of /nfsc_NFS_volume.&amp;nbsp; I installed Ubuntu version 16 in my lab with IP of 172.23.4.2.&amp;nbsp; Per express guide I have created an export rule for 0.0.0.0/0 that gives access wide open access - read-only/Read-write/allow superuser access etc.&amp;nbsp; I also went in the default rule and opened everything up for that rule as well (apparently needed for the root volume).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the Linux host I have&amp;nbsp; created a dir called /mnt/folder below.&amp;nbsp; Then you can see the error I get when trying to mount it with a couple of different mount commands.&lt;/P&gt;
&lt;P&gt;rondebbs@ubuntu:/$ cd /mnt&lt;BR /&gt;rondebbs@ubuntu:/mnt$ mkdir /mnt/folder&lt;/P&gt;
&lt;P&gt;rondebbs@ubuntu:/mnt$ sudo mount -t nfs -o nfsvers=3,hard 172.23.2.13:/nfsc_NFS_volume /mnt/folder&lt;BR /&gt;mount.nfs: mount to NFS server '172.23.2.13:/nfsc_NFS_volume' failed: RPC Error: Unable to receive&lt;BR /&gt;rondebbs@ubuntu:/mnt$&lt;/P&gt;
&lt;P&gt;rondebbs@ubuntu:/mnt$ sudo mount 172.23.2.13:/nfsc_NFS_volume /mnt/folder&lt;BR /&gt;mount.nfs: mount to NFS server '172.23.2.13:/nfsc_NFS_volume' failed: RPC Error: Unable to receive&lt;BR /&gt;rondebbs@ubuntu:/mnt$&lt;/P&gt;
&lt;P&gt;From the linux host I can ping the nfsc lif at 172.23.2.13&amp;nbsp; and from the Netapp command line I can ping the Linux host at 172.23.4.2 but for some reason can not do the mount.&amp;nbsp; Any ideas what I am doing wrong?&lt;/P&gt;</description>
    <pubDate>Thu, 27 Dec 2018 00:49:16 GMT</pubDate>
    <dc:creator>rondebbs1</dc:creator>
    <dc:date>2018-12-27T00:49:16Z</dc:date>
    <item>
      <title>NFS mount - failed: RPC Error: Unable to receive</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NFS-mount-failed-RPC-Error-Unable-to-receive/m-p/145589#M32344</link>
      <description>&lt;P&gt;I'm trying to get familiar with NFS mounts (I'm familiar with CIFS shares).&amp;nbsp; In my home lab on 9.4, using System Manager,&amp;nbsp; I have followed the NFS Configuration Express Guide.&amp;nbsp; Per the instructions I created a new SVM with an NFS volume and export.&amp;nbsp; I'm using just the NFS protocol and UNIX security style.&amp;nbsp; I have a volume called nfsc and a junction of /nfsc_NFS_volume.&amp;nbsp; I installed Ubuntu version 16 in my lab with IP of 172.23.4.2.&amp;nbsp; Per express guide I have created an export rule for 0.0.0.0/0 that gives access wide open access - read-only/Read-write/allow superuser access etc.&amp;nbsp; I also went in the default rule and opened everything up for that rule as well (apparently needed for the root volume).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the Linux host I have&amp;nbsp; created a dir called /mnt/folder below.&amp;nbsp; Then you can see the error I get when trying to mount it with a couple of different mount commands.&lt;/P&gt;
&lt;P&gt;rondebbs@ubuntu:/$ cd /mnt&lt;BR /&gt;rondebbs@ubuntu:/mnt$ mkdir /mnt/folder&lt;/P&gt;
&lt;P&gt;rondebbs@ubuntu:/mnt$ sudo mount -t nfs -o nfsvers=3,hard 172.23.2.13:/nfsc_NFS_volume /mnt/folder&lt;BR /&gt;mount.nfs: mount to NFS server '172.23.2.13:/nfsc_NFS_volume' failed: RPC Error: Unable to receive&lt;BR /&gt;rondebbs@ubuntu:/mnt$&lt;/P&gt;
&lt;P&gt;rondebbs@ubuntu:/mnt$ sudo mount 172.23.2.13:/nfsc_NFS_volume /mnt/folder&lt;BR /&gt;mount.nfs: mount to NFS server '172.23.2.13:/nfsc_NFS_volume' failed: RPC Error: Unable to receive&lt;BR /&gt;rondebbs@ubuntu:/mnt$&lt;/P&gt;
&lt;P&gt;From the linux host I can ping the nfsc lif at 172.23.2.13&amp;nbsp; and from the Netapp command line I can ping the Linux host at 172.23.4.2 but for some reason can not do the mount.&amp;nbsp; Any ideas what I am doing wrong?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 00:49:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NFS-mount-failed-RPC-Error-Unable-to-receive/m-p/145589#M32344</guid>
      <dc:creator>rondebbs1</dc:creator>
      <dc:date>2018-12-27T00:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount - failed: RPC Error: Unable to receive</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NFS-mount-failed-RPC-Error-Unable-to-receive/m-p/145590#M32345</link>
      <description>&lt;P&gt;Here are the export rules I have created - everything pretty much wide open for now until I can get mounted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cluster1::&amp;gt; vserver export-policy rule show -vserver nfsc -policyname nfsc&lt;BR /&gt; Policy Rule Access Client RO&lt;BR /&gt;Vserver Name Index Protocol Match Rule&lt;BR /&gt;------------ --------------- ------ -------- --------------------- ---------&lt;BR /&gt;nfsc nfsc 1 nfs 0.0.0.0/0 any&lt;/P&gt;
&lt;P&gt;cluster1::&amp;gt; vserver export-policy rule show -vserver nfsc -policyname default&lt;BR /&gt; Policy Rule Access Client RO&lt;BR /&gt;Vserver Name Index Protocol Match Rule&lt;BR /&gt;------------ --------------- ------ -------- --------------------- ---------&lt;BR /&gt;nfsc default 1 nfs 0.0.0.0/0 any&lt;/P&gt;
&lt;P&gt;cluster1::&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 00:58:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NFS-mount-failed-RPC-Error-Unable-to-receive/m-p/145590#M32345</guid>
      <dc:creator>rondebbs1</dc:creator>
      <dc:date>2018-12-27T00:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: NFS mount - failed: RPC Error: Unable to receive</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NFS-mount-failed-RPC-Error-Unable-to-receive/m-p/460385#M44932</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hope this link is helpful to you：&lt;A href="https://kb-cn.netapp.com/on-prem/ontap/da/NAS/NAS-KBs/Unable_to_mount_the_NFS_on_Linux_client_with_error_RPC__Timed_out" target="_blank" rel="noopener"&gt;https://kb-cn.netapp.com/on-prem/ontap/da/NAS/NAS-KBs/Unable_to_mount_the_NFS_on_Linux_client_with_error_RPC__Timed_out&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Apr 2025 08:39:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NFS-mount-failed-RPC-Error-Unable-to-receive/m-p/460385#M44932</guid>
      <dc:creator>wareer</dc:creator>
      <dc:date>2025-04-29T08:39:46Z</dc:date>
    </item>
  </channel>
</rss>

