Browsing Snapshots

schamock

Cadet
Joined
Dec 22, 2023
Messages
7
Hi,
I'm trying to browse snapshots via SMB as described here (using Scale 23.10.1): https://www.truenas.com/docs/scale/...napshotsscale/#browsing-a-snapshot-collection
After the mentioned config I can see the .zfs directory but accessing it via SMB (from MacOS and Debian) results in the following error:
Code:
user@host .zfs % ls -la
total 0
ls: fts_read: Operation not supported

However if I ssh into the TrueNAS host with the same user, I can go to the .zfs directory and view its content as expected.
Is there anything I have to configure to make it work via SMB? The link above explicitly states, that it should be possible via SMB :(
The mountpath is well within the 88 character limit (Example with short Snapshotname: /mnt/Datapool/test/.zfs/snapshots/mt/).

Additionally: The documentation mentions a TrueNAS CLI command "storage filesystem ...". But this command seams to be not implemented: "Namespace filesystem not found"

Any help is appreciated!
 

schamock

Cadet
Joined
Dec 22, 2023
Messages
7
I set up a TrueNAS Core VM for testing and found out that browsing the snapshots in Core works as expected. So this seams to be an Scale-specific topic
 
Top