cmd/gio/mount
Jump to navigation
Jump to search
Command: gio mount [OPTION...] [LOCATION...]
About
Provides commandline access to various aspects of GIO’s mounting functionality.
Mounting refers to the traditional concept of arranging multiple file systems and devices in a single tree, rooted at /. Classical mounting happens in the kernel and is controlled by the mount utility. GIO expands this concept by introducing mount daemons that can make file systems available to GIO applications without kernel involvement.
GIO mounts can require authentication, and the mount command may ask for user IDs, passwords, and so on, when required.
Options
short | long | description |
---|---|---|
-m | --mountable | Mount as mountable. |
-d | --device=ID | Mount volume with device file, or other identifier. |
-u | --unmount | Unmount the location. |
-e | --eject | Eject the location. |
-t | --stop=DEVICE | Stop drive with device file. |
-s | --unmount-scheme=SCHEME | Unmount all mounts with the given scheme. |
-f | --force | Ignore outstanding file operations when unmounting or ejecting. |
-a | --anonymous | Use an anonymous user when authenticating. |
-l | --list | List all GIO mounts. |
-o | --monitor | Monitor mount-related events. |
-i | --detail | Show extra information. |
--tcrypt-pim | The numeric PIM when unlocking a VeraCrypt volume. | |
--tcrypt-hidden | Mount a TCRYPT hidden volume. | |
--tcrypt-system | Mount a TCRYPT system volume. |