summaryrefslogtreecommitdiffstats
path: root/fuse/guestmount.pod
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 /fuse/guestmount.pod
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 'fuse/guestmount.pod')
-rw-r--r--fuse/guestmount.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/fuse/guestmount.pod b/fuse/guestmount.pod
index e86d76c7..dc4005b2 100644
--- a/fuse/guestmount.pod
+++ b/fuse/guestmount.pod
@@ -57,9 +57,9 @@ For a libvirt guest called "Guest" you could do:
guestmount -d Guest -i --ro /mnt
If you don't know what filesystems are contained in a guest or
-disk image, use L<virt-list-filesystems(1)> first:
+disk image, use L<virt-filesystems(1)> first:
- virt-list-filesystems MyGuest
+ virt-filesystems MyGuest
If you want to trace the libguestfs calls but without excessive
debugging information, we recommend: