diff options
Diffstat (limited to 'fish/guestfish.pod')
-rw-r--r-- | fish/guestfish.pod | 10 |
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)>, |