The mount.image command mounts partitions and logical volumes of a (possibly
compressed) disk image on mount points of the form:
${MOUNT_IMAGE_BASEDIR}/label
where label is a partition label. If a mountable partition does not
have a label, then the name of the device associated with the
partition is used instead.
To unmount an image mounted with mount.image, use the command
umount.image with the same argument as used with mount.image.
Alternatively, one of the mount points can be given as an argument.
mount.image DISK-IMAGE [...]
umount.image DISK-IMAGE [...]
To install from source, on the command line run:
git clone [email protected]:slewsys/mount.image.git
cd ./mount.image
./autogen.sh
./configure --bindir=${HOME}/bin
make install
If you feel that mount.image could be improved, please consider
creating an issue at:
mount.image.