Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Subtask] Gvfs Fuse command line Tools: support mount and umount command #6320

Open
Tracked by #5504
diqiu50 opened this issue Jan 17, 2025 · 0 comments · May be fixed by #6321
Open
Tracked by #5504

[Subtask] Gvfs Fuse command line Tools: support mount and umount command #6320

diqiu50 opened this issue Jan 17, 2025 · 0 comments · May be fixed by #6321
Assignees

Comments

@diqiu50
Copy link
Contributor

diqiu50 commented Jan 17, 2025

Describe the subtask

  1. Support mount and umount command
  2. Make mount a daemon process
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

Parent issue

#5504

@diqiu50 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
@diqiu50 diqiu50 self-assigned this Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant