Is it possible to resume badblocks command?
I did:
- Code: Select all
$ sudo badblocks -vw /dev/sdc
Checking for bad blocks in read-write mode
From block 0 to 7562495
Testing with pattern 0xaa:
And canceled that command:
- Code: Select all
...
3607
3608
3609
3610
3611
3612
3613
3614
^C
Interrupted at block 3615
Is it possible to resume it?
Thank you.