<?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 Re: Debug failed mount: No such file or directory in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457728#M44520</link>
    <description>&lt;P&gt;Hi, did you find anything?&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jan 2025 08:05:10 GMT</pubDate>
    <dc:creator>PatrikOsgnach</dc:creator>
    <dc:date>2025-01-07T08:05:10Z</dc:date>
    <item>
      <title>Debug failed mount: No such file or directory</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457535#M44439</link>
      <description>&lt;P&gt;Hi all, I recently inherited an already configured&amp;nbsp;&lt;SPAN&gt;AFF-A300. It already has some volumes, exported via NFS3 and they all work fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Today I tried to add a new volume via the Ontap system manager, but the mount fails:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# mount -v -t nfs vrc01n01b:/proj_rfip_hki /root/hki
mount.nfs: timeout set for Fri Dec 20 19:21:29 2024
mount.nfs: trying text-based options 'vers=4,addr=10.217.231.21,clientaddr=10.217.231.88'
mount.nfs: mount(2): Protocol not supported
mount.nfs: trying text-based options 'addr=10.217.231.21'
mount.nfs: prog 100003, trying vers=3, prot=6
mount.nfs: trying 10.217.231.21 prog 100003 vers 3 prot TCP port 2049
mount.nfs: prog 100005, trying vers=3, prot=17
mount.nfs: trying 10.217.231.21 prog 100005 vers 3 prot UDP port 635
mount.nfs: mount(2): No such file or directory
mount.nfs: mounting vrc01n01b:/proj_rfip_hki failed, reason given by server: No such file or directory&lt;/LI-CODE&gt;&lt;P&gt;To check the most obvious reasons:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;gt; volume show -vserver vrcv01a -fields volume,node,junction-path,policy
vserver volume    policy                  junction-path node      
------- --------- ----------------------- ------------- ---------
vrcv01a proj_rfip_hki 
                  clients                 /proj_rfip_hki 
                                                        vrc01n01b&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;&amp;gt; vserver export-policy check-access -vserver vrcv01a -client-ip 10.217.231.88 -volume proj_rfip_hki -authentication-method sys -protocol nfs3 -access-type read
                                Policy    Policy     Rule             Security
Path                 Policy     Owner     Owner Type Index Access     Style
-------------------- ---------- --------- ---------- ---- ---------- ----------
/                    default    vrcv01a_rootvol 
                                          volume        2 read       unix
/proj_rfip_hki       clients    proj_rfip_hki 
                                          volume        2 read       unix&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;&amp;gt;  export-policy access-cache show -node vrc01n01b -vserver vrcv01a -policy clients -address 10.217.231.88

                                        Node: vrc01n01b
                                     Vserver: vrcv01a
                                 Policy Name: clients
                                  IP Address: 10.217.231.88
                    Access Cache Entry Flags: has-usable-data
                                 Result Code: 0
                 First Unresolved Rule Index: -
                      Unresolved Clientmatch: -
              Number of Matched Policy Rules: 1
         List of Matched Policy Rule Indexes: 2
                                Age of Entry: 741s
                 Access Cache Entry Polarity: positive
Time Elapsed since Last Use for Access Check: 407s
      Time Elapsed since Last Update Attempt: 741s
               Result of Last Update Attempt: 0
                List of Client Match Strings: 10.217.231.0/25&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the client:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# showmount -e vrc01n01b
Export list for vrc01n01b:
/proj_rfip_hki                          (everyone)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, volume is there, it is mounted, it has an export policy and the client is allowed to mount.&lt;/P&gt;&lt;P&gt;What am I missing? Is there anything like "exportfs -r" that I have to run?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 18:34:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457535#M44439</guid>
      <dc:creator>PatrikOsgnach</dc:creator>
      <dc:date>2024-12-20T18:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Debug failed mount: No such file or directory</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457536#M44440</link>
      <description>&lt;P&gt;Not sure if I missed it…how about&lt;/P&gt;&lt;P&gt;&amp;nbsp;export-policy rule show -instance -vserver vserver&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 20:32:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457536#M44440</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2024-12-20T20:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Debug failed mount: No such file or directory</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457538#M44441</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;gt; export-policy rule show -instance -vserver vrcv01a 

                                    Vserver: vrcv01a
                                Policy Name: clients
                                 Rule Index: 2
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: false
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: default
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 0.0.0.0/0
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: false
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_10390_1707921307
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: none
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: false
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_11210_1707920505
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: true
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_11210_1707920505
                                 Rule Index: 3
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: &lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/90804"&gt;@vr&lt;/a&gt;.urania.intel.com
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: true
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_29374_1725895138
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: true
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_5716_1707922398
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: &lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/38261"&gt;@adm&lt;/a&gt;_h_nasadm_fah_ivr
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: true
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_7612_1707915997
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: none
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: false
                  Allow Creation of Devices: true
