Module mount

Source

Enums§

MountOption
Mount options to pass to mount(2) for a FUSE filesystem. See the official document for the descriptions.

Functions§

join_mount_options 🔒
mount
Initiates a FUSE mount at mountpoint directory with flags and options via mount(2). The caller should provide a file descriptor (backed by /dev/fuse) with MountOption::FD. After this function completes, the FUSE filesystem can start to handle the requests, e.g. via fuse::worker::start_message_loop().