Function spurs::util::get_mounted_devs

source ·
pub fn get_mounted_devs(
    shell: &SshShell,
    dry_run: bool
) -> Result<Vec<(String, String)>, Error>
Expand description

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