pub fn get_mounted_devices() -> BlockResult<Vec<Device>>Expand description
Parse mtab and return all mounted block devices not including LVM
Non-lazy version of get_mounted_devices_iter
pub fn get_mounted_devices() -> BlockResult<Vec<Device>>Parse mtab and return all mounted block devices not including LVM
Non-lazy version of get_mounted_devices_iter