Skip to content

revolution-robotics/mount.image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disk Image Mounter

Description

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.

Synopsis

mount.image DISK-IMAGE [...]
umount.image DISK-IMAGE [...]

Source Installation

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

Bugs

If you feel that mount.image could be improved, please consider creating an issue at: mount.image.

About

Disk image mounter with LVM2 support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published