pub fn parse_mount_output(text: &str) -> HashMap<String, String>
Parse the output of the mount command into a map of device identifier → mount point.
mount
Each line has the form: /dev/disk2s2 on /Volumes/MyData (ntfs, local, …)
/dev/disk2s2 on /Volumes/MyData (ntfs, local, …)