[go: up one dir, main page]

Function fuser::mount2[][src]

pub fn mount2<FS: Filesystem, P: AsRef<Path>>(
    filesystem: FS,
    mountpoint: P,
    options: &[MountOption]
) -> Result<()>
Expand description

Mount the given filesystem to the given mountpoint. This function will not return until the filesystem is unmounted.

NOTE: This will eventually replace mount(), once the API is stable