My home directory in OpenSolaris 0906 is part of the zpool rpool. I can view the pool in zpool list
. I can view the file system in zfs list
. I can create snapshots. I can use zfs list
and see a list of the snapshots I've taken. It's my understanding there should be a .zfs directory inside /export/home/test at /export/home/test/.zfs
zfs snapshot rpool/export/home/test@1
creates my snapshot successfully
zfs list -t snapshot
shows my snapshots successfully
I can't figure out where to find the snapshots. I see no .zfs directory anywhere.
Any hints where else I should look or what else I should do to find the .zfs directory and the snapshots?