8 entries were displayed.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 22:09:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457538#M44441</guid>
      <dc:creator>PatrikOsgnach</dc:creator>
      <dc:date>2024-12-20T22:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Debug failed mount: No such file or directory</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457539#M44442</link>
      <description>&lt;LI-CODE lang="markup"&gt;&amp;gt; export-policy rule show -instance -vserver vrcv01a 

                                    Vserver: vrcv01a
                                Policy Name: clients
                                 Rule Index: 2
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: false
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: default
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 0.0.0.0/0
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: false
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_10390_1707921307
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: none
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: false
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_11210_1707920505
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: true
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_11210_1707920505
                                 Rule Index: 3
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: &lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/90804"&gt;@vr&lt;/a&gt;.urania.intel.com
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: true
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_29374_1725895138
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: true
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_5716_1707922398
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: &lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/38261"&gt;@adm&lt;/a&gt;_h_nasadm_fah_ivr
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: true
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_7612_1707915997
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: none
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: false
                  Allow Creation of Devices: true
8 entries were displayed.&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 20 Dec 2024 22:10:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457539#M44442</guid>
      <dc:creator>PatrikOsgnach</dc:creator>
      <dc:date>2024-12-20T22:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Debug failed mount: No such file or directory</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457540#M44443</link>
      <description>&lt;P&gt;That's it&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;gt; export-policy rule show -instance -vserver vrcv01a 

                                    Vserver: vrcv01a
                                Policy Name: clients
                                 Rule Index: 2
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: false
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: default
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 0.0.0.0/0
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: false
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_10390_1707921307
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: none
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: false
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_11210_1707920505
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: true
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_11210_1707920505
                                 Rule Index: 3
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: &lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/90804"&gt;@vr&lt;/a&gt;.urania.intel.com
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: true
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_29374_1725895138
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: true
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_5716_1707922398
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: &lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/38261"&gt;@adm&lt;/a&gt;_h_nasadm_fah_ivr
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: true
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_7612_1707915997
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: none
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: false
                  Allow Creation of Devices: true
8 entries were displayed.&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 20 Dec 2024 22:27:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457540#M44443</guid>
      <dc:creator>PatrikOsgnach</dc:creator>
      <dc:date>2024-12-20T22:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Debug failed mount: No such file or directory</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457546#M44445</link>
      <description>&lt;P&gt;That's it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;gt; export-policy rule show -instance -vserver vrcv01a 

                                    Vserver: vrcv01a
                                Policy Name: clients
                                 Rule Index: 2
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: false
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: default
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 0.0.0.0/0
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: false
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_10390_1707921307
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: none
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: false
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_11210_1707920505
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: true
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_11210_1707920505
                                 Rule Index: 3
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: &lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/90804"&gt;@vr&lt;/a&gt;.urania.intel.com
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: true
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_29374_1725895138
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: true
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_5716_1707922398
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: &lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/38261"&gt;@adm&lt;/a&gt;_h_nasadm_fah_ivr
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: true
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_7612_1707915997
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: none
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: false
                  Allow Creation of Devices: true
8 entries were displayed.&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 21 Dec 2024 08:13:06 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457546#M44445</guid>
      <dc:creator>PatrikOsgnach</dc:creator>
      <dc:date>2024-12-21T08:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Debug failed mount: No such file or directory</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457547#M44446</link>
      <description>&lt;P&gt;There it is&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;gt; export-policy rule show -instance -vserver vrcv01a 

                                    Vserver: vrcv01a
                                Policy Name: clients
                                 Rule Index: 2
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: false
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: default
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 0.0.0.0/0
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: false
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_10390_1707921307
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: none
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: false
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_11210_1707920505
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: true
                  Allow Creation of Devices: true&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Dec 2024 08:53:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457547#M44446</guid>
      <dc:creator>PatrikOsgnach</dc:creator>
      <dc:date>2024-12-21T08:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Debug failed mount: No such file or directory</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457548#M44447</link>
      <description>&lt;P&gt;Part 2&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; Vserver: vrcv01a
                                Policy Name: policy_11210_1707920505
                                 Rule Index: 3
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: &lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/90804"&gt;@vr&lt;/a&gt;.urania.intel.com
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: true
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_29374_1725895138
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: true
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_5716_1707922398
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: &lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/38261"&gt;@adm&lt;/a&gt;_h_nasadm_fah_ivr
                             RO Access Rule: any
                             RW Access Rule: any
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: true
                  Allow Creation of Devices: true

                                    Vserver: vrcv01a
                                Policy Name: policy_7612_1707915997
                                 Rule Index: 1
                            Access Protocol: any
