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
{{ message }}
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
The demo uses a disk image, but the operations are the same for an actual disk (replace disk.img with /dev/sda etc).
Note that show mode is restricted to metadata blocks, if you created your SBX container using without metadat blocks (i.e. via --no-meta flag), then your container will not be displayed here.
Only want to index all SBX containers by scanning all metadata blocks
blkar show mode can be configured to show all metadata blocks instead of stopping after one by supplying --show-all flag
blkar show /dev/sdb --show-all > show.log
Only want to index all SBX containers by scanning all metadata blocks, but in JSON
All modes in blkar support JSON output mode, including show mode
So we can just add the flag to the command used above