Packages and Binaries:

fuse3

Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations.

Installed size: 100 KB
How to install: sudo apt install fuse3

Dependencies:
  • adduser
  • libc6
  • libfuse3-3
  • mount
  • sed
fusermount

Mount and unmount FUSE filesystems

root@kali:~# fusermount -h
fusermount: [options] mountpoint
Options:
 -h		    print help
 -V		    print version
 -o opt[,opt...]    mount options
 -u		    unmount
 -q		    quiet
 -z		    lazy unmount

fusermount3

Mount and unmount FUSE filesystems

root@kali:~# fusermount3 -h
fusermount3: [options] mountpoint
Options:
 -h		    print help
 -V		    print version
 -o opt[,opt...]    mount options
 -u		    unmount
 -q		    quiet
 -z		    lazy unmount

mount.fuse

Configuration and mount options for FUSE file systems

root@kali:~# mount.fuse -h
usage: mount.fuse type#[source] destination [-t type] [-o opt[,opts...]]

mount.fuse3

Configuration and mount options for FUSE file systems

root@kali:~# mount.fuse3 -h
usage: mount.fuse3 type#[source] destination [-t type] [-o opt[,opts...]]

libfuse3-3

Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations.

This package contains the shared library.

Installed size: 305 KB
How to install: sudo apt install libfuse3-3

Dependencies:
  • libc6

libfuse3-dev

Filesystem in Userspace (FUSE) is a simple interface for userspace programs to export a virtual filesystem to the Linux kernel. It also aims to provide a secure method for non privileged users to create and mount their own filesystem implementations.

This package contains the development files.

Installed size: 709 KB
How to install: sudo apt install libfuse3-dev

Dependencies:
  • libfuse3-3
  • libselinux-dev

Updated on: 2024-Feb-16