grub-mount
mount filesystems using GRUB's drivers via FUSE
TLDR
Mount a block device or file system image to a mount point
SYNOPSIS
grub-mount [options] device mountpoint
DESCRIPTION
grub-mount mounts file systems or disk images read-only using GRUB's built-in file system drivers via FUSE. This is useful for accessing file systems that GRUB supports but the host operating system might not, or for inspecting boot images.
The tool supports various file systems including ext2/3/4, XFS, Btrfs, ZFS, FAT, NTFS, and ISO9660. It can also handle encrypted volumes with the appropriate options.
PARAMETERS
-r, --root PARTITION
Specify partition number to mount from a disk image-C, --crypto
Enable cryptographic device support, prompts for passphrase-K, --zfs-key FILE
Load ZFS encryption key from specified file-d, --debug STRING
Show debugging output for matching category-v, --verbose
Enable verbose output--version
Display version information
CAVEATS
All mounts are read-only. Requires FUSE support on the host system. Some advanced file system features may not be fully supported. Encrypted volumes require appropriate keys or passphrases.
HISTORY
grub-mount is part of GRUB 2, providing a FUSE-based mounting interface using GRUB's file system drivers. This allows administrators to access and verify boot environments without requiring kernel support for all file system types.
SEE ALSO
grub-probe(8), mount(8), fusermount(1)
