pub fn spawn_mount_writable<B, S>(
filesystem: LinuxWritableFilesystem<B, S>,
mountpoint: impl AsRef<Path>,
config: &LinuxMountConfig,
) -> Result<LinuxBackgroundSession>where
B: CloudFilesBackend + 'static,
S: LinuxWritebackStore + 'static,Expand description
Spawns a writable direct-I/O FUSE session with a kernel invalidation handle.
ยงErrors
Returns an error when the mountpoint cannot be opened or the background FUSE session cannot be started.