summaryrefslogtreecommitdiffstats
path: root/fish
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-11-22 17:33:35 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-11-23 10:22:08 +0000
commitfbc2555903be8c88ad9430d871cf0d27c8fded1e (patch)
treee4a779915c7e469fc3c78d05ebfb481fbf6093e4 /fish
parentf6d3d5677194ae7aaea70d43845341d91907b5ee (diff)
downloadlibguestfs-fbc2555903be8c88ad9430d871cf0d27c8fded1e.tar.gz
libguestfs-fbc2555903be8c88ad9430d871cf0d27c8fded1e.tar.xz
libguestfs-fbc2555903be8c88ad9430d871cf0d27c8fded1e.zip
New tool: virt-filesystems
This tool replaces virt-list-filesystems and virt-list-partitions with a new tool written in C with a more uniform command line structure and output. This existing Perl tools are deprecated but remain indefinitely.
Diffstat (limited to 'fish')
-rw-r--r--fish/guestfish.pod10
1 files changed, 6 insertions, 4 deletions
diff --git a/fish/guestfish.pod b/fish/guestfish.pod
index c52b773c..07b98999 100644
--- a/fish/guestfish.pod
+++ b/fish/guestfish.pod
@@ -275,10 +275,11 @@ You have to mount something on C</> before most commands will work.
If any I<-m> or I<--mount> options are given, the guest is
automatically launched.
-If you don't know what filesystems a disk image contains, you
-can either run guestfish without this option, then list the partitions
-and LVs available (see L</list-partitions> and L</lvs> commands),
-or you can use the L<virt-list-filesystems(1)> program.
+If you don't know what filesystems a disk image contains, you can
+either run guestfish without this option, then list the partitions,
+filesystems and LVs available (see L</list-partitions>,
+L</list-filesystems> and L</lvs> commands), or you can use the
+L<virt-filesystems(1)> program.
=item B<-n> | B<--no-sync>
@@ -1042,6 +1043,7 @@ L<http://libguestfs.org/>,
L<virt-cat(1)>,
L<virt-df(1)>,
L<virt-edit(1)>,
+L<virt-filesystems(1)>,
L<virt-list-filesystems(1)>,
L<virt-list-partitions(1)>,
L<virt-ls(1)>,