Skip to main content

list_non_ejectable

Function list_non_ejectable 

Source
pub fn list_non_ejectable() -> Result<Vec<MountPoint>>
Expand description

Lists only non-ejectable/non-removable mounted volumes (internal drives, etc.).

Shorthand for list_with(ListOptions::non_ejectable_only()).