ls on snapshot subdirectory gives "Operation not supported"
It seems that OOO does not allow one to pull individual files out of a snapshot:
Simple test case:
It also won't let me cd into a directory that I know is at the top of that snapshot.
This makes me wonder if it's safe to roll back to the snapshot, if OOO itself cannot navigate the snapshot tree.
Simple test case:
- Code: Select all
$ cd /Volumes/POOLNAME/.zfs/snapshot
$ ls
2017-06-30/ 2017-07-25/
$ cd 2017-06-30
$ ls
ls: .: Operation not supported
It also won't let me cd into a directory that I know is at the top of that snapshot.
This makes me wonder if it's safe to roll back to the snapshot, if OOO itself cannot navigate the snapshot tree.