Linux Commands Examples

A great documentation place for Linux commands

grub-mount

export GRUB filesystem with FUSE

Synopsis

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


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
read_line num i size type fs path name
close_dialog
mounted=
if type grub-mount >/dev/null 2>&1 && \
grub-mount "$path" "$mountpoint" 2>/dev/null 3>&- 6>&- 7<&-; then
0
source
            
if type grub-mount >/dev/null 2>&1 && \
type grub-probe >/dev/null 2>&1 && \
grub-mount "$partition" "$tmpmnt" 2>/dev/null; then

description

Debug tool for filesystem driver.
-C
, --crypto

Mount crypto devices.

-d, --debug=STRING

Set debug environment variable.

-K, --zfs-key=FILE|prompt

Load zfs crypto key.

-r, --root=DEVICE_NAME

Set root device.

-v, --verbose

print verbose messages.

-?, --help

give this help list

--usage

give a short usage message

-V, --version

print program version

Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options.


see also

The full documentation for grub-mount is maintained as a Texinfo manual. If the info and grub-mount programs are properly installed at your site, the command

info grub-mount

should give you access to the complete manual.

How can this site be more helpful to YOU ?


give  feedback