-
./bladebit -t 14 -c < > -f < > diskplot -a --cache 99G -t1 /mnt/temp/ /mnt/pw/ -b 64 ./bladebit -t 14 -c < > -f < > -b 64 diskplot -a --cache 99G -t1 /mnt/temp/ /mnt/pw/ Fatal Error: both of settings i recieve this alert |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
./bladebit -t 14 -c < > -f < > -b 64 diskplot -a --cache 99G -t1 /mnt/temp/ /mnt/pw/
-b
is an option that belongs to thediskplot
command, so it needs to go sometime afterdiskplot
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/