New tool: virt-list-filesystems
authorRichard Jones <rjones@redhat.com>
Tue, 24 Nov 2009 15:19:08 +0000 (15:19 +0000)
committerRichard Jones <rjones@redhat.com>
Tue, 24 Nov 2009 16:01:11 +0000 (16:01 +0000)
commit299d5b9dd260d47ac5121126ecd0e3f7bc4830b5
tree934509c2fdefa3fde1676352a752af53e27ef7b1
parent9b6185b9bf8147e20563608b23eaafce9c5edc2f
New tool: virt-list-filesystems

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
.gitignore
Makefile.am
fuse/guestmount.pod
guestfish.pod
po/POTFILES.in
tools/Makefile.am
tools/virt-list-filesystems [new file with mode: 0755]