this post was submitted on 24 Sep 2024
1 points (100.0% liked)

It's A Digital Disease!

23 readers
1 users here now

This is a sub that aims at bringing data hoarders together to share their passion with like minded people.

founded 2 years ago
MODERATORS
 
The original post: /r/datahoarder by /u/amrogers3 on 2024-09-24 17:43:19.

If I run the first two patterns, 0xaa and 0x55, and stop the program, is it possible to rerun badblocks only running the last two? 0xff and 0x00 to complete the process?

I am reading the help for it and I believe I just need to run two separate commands to finish the last two patterns. Is this correct? Is it possible to run the last two patterns with one command?

badblocks -wsv -t 0xff -b 4096 /dev/sdb
badblocks -wsv -t 0x00 -b 4096 /dev/sdb

can I do this?

badblocks -wsv -t 0xff,0x00 -b 4096 /dev/sdb

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here