e2fsck_f
Description:
[ Version ( deprecated = true , since = "1.0.29" ) ]
public bool e2fsck_f (string device) throws Error
public bool e2fsck_f (string device) throws Error
Warning: e2fsck_f is deprecated.
check an ext2/ext3 filesystem
Note:
In new code, use e2fsck instead
This runs "e2fsck -p -f device", ie. runs the ext2/ext3 filesystem checker on device
, noninteractively (*-p*), even if the
filesystem appears to be clean (*-f*).
Parameters:
this |
A GuestfsSession object |
Returns:
true on success, false on error |