You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
154 B
9 lines
154 B
4 months ago
|
FSCK_OPT="-fy -j journal.img"
|
||
|
SECOND_FSCK_OPT="-fy -j journal.img"
|
||
|
|
||
|
gunzip < $test_dir/journal.gz > journal.img
|
||
|
|
||
|
. $cmd_dir/run_e2fsck
|
||
|
|
||
|
rm -f journal.img
|