btrfs_fsck
Description:
[ Version ( since = "1.17.43" ) ]
public bool btrfs_fsck (string device, BtrfsFsck? optargs) throws Error
public bool btrfs_fsck (string device, BtrfsFsck? optargs) throws Error
check a btrfs filesystem
Used to check a btrfs filesystem, device
is the device file where the filesystem is stored.
This function depends on the feature "btrfs". See also feature_available.
Parameters:
this |
A GuestfsSession object |
optargs |
a GuestfsBtrfsFsck containing optional arguments |
Returns:
true on success, false on error |