List of Client Match Hostnames, IP Addresses, Netgroups, or Domains: 10.217.231.0/25
                             RO Access Rule: any
                             RW Access Rule: none
User ID To Which Anonymous Users Are Mapped: 65534
                   Superuser Security Types: none
               Honor SetUID Bits in SETATTR: false
                  Allow Creation of Devices: true
8 entries were displayed.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Dec 2024 08:54:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457548#M44447</guid>
      <dc:creator>PatrikOsgnach</dc:creator>
      <dc:date>2024-12-21T08:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Debug failed mount: No such file or directory</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457549#M44448</link>
      <description>&lt;P&gt;Which export policy is applied to the svm root volume? For nfs clients, they must be able to access each junction path including / (svm root). I do not see that on the showmount command and I would expect it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;and how about this&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vserver nfs show -fields v3,v4.0,v4.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;plus the&lt;/P&gt;&lt;P&gt;&amp;nbsp;volume show -fields policy -volume svm-root&lt;/P&gt;</description>
      <pubDate>Sat, 21 Dec 2024 11:45:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457549#M44448</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2024-12-21T11:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Debug failed mount: No such file or directory</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457551#M44450</link>
      <description>&lt;P&gt;Ah, yes, sorry, concerning showmount I pasted only the line about my affected share (since there is a big amount of them&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;gt; showmount -e vrc01n01b
Export list for vrc01n01b:
/proj_rfip_hki                          (everyone)
/                                       (everyone)&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;&amp;gt; vserver nfs show -fields v3,v4.0,v4.1
vserver v3      v4.0     v4.1     
------- ------- -------- -------- 
vrcv01a enabled disabled disabled&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;&amp;gt; volume show -fields policy -volume vrcv01a_rootvol
vserver volume          policy  
------- --------------- ------- 
vrcv01a vrcv01a_rootvol default&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I have also&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;gt; volume show -fields policy -nodes vrc01n01b        
vserver   volume policy 
--------- ------ ------ 
vrc01n01b vol0   -    
...&lt;/LI-CODE&gt;&lt;P&gt;Now there are many volumes, of course, but I don't recognize what this vol0 is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Dec 2024 12:29:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457551#M44450</guid>
      <dc:creator>PatrikOsgnach</dc:creator>
      <dc:date>2024-12-21T12:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Debug failed mount: No such file or directory</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457552#M44451</link>
      <description>&lt;LI-CODE lang="markup"&gt;&amp;gt; vserver show
                               Admin      Operational Root
Vserver     Type    Subtype    State      State       Volume     Aggregate
----------- ------- ---------- ---------- ----------- ---------- ----------
vrc01       admin   -          -          -           -          -
vrc01n01a   node    -          -          -           -          -
vrc01n01b   node    -          -          -           -          -
vrcv01a     data    default    running    running     vrcv01a_   aggr1_
                                                      rootvol    vrc01n01a_
                                                                 S
4 entries were displayed.&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;&amp;gt; export-policy rule show -policyname default
             Policy          Rule    Access   Client                RO
Vserver      Name            Index   Protocol Match                 Rule
------------ --------------- ------  -------- --------------------- ---------
vrcv01a      default         1       any      0.0.0.0/0             any&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 21 Dec 2024 12:36:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457552#M44451</guid>
      <dc:creator>PatrikOsgnach</dc:creator>
      <dc:date>2024-12-21T12:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Debug failed mount: No such file or directory</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457553#M44452</link>
      <description>&lt;P&gt;vol0 is an moot volume. No data should ever be there&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;try this temporarily&amp;nbsp;&lt;/P&gt;&lt;P&gt;mount -v -o vers=3 vrc01n01b:/ /tmp_path that should work. Then try to access the path you are looking for on the temp location. You may get better diagnostic messages.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;also, it appears that the “string” path you are supplying to mount is not matching the “string” path on the Netapp. Maybe there is a space somehow in the name on the Netapp?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Dec 2024 13:11:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457553#M44452</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2024-12-21T13:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Debug failed mount: No such file or directory</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457554#M44453</link>
      <description>&lt;P&gt;Good idea&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# mount -v -o vers=3 vrc01n01b:/ /tmp/hki
mount.nfs: timeout set for Sat Dec 21 16:28:17 2024
mount.nfs: trying text-based options 'vers=3,addr=10.217.231.21'
mount.nfs: prog 100003, trying vers=3, prot=6
mount.nfs: trying 10.217.231.21 prog 100003 vers 3 prot TCP port 2049
mount.nfs: prog 100005, trying vers=3, prot=17
mount.nfs: trying 10.217.231.21 prog 100005 vers 3 prot UDP port 635
# ls -l /tmp/hki/proj_rfip_hki
ls: cannot access '/tmp/hki/proj_rfip_hki': No such file or directory&lt;/LI-CODE&gt;&lt;P&gt;Seems there is no directory for the mountpoint&lt;/P&gt;</description>
      <pubDate>Sat, 21 Dec 2024 15:29:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457554#M44453</guid>
      <dc:creator>PatrikOsgnach</dc:creator>
      <dc:date>2024-12-21T15:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Debug failed mount: No such file or directory</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457555#M44454</link>
      <description>&lt;P&gt;Just do an ls of the temp directory and see what’s there. Like I said maybe there is &amp;nbsp;a mismatch of what you think versus what actually is.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;still looks like the directory make you are trying to look for isn’t there. What about&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;vol show&lt;/P&gt;&lt;P&gt;&amp;nbsp;don’t add anything. Just find your volume and then paste the output. Wondering if the volume is online, read/write&lt;/P&gt;</description>
      <pubDate>Sat, 21 Dec 2024 15:44:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457555#M44454</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2024-12-21T15:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Debug failed mount: No such file or directory</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457556#M44455</link>
      <description>&lt;P&gt;I did and I see directories for all the other volumes&lt;/P&gt;</description>
      <pubDate>Sat, 21 Dec 2024 15:45:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457556#M44455</guid>
      <dc:creator>PatrikOsgnach</dc:creator>
      <dc:date>2024-12-21T15:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Debug failed mount: No such file or directory</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457557#M44456</link>
      <description>&lt;LI-CODE lang="markup"&gt;&amp;gt; vol show -volume proj_rfip_hki
Vserver   Volume       Aggregate    State      Type       Size  Available Used%
--------- ------------ ------------ ---------- ---- ---------- ---------- -----
vrcv01a   proj_rfip_hki 
                       aggr1_vrc01n01b_S 
                                    online     RW       1.05TB     1023GB    0%&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 21 Dec 2024 15:48:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457557#M44456</guid>
      <dc:creator>PatrikOsgnach</dc:creator>
      <dc:date>2024-12-21T15:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Debug failed mount: No such file or directory</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457558#M44457</link>
      <description>&lt;P&gt;Which is why you should see if the volume is online and read/write capable from the &lt;SPAN&gt;basic&amp;nbsp;&lt;/SPAN&gt;vol show output&lt;/P&gt;</description>
      <pubDate>Sat, 21 Dec 2024 15:49:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457558#M44457</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2024-12-21T15:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Debug failed mount: No such file or directory</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457559#M44458</link>
      <description>&lt;P&gt;What is the volume security on tries volume? There is a&amp;nbsp;possibility if it is ntfs that may be why its not showing&lt;/P&gt;</description>
      <pubDate>Sat, 21 Dec 2024 15:54:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457559#M44458</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2024-12-21T15:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Debug failed mount: No such file or directory</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457560#M44459</link>
      <description>&lt;P&gt;It's UNIX&lt;/P&gt;</description>
      <pubDate>Sat, 21 Dec 2024 16:17:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457560#M44459</guid>
      <dc:creator>PatrikOsgnach</dc:creator>
      <dc:date>2024-12-21T16:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Debug failed mount: No such file or directory</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457561#M44460</link>
      <description>&lt;P&gt;Another thought. Network lif.&amp;nbsp;&lt;BR /&gt;net int show -vserver xx -lif lifname -fields service-policy&lt;/P&gt;&lt;P&gt;&amp;nbsp;then&lt;/P&gt;&lt;P&gt;&amp;nbsp;net int service-policy show -vserver xx -policy fromabove&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Dec 2024 16:22:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Debug-failed-mount-No-such-file-or-directory/m-p/457561#M44460</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2024-12-21T16:22:26Z</dc:date>
    </item>
  </channel>
</rss>

