Replies: 1 comment 4 replies
-
Try setting |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a single-disk raidz pool. When I just learned to use zfs many years ago, I mistakenly added a file to it as stripe vdev, then I realize that I couldn't remove it from the pool, then I panicked, delete it before data writing into the file, and then reboot system, as a result, the pool can no longer be imported.
This pool contains personal data that I don't want to lose, and finally saved as a disk image with
dd
. I would like to ask if there is any way to get the data out of it?zpool
can recognize the image as a zpool# zpool import -F -X -d . pool: data-pool id: 3292954182846563831 state: UNAVAIL status: The pool was last accessed by another system. action: The pool cannot be imported due to damaged devices or data. see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-EY config: data-pool UNAVAIL insufficient replicas personal-data.zfs UNAVAIL
Beta Was this translation helpful? Give feedback.
All reactions