Linux "grub-mount" Command Line Options and Examples
export GRUB filesystem with FUSE

Debug tool for filesystem driver. -C, --crypto Mount crypto devices. -d, --debug=STRING Set debug environment variable.


Usage:

grub-mount [OPTION...] IMAGE1 [IMAGE2 ...] MOUNTPOINT




Command Line Options:

-C
Mount crypto devices.
grub-mount -C ...
-d
Set debug environment variable.
grub-mount -d ...
-K
Load zfs crypto key.
grub-mount -K ...
-r
Set root device.
grub-mount -r ...
-v
print verbose messages.
grub-mount -v ...
-?
give this help list
grub-mount -? ...
--usage
give a short usage message
grub-mount --usage ...
-V
print program versionMandatory or optional arguments to long options are also mandatory or optional for any corresponding short options.
grub-mount -V ...