Function spurs_util::get_mounted_devs[][src]

pub fn get_mounted_devs(
    shell: &impl Execute,
    dry_run: bool
) -> Result<Vec<(String, String)>, SshError>
Expand description

Returns the list of devices mounted and their mountpoints. For example, [("sda2", "/")].