HackerspaceBremen / xmount

'xmount' extends the 'mount' command to automatically detect and mount multiple partitions in file images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

xmount | Version 1.0 | bash script

 

Description:

  • 'xmount' extends the 'mount' command to automatically detect and mount multiple partitions in file images. If more than one partition / file system is detected, one can be selected and mounted in a loop device.

Dependencies:

  • GNU parted [ A program for creating, destroying, resizing, checking and copying partitions ] => Website

Usage:

  • 'xmount' can be used in the same way as the 'mount' command.

Examples:

   xmount -o loop <image file> <mountdir>
   xmount --xinfo

 


!!! Please send bug reports !!!
skynet-devel@mailbox.org

About

'xmount' extends the 'mount' command to automatically detect and mount multiple partitions in file images.

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%