|
Lines 361-367
Link Here
|
| 361 |
*/ |
361 |
*/ |
| 362 |
define boolean check_ext2fs() ``{ |
362 |
define boolean check_ext2fs() ``{ |
| 363 |
|
363 |
|
| 364 |
string command = sformat("/sbin/fsck.ext2 -n -f %1", check_partition ); |
364 |
string command = sformat("/sbin/fsck.ext2 -n -v -f %1", check_partition ); |
| 365 |
boolean checkext2fs = OSRExecute::Command (.local.bash,command); |
365 |
boolean checkext2fs = OSRExecute::Command (.local.bash,command); |
| 366 |
last_check_return = OSRExecute::result; |
366 |
last_check_return = OSRExecute::result; |
| 367 |
|
367 |
|