[ Version ( since = "1.29.22" ) ]
public bool btrfs_scrub_start (string path) throws Error
read all data from all disks and verify checksums
Reads all the data and metadata on the filesystem, and uses checksums and the duplicate copies from RAID storage to identify and repair any corrupt data.
This function depends on the feature "btrfs". See also feature_available .
this |
A GuestfsSession object |
true on success, false on error |