Skip to main content

run

Function run 

Source
pub fn run(
    hexz_path: &str,
    mountpoint: &Path,
    daemon: bool,
    cache_size: Option<&str>,
    uid: u32,
    gid: u32,
    overlay: Option<PathBuf>,
    editable: bool,
    metadata_dir: Option<&Path>,
) -> Result<()>
Expand description

Execute the hexz mount command to mount an archive as a FUSE filesystem.