-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assertion error #48
Comments
And anothere here, on a different path, but strangely again a a CLR file
|
Can you trying on these files individually and check the status? Are you using Subvolume? I added this assert especially when dduper runs into |
There was no subvolume involved here, singole partition btrfs formatted. |
Same issue. |
Okay, thanks. Single partition - it should. I guess its something related to file. Can you share the output or |
dduper works fine with top-level subvolume. Can you share the output for failing file.
|
I have the same problem. My btrfs.static has version 'btrfs-progs v5.7' and when you do the inspect-internal dump-csum on a file, there is no output to stdout, even though it returns success. |
I may be having the same issue. But I don't seem to have output from dump-csum with any file on my btrfs filesystem. I'm using the btrfs.static that is in the git repo:
Something that may be helpful: I ran the test/verify.sh script and it worked. So I modified the script to keep the loopback btrfs img mounted. I then entered that directory and observed the following:
I thought that it might be one of the mount options on my main filesystem that is causing this but mounting with these options doesn't appear to have made a difference:
My main filesystem is on a luks2 device but I haven't tested whether using luks2 with a loop back device will reproduce this problem. |
More errors like this, as I did run into it too and reported issue here: Did run couple of tests:
For all tests BTRFS sits on LUKS2 and it is aarch64 (OSCM/Debian based distro). |
Further investigation shows that for file located on root volume, csum can be obtained and for the file on subvolume it doesn't return anything. |
@bugsyb : Subvolume issue listed here https://github.com/Lakshmipathi/dduper?tab=readme-ov-file#known-issues Sorry I was unable to figure out the issue, its been years passed. I'll see whether I can allocate sometime on this issue. |
Appreciate it. Yes whilst doing research did end up on Known Issues though hopes were created as under one of the tickets you've mentioned that work is being done on it and... it is more and more common to use subvolumes. Thanks! |
Running code from today's repo Gen-15-2021 (dduper 0.04)
It ran half a day analyzing a path then crashed. Command line is
dduper --device /dev/sdq --dir /mypath/backup/ --analyze --recurse
The text was updated successfully, but these errors were encountered: