NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

Not able to view \\filer\share\~snapshots from Windows

sdrcpdpune
9,022 Views

Hi

We recently renamed a volume name containing only one qtree shared to cifs only to something different. All data can be accessed via share name like file://filer/share

However, we cannot browse/view \\filer\share\~snapshot ,though the snapshots are there on the filer for this particular volume. All other shares and volume are normal and their snapshots browsable and viewable from Windows Explorer.

Can someone advise

Thanks

Rahul

4 REPLIES 4

rmatt
9,022 Views

You should check the value of the 'cifs.show_snapshot' option on your NetApp controller:

FAS> options cifs.show_snapshot

cifs.show_snapshot off

If it's off, you can turn it back on:

FAS> options cifs.show_snapshot on

It could be other things, but I would start there. Thanks!

adamfox
9,022 Views

The next thing to check is the volume option 'nosnapdir'. Make sure that's set to off.

chopranitish_d
9,022 Views

After renaming the volume, if you are not able to browse through snapshots, check for the following:

  1. vol options <vol_name> ------> the option named "nosnapdir" should be "off"
  2. also the system where you  have mapped the cifs share ------> check for "show hidden files and folders" under Tools > Folder Options > Viewm, this property should be selected

sdrcpdpune
9,022 Views

Thanks Nitish

1st option helped

" vol options <vol_name

Public