diff options
author | Richard Jones <rjones@redhat.com> | 2010-09-15 17:22:29 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-09-15 19:42:23 +0100 |
commit | 000c4a82fbd78667849551114b6d08f391324796 (patch) | |
tree | 552a804d675573b0e975b44896cdf14bdab7cb14 /COPYING.LIB | |
parent | ffd4820ffe953b0583e3a9357e37d74bed3a2320 (diff) | |
download | libguestfs-000c4a82fbd78667849551114b6d08f391324796.tar.gz libguestfs-000c4a82fbd78667849551114b6d08f391324796.tar.xz libguestfs-000c4a82fbd78667849551114b6d08f391324796.zip |
New API: list-filesystems: list filesystems
This API is a simpler replacement for the guestfish commands
list-devices / list-partitions / lvs, in the case where you are
just examining a guest by hand to see what it contains.
Typical usage and output in guestfish is like this:
$ guestfish --ro -a /dev/vg_trick/F13x64
><fs> run
><fs> list-filesystems
/dev/vda1: ext4
/dev/vg_f13x64/lv_root: ext4
/dev/vg_f13x64/lv_swap: swap
It can also be used to replace programs that try to mount
devices to determine if they are mountable filesystems.
Diffstat (limited to 'COPYING.LIB')
0 files changed, 0 insertions, 0 deletions