You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add exfat2img to dump metadata of an exFAT filesystem.
It dump boot sector, FAT, bitmap, all metadata which
can reach from root directory.
exfat2img -o sda1.dump /dev/sda1
exfat2img -o - /dev/sda1 | bzip2 > sda1.dump.bz
When restoring a partition from a dump image generated
from stdout, exfat2img should be used like the following:
bzip2 -dc sda1.dump.bz2 | exfat2img -o /dev/sdb1 -
Signed-off-by: Hyunchul Lee <[email protected]>
0 commit comments