We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This happens on:
This does not happen on:
When using ext2, ext3, FAT32, or NTFS, the COW header is all zeros. When using ext4 or XFS, the COW header has data.
fallocate -l 1G disk.img losetup /dev/loop0 disk.img mkfs.vfat -F32 /dev/loop0 mount /dev/loop0 /mnt sync dbdctl setup-snapshot /dev/loop0 /mnt/cow.snap 0
[root@segv-c7 ~]# xxd -l 64 /mnt/cow.snap 0000000: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 0000010: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 0000020: 0000 0000 0000 0000 0000 0000 0000 0000 ................ 0000030: 0000 0000 0000 0000 0000 0000 0000 0000 ................
The text was updated successfully, but these errors were encountered:
58ca80a
crawfxrd
Successfully merging a pull request may close this issue.
This happens on:
This does not happen on:
When using ext2, ext3, FAT32, or NTFS, the COW header is all zeros.
When using ext4 or XFS, the COW header has data.
The text was updated successfully, but these errors were encountered: