You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ubuntu$ ./gvfs-fuse
A FUSE-based file system client
Usage: gvfs-fuse <COMMAND>
Commands:
mount
umount
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
ubuntu$ ./gvfs-fuse mount --help
Usage: gvfs-fuse mount [OPTIONS] <MOUNT_POINT> <LOCATION>
Arguments:
<MOUNT_POINT> Mount point for the filesystem
<LOCATION> Location of GVFS fileset URI
Options:
-c, --config <CONFIG>
-d, --debug <DEBUG> Debug level [default: 0]
-f, --foreground Run in foreground
-h, --help Print help
ubuntu$ ./gvfs-fuse umount --help
Usage: gvfs-fuse umount [OPTIONS] <MOUNT_POINT>
Arguments:
<MOUNT_POINT> Mount point to umount
Options:
-f, --force Force umount
-h, --help Print help
diqiu50
changed the title
Gvfs Fuse command line Tools: support mount and umount command
[Subtask] Gvfs Fuse command line Tools: support mount and umount command
Jan 17, 2025
Describe the subtask
Parent issue
#5504
The text was updated successfully, but these errors were encountered: