Function block_utils::mount_device [] [src]

pub fn mount_device(device: &Device, mount_point: &str) -> Result<i32, String>

Utility function to mount a device at a mount point NOTE: This assumes the device is formatted at this point. The mount will fail if the device isn't formatted.