Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
18
rated 0 times [  18] [ 0]  / answers: 1 / hits: 11789  / 2 Years ago, tue, march 8, 2022, 1:41:05

enter image description here



I issued the sudo badblocks -nv /dev/sda6 yesterday. I just woke up and it's still like that.



The documentation says that the -n parameter specifies that the test should be non-destructive but takes a little longer time.



Is it working or is it frozen or what? Does anyone know?


More From » ntfs

 Answers
1

You can watch per-process I/O activity with iotop. Install:



sudo apt-get install iotop


Then launch:



sudo iotop


Watch it for 30 sec. Does it show badblocks doing any I/O? If yes, then it is working, if not, it is likely frozen.



Next time you may launch badblocks with the -s parameter:



sudo badblocks -nsv /dev/sda6


this will show progress.


[#27579] Tuesday, March 8, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lawain

Total Points: 150
Total Questions: 106
Total Answers: 101

Location: China
Member since Mon, Aug 22, 2022
2 Years ago
lawain questions
;