Skip to main content

spike_scan

Function spike_scan 

Source
pub fn spike_scan(drive: &str) -> Result<SpikeStats, MftError>
Expand description

Scan one volume’s $MFT end to end and report measurements. drive is a drive letter spec like C:.

§Errors

Returns MftError::NotElevated when the process lacks the privileges to open the raw volume, or MftError::Ntfs if opening the volume or reading the $MFT fails.