Reporte de badblocks
This commit is contained in:
parent
07fa2293e1
commit
c0b1cb64bd
1 changed files with 8 additions and 0 deletions
8
scripts/report-basblocks
Executable file
8
scripts/report-basblocks
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
OUTPUT_DIR=/output/hwtests
|
||||
|
||||
for DIR in $OUTPUT_DIR/* ; do
|
||||
[[ $DIR == snapshot ]] && next
|
||||
echo $DIR
|
||||
done
|
Loading…
Reference in a new issue