Hello all,
Is there any way to recover deleted files from a zfs pool folder?
The pool is mounted in Ubuntu server and used as shared network drive.
Thank you for any support.
Hello all,
Is there any way to recover deleted files from a zfs pool folder?
The pool is mounted in Ubuntu server and used as shared network drive.
Thank you for any support.
Maybe… zfs list -t snapshot
, otherwise, not very likely. ZFS is a rather unique filesystem. Your data could technically still be on the disk, but the database entry that points to it is gone.