ONTAP Discussions
ONTAP Discussions
Hi All,
Can anyone please let me know .. How to access folders which contains apostrophe(') in it.
Overview : -- Im trying to access one of the folder ( ex :- Koushik's book ) using ls (diag mode).
Error : --- ls '"\vol\testvol\testqtree\Koushik's book"'
Error quote inside
I need to restore one of the folder from snapshots so i cant rename the folder as well as it is snapshot.
Solved! See The Solution
Rather than working from rsh . I've did ls from filer in diag mode .It got worked out.
can you try to use "file explorer"(if cifs) with the "~" to get into the snapshot and copy the data out? or "." from nfs.
below kb should help
https://kb.netapp.com/support/index?page=content&id=1010422
Use slash as path delimiter in stead of backslash.
fas01*> ls "/vol/vol1/qtree1/Koushik's book"
.
..
test.txt
fas01*>
Rather than working from rsh . I've did ls from filer in diag mode .It got worked out.