<?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 Unable to cd to NFS mount. Permission denied. in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Unable-to-cd-to-NFS-mount-Permission-denied/m-p/48439#M4463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have exported root volume to couple of linux servers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~~~~~~~~~~&lt;/P&gt;&lt;P&gt; /vol/vol0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -sec=sys,rw=linux01:linux02:linux03&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I'm trying to mount from client, I'm getting "input/output read error". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;&amp;nbsp; root@linux03:/# mount 10.123.10.22:/vol/vol0 /temp&lt;/P&gt;&lt;P&gt;mount.nfs: Input/output error&lt;/P&gt;&lt;P&gt;root@linux03:/#&lt;/P&gt;&lt;P&gt;~~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After googling I found I can mount the root volume using "nolock" option in mount.&amp;nbsp; However after mounting the share, I'm not able to CD to the NFS mount point. Says permission denied:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~~~~~~~~~&lt;/P&gt;&lt;P&gt;root@linux03:/# mount -o nolock,rw 10.123.10.22:/vol/vol0 /temp&lt;/P&gt;&lt;P&gt;root@linux03:/# cd /temp&lt;/P&gt;&lt;P&gt;-bash: cd: /temp: Permission denied&lt;/P&gt;&lt;P&gt;~~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On client /temp have full permission:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;root@linux03:/# mount -o nolock,rw 10.123.10.22:/vol/vol0 /temp&lt;/P&gt;&lt;P&gt;root@linux03:/# ls -l /temp/&lt;/P&gt;&lt;P&gt;ls: /temp/: Permission denied&lt;/P&gt;&lt;P&gt;root@linux03:/# umount /temp&lt;/P&gt;&lt;P&gt;root@linux03:/# ls -ld /temp&lt;/P&gt;&lt;P&gt;drwxrwxrwx 2 root root 4096 May&amp;nbsp; 2 12:36 /temp&lt;/P&gt;&lt;P&gt;root@linux03:/#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;root@linux03:/# mount&lt;/P&gt;&lt;P&gt;/dev/sda3 on / type ext3 (rw,noatime,data=writeback)&lt;/P&gt;&lt;P&gt;proc on /proc type proc (rw)&lt;/P&gt;&lt;P&gt;sysfs on /sys type sysfs (rw)&lt;/P&gt;&lt;P&gt;devpts on /dev/pts type devpts (rw,gid=5,mode=620)&lt;/P&gt;&lt;P&gt;/dev/sda2 on /tmp type ext3 (rw,nosuid,nodev,noatime,data=writeback)&lt;/P&gt;&lt;P&gt;/dev/sda1 on /boot type ext3 (rw,noatime,data=writeback)&lt;/P&gt;&lt;P&gt;tmpfs on /dev/shm type tmpfs (rw)&lt;/P&gt;&lt;P&gt;none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)&lt;/P&gt;&lt;P&gt;sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)&lt;/P&gt;&lt;P&gt;10.123.10.22:/vol/vol0 on /temp type nfs (rw,nolock,addr=10.123.10.22)&lt;/P&gt;&lt;P&gt;~~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what I'm missing here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 05:36:56 GMT</pubDate>
    <dc:creator>KRISH_ROCKS</dc:creator>
    <dc:date>2025-06-05T05:36:56Z</dc:date>
    <item>
      <title>Unable to cd to NFS mount. Permission denied.</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Unable-to-cd-to-NFS-mount-Permission-denied/m-p/48439#M4463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have exported root volume to couple of linux servers:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~~~~~~~~~~&lt;/P&gt;&lt;P&gt; /vol/vol0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -sec=sys,rw=linux01:linux02:linux03&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I'm trying to mount from client, I'm getting "input/output read error". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;&amp;nbsp; root@linux03:/# mount 10.123.10.22:/vol/vol0 /temp&lt;/P&gt;&lt;P&gt;mount.nfs: Input/output error&lt;/P&gt;&lt;P&gt;root@linux03:/#&lt;/P&gt;&lt;P&gt;~~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After googling I found I can mount the root volume using "nolock" option in mount.&amp;nbsp; However after mounting the share, I'm not able to CD to the NFS mount point. Says permission denied:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~~~~~~~~~&lt;/P&gt;&lt;P&gt;root@linux03:/# mount -o nolock,rw 10.123.10.22:/vol/vol0 /temp&lt;/P&gt;&lt;P&gt;root@linux03:/# cd /temp&lt;/P&gt;&lt;P&gt;-bash: cd: /temp: Permission denied&lt;/P&gt;&lt;P&gt;~~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On client /temp have full permission:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;root@linux03:/# mount -o nolock,rw 10.123.10.22:/vol/vol0 /temp&lt;/P&gt;&lt;P&gt;root@linux03:/# ls -l /temp/&lt;/P&gt;&lt;P&gt;ls: /temp/: Permission denied&lt;/P&gt;&lt;P&gt;root@linux03:/# umount /temp&lt;/P&gt;&lt;P&gt;root@linux03:/# ls -ld /temp&lt;/P&gt;&lt;P&gt;drwxrwxrwx 2 root root 4096 May&amp;nbsp; 2 12:36 /temp&lt;/P&gt;&lt;P&gt;root@linux03:/#&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;root@linux03:/# mount&lt;/P&gt;&lt;P&gt;/dev/sda3 on / type ext3 (rw,noatime,data=writeback)&lt;/P&gt;&lt;P&gt;proc on /proc type proc (rw)&lt;/P&gt;&lt;P&gt;sysfs on /sys type sysfs (rw)&lt;/P&gt;&lt;P&gt;devpts on /dev/pts type devpts (rw,gid=5,mode=620)&lt;/P&gt;&lt;P&gt;/dev/sda2 on /tmp type ext3 (rw,nosuid,nodev,noatime,data=writeback)&lt;/P&gt;&lt;P&gt;/dev/sda1 on /boot type ext3 (rw,noatime,data=writeback)&lt;/P&gt;&lt;P&gt;tmpfs on /dev/shm type tmpfs (rw)&lt;/P&gt;&lt;P&gt;none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)&lt;/P&gt;&lt;P&gt;sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)&lt;/P&gt;&lt;P&gt;10.123.10.22:/vol/vol0 on /temp type nfs (rw,nolock,addr=10.123.10.22)&lt;/P&gt;&lt;P&gt;~~~~~~~~~~~~&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea what I'm missing here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Krish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:36:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Unable-to-cd-to-NFS-mount-Permission-denied/m-p/48439#M4463</guid>
      <dc:creator>KRISH_ROCKS</dc:creator>
      <dc:date>2025-06-05T05:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to cd to NFS mount. Permission denied.</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Unable-to-cd-to-NFS-mount-Permission-denied/m-p/48444#M4464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming unix permissions, you need to grant root access - either just to linux01 (add root=linux01 as an option to export line) or to everyone (add anon=0), then exportfs -r.&amp;nbsp; If NTFS permissions, then root needs to map to a user that has access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What versions of ONTAP and linux?&amp;nbsp; I've never had to use nolock to mount vol0...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 15:08:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Unable-to-cd-to-NFS-mount-Permission-denied/m-p/48444#M4464</guid>
      <dc:creator>billshaffer</dc:creator>
      <dc:date>2014-05-02T15:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to cd to NFS mount. Permission denied.</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Unable-to-cd-to-NFS-mount-Permission-denied/m-p/48449#M4465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for looking in to this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Made following changes to the export entry :&lt;/P&gt;&lt;P&gt; /vol/vol0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -sec=sys,rw=linux01:linux02:linux03,root=linux01,nosuid&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ontap version : 8.1.3 7-Mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linux:&lt;/P&gt;&lt;P&gt;Red Hat Enterprise Linux Server release 5.10 (Tikanga)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 16:20:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Unable-to-cd-to-NFS-mount-Permission-denied/m-p/48449#M4465</guid>
      <dc:creator>KRISH_ROCKS</dc:creator>
      <dc:date>2014-05-02T16:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to cd to NFS mount. Permission denied.</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Unable-to-cd-to-NFS-mount-Permission-denied/m-p/48454#M4466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You did an exportfs -r after modifying the export entry?&amp;nbsp; Also try exportfs -f to flush any possible cached negative responses.&amp;nbsp; And the security style for vol0 is unix?&amp;nbsp; I've (rarely) seen where you have to remount on the client after modifying the share, so you can try that.&amp;nbsp; Also check that nfs.require_valid_mapped_uid is off (or if on, that there is a valid mapping for root).&amp;nbsp; NFSv3 or v4?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bill&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 20:15:27 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Unable-to-cd-to-NFS-mount-Permission-denied/m-p/48454#M4466</guid>
      <dc:creator>billshaffer</dc:creator>
      <dc:date>2014-05-02T20:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to cd to NFS mount. Permission denied.</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Unable-to-cd-to-NFS-mount-Permission-denied/m-p/48459#M4467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just remembered that I missed out marking the solution for my issue. The concern was the qtree was having NTFS style of security. I changed it to UNIX. That fixed the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Krish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2014 06:42:42 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Unable-to-cd-to-NFS-mount-Permission-denied/m-p/48459#M4467</guid>
      <dc:creator>KRISH_ROCKS</dc:creator>
      <dc:date>2014-06-23T06:42:42Z</dc:date>
    </item>
  </channel>
</rss>

