summaryrefslogtreecommitdiffstats
path: root/tools/virt-list-filesystems
Commit message (Collapse)AuthorAgeFilesLines
* Documentation updates.Richard Jones2010-04-111-1/+1
| | | | | | | Fix copyright years. Fix URLs to point to new PRC site. Make sure guestfish(1) and guestfs(3) manpages reference the current list of tools.
* New tools: virt-resize and virt-list-partitions.Richard Jones2010-03-231-0/+1
| | | | | | | | Virt-resize is the main contribution here, a program which can be used to expand and shrink partitions in disk images. Virt-list-partitions is used as an ancillary tool for planning resize operations.
* Tab to space (whitespace fixes only).Richard Jones2010-03-121-17/+17
|
* Remove unused Perl modules.Richard Jones2010-02-191-1/+0
| | | | These were 'use'd but not actually used.
* New tool: virt-list-filesystemsRichard Jones2009-11-241-0/+223
Use this program as a convenient way to list the filesystems available in a disk image or libvirt guest. Example: $ virt-list-filesystems /dev/vg_trick/Debian5x64 /dev/debian5x64/home /dev/debian5x64/root /dev/debian5x64/tmp /dev/debian5x64/usr /dev/debian5x64/var /dev/sda1 This is designed to make it easier for novices to use guestfish and guestmount. In particular with guestmount this acts as a way to get a list of filesystems to use with the '-m' option. ie: $ virt-list-filesystems unknowndisk.img /dev/sda1 /dev/sda2 $ guestmount -a unknowndisk.img -m /dev/sda1 /mnt