cannot receive new filesystem stream: checksum mismatch or incomplete stream. #14581
fantacinni
started this conversation in
General
Replies: 2 comments
-
i have the same error trying to send from one machine to another. how can there be an error like this? is this an error in the source ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I know this is old, but since it's still open, if you want to try to save the majority of the data you can try:
and run the send/recv. Bad blocks will be filled in with 0x2f5baddb10c which you can search for to see which files got corrupted. But at least your good files will be restored. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello,
I've an issue when restoring the pool from a snapshot image file.
The snapshot was sent by
sudo zfs send -Rwv tank@now | zstd -cq -o tank.zst
Tank pool was destroyed after sent and recreated, the recv process was interrupted with the following message.
unzstd tank.zst -c | sudo zfs recv tank -Fsv -o compression=zstd
Since this is the only single copy of the pool, and I really want to restore it.
Any help is appreciated!
Edit: code formatting
Beta Was this translation helpful? Give feedback.
All reactions