Skip to content

-b is not working #220

Answered by harold-b
Hcerit07 asked this question in Q&A
Oct 4, 2022 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

./bladebit -t 14 -c < > -f < > -b 64 diskplot -a --cache 99G -t1 /mnt/temp/ /mnt/pw/
-b is an option that belongs to the diskplot command, so it needs to go sometime after diskplot but not as the last argument, which is the output directory. So this should be:

./bladebit -t 14 -c < > -f < > diskplot -b 64 -a --cache 99G -t1 /mnt/temp/ /mnt/pw/

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Hcerit07
Comment options

Answer selected by harold-b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants