mount_writable

Function mount_writable 

Source
pub fn mount_writable<B, S>(
    filesystem: LinuxWritableFilesystem<B, S>,
    mountpoint: impl AsRef<Path>,
    config: &LinuxMountConfig,
) -> Result<()>
where B: CloudFilesBackend + 'static, S: LinuxWritebackStore + 'static,
Expand description

Mounts a blocking writable FUSE session without kernel writeback-cache semantics.

ยงErrors

Returns an error when the mountpoint cannot be opened or the FUSE session cannot be mounted.