<?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: Restore  folders with .vmdk in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Restore-folders-with-vmdk/m-p/158210#M35980</link>
    <description>&lt;P&gt;You can navigate to the snapshot directory in NFS via the .snapshot path.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Mount the NFS export in question&lt;/P&gt;
&lt;P&gt;2. At the top level, cd to .snapshot&lt;/P&gt;
&lt;P&gt;3. cd to the desired snapshot&lt;/P&gt;
&lt;P&gt;4. Navigate in the snapshot to the location of the files&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# mount | grep flexgroup&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;demo:/flexgroup_16 on /flexgroup type nfs (rw,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=x.x.x.x,mountvers=3,mountport=635,mountproto=udp,local_lock=none,addr=x.x.x.x)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# pwd&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;/flexgroup&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# cd .snapshot&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;-bash: cd: .snapshot: No such file or directory&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can't get to the .snapshot directory, then snapdir-access likely needs to be enabled on the volume:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;::*&amp;gt; volume show -vserver DEMO -volume flexgroup_16 -fields snapdir-access&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vserver volume snapdir-access&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;------- ------------ --------------&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;DEMO flexgroup_16 false&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;::*&amp;gt; volume modify -vserver DEMO -volume flexgroup_16 &lt;STRONG&gt;-snapdir-access true&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have to enable that option, you'd have to remount. Now I can get to my snapshot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# umount /flexgroup&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# mount -o nfsvers=3 DEMO:/flexgroup_16 /flexgroup&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# cd /flexgroup/.snapshot&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[root@centos7 .snapshot]# ls -la&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;total 12&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;drwxrwxrwx 3 root root 4096 Jun 22 14:55 .&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;drwxr-xr-x 5 root root 4096 Jul 28 10:39 ..&lt;/FONT&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;drwxr-xr-x 5 root root 4096 Mar 30 2017 base&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Aug 2020 13:33:17 GMT</pubDate>
    <dc:creator>parisi</dc:creator>
    <dc:date>2020-08-03T13:33:17Z</dc:date>
    <item>
      <title>Restore  folders with .vmdk</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Restore-folders-with-vmdk/m-p/158180#M35963</link>
      <description>&lt;P&gt;Good Morning,&lt;/P&gt;
&lt;P&gt;i am new to the forum and a novice to NetApp.&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit; -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: 100%;"&gt;&lt;BR /&gt;I have a network with Vmware and NetApp storage. We had a folder deleted which we thought were old files which were no longer used but after deleting our DFS/Print vm server will not Power on. Says it need a .vmdk file that was one of the deleted files.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We tried looking in the backup tapes but could not find the files. I have been researching and there is mentioning of a snapshot directory that may retain these files but it is hidden.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Long story short is we need to restore these files to return access to NFS file shares and print services.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any way to do so?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for any help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ed&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:58:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Restore-folders-with-vmdk/m-p/158180#M35963</guid>
      <dc:creator>ewarren</dc:creator>
      <dc:date>2025-06-04T10:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Restore  folders with .vmdk</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Restore-folders-with-vmdk/m-p/158181#M35964</link>
      <description>&lt;P&gt;Which ONTAP version?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If its CLuster Mode.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/How_to_restore_files_from_a_snapshot_on_ONTAP_using_the_CIFS_protocol" target="_blank"&gt;https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/How_to_restore_files_from_a_snapshot_on_ONTAP_using_the_CIFS_protocol&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/CIFS_clients_cannot_access_the_snapshot_directory_in_ONTAP_9" target="_blank"&gt;https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/CIFS_clients_cannot_access_the_snapshot_directory_in_ONTAP_9&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For 7 mode&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://library.netapp.com/ecmdocs/ECMP1635994/html/GUID-E086FD12-47D9-4D5B-B361-C93DD3EF1FDD.html" target="_blank"&gt;https://library.netapp.com/ecmdocs/ECMP1635994/html/GUID-E086FD12-47D9-4D5B-B361-C93DD3EF1FDD.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Aug 2020 15:43:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Restore-folders-with-vmdk/m-p/158181#M35964</guid>
      <dc:creator>shuklas</dc:creator>
      <dc:date>2020-08-02T15:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Restore  folders with .vmdk</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Restore-folders-with-vmdk/m-p/158210#M35980</link>
      <description>&lt;P&gt;You can navigate to the snapshot directory in NFS via the .snapshot path.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Mount the NFS export in question&lt;/P&gt;
&lt;P&gt;2. At the top level, cd to .snapshot&lt;/P&gt;
&lt;P&gt;3. cd to the desired snapshot&lt;/P&gt;
&lt;P&gt;4. Navigate in the snapshot to the location of the files&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# mount | grep flexgroup&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;demo:/flexgroup_16 on /flexgroup type nfs (rw,relatime,vers=3,rsize=65536,wsize=65536,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=x.x.x.x,mountvers=3,mountport=635,mountproto=udp,local_lock=none,addr=x.x.x.x)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# pwd&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;/flexgroup&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# cd .snapshot&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;-bash: cd: .snapshot: No such file or directory&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can't get to the .snapshot directory, then snapdir-access likely needs to be enabled on the volume:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;::*&amp;gt; volume show -vserver DEMO -volume flexgroup_16 -fields snapdir-access&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vserver volume snapdir-access&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;------- ------------ --------------&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;DEMO flexgroup_16 false&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;::*&amp;gt; volume modify -vserver DEMO -volume flexgroup_16 &lt;STRONG&gt;-snapdir-access true&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have to enable that option, you'd have to remount. Now I can get to my snapshot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# umount /flexgroup&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# mount -o nfsvers=3 DEMO:/flexgroup_16 /flexgroup&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# cd /flexgroup/.snapshot&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[root@centos7 .snapshot]# ls -la&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;total 12&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;drwxrwxrwx 3 root root 4096 Jun 22 14:55 .&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;drwxr-xr-x 5 root root 4096 Jul 28 10:39 ..&lt;/FONT&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;drwxr-xr-x 5 root root 4096 Mar 30 2017 base&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 13:33:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Restore-folders-with-vmdk/m-p/158210#M35980</guid>
      <dc:creator>parisi</dc:creator>
      <dc:date>2020-08-03T13:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Restore  folders with .vmdk</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Restore-folders-with-vmdk/m-p/158252#M36005</link>
      <description>&lt;P&gt;Alternatively, if you can't figure that out, I'd create a volume from a snapshot, called a flexclone:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.dot-cm-cmpr-920%2Fvolume__clone__create.html&amp;amp;lang=en" target="_blank"&gt;https://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.dot-cm-cmpr-920%2Fvolume__clone__create.html&amp;amp;lang=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure to split it off so the snapshots can be deleted as needed. Once you have your data, the clone volume can be deleted safely.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 15:04:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Restore-folders-with-vmdk/m-p/158252#M36005</guid>
      <dc:creator>paul_stejskal</dc:creator>
      <dc:date>2020-08-04T15:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Restore  folders with .vmdk</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Restore-folders-with-vmdk/m-p/158254#M36006</link>
      <description>&lt;P&gt;One caveat: FlexClone requires a separate license.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 15:41:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Restore-folders-with-vmdk/m-p/158254#M36006</guid>
      <dc:creator>parisi</dc:creator>
      <dc:date>2020-08-04T15:41:07Z</dc:date>
    </item>
  </channel>
</rss>

