X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=cat%2Fvirt-filesystems.pod;h=511239598acb50d4ad041f0d1fcfbd53f9de0a4b;hb=7fef001bd9a2b64ebbf8c936fa75d9c0f8ae76bd;hp=fac139b1d56a7f158de751459d1ad938d68c2089;hpb=440cd23f54f44132b8ff3d1e5b0b05b9dd5cc1c0;p=libguestfs.git diff --git a/cat/virt-filesystems.pod b/cat/virt-filesystems.pod index fac139b..5112395 100755 --- a/cat/virt-filesystems.pod +++ b/cat/virt-filesystems.pod @@ -142,7 +142,8 @@ read L below. =item B<--domain> guest -Add all the disks from the named libvirt guest. +Add all the disks from the named libvirt guest. Domain UUIDs can be +used instead of names. =item B<--echo-keys> @@ -315,6 +316,14 @@ type if one could be detected, eg. C. If the object has a label (used for identifying and mounting filesystems) then this column contains the label. +=item B + +The partition type byte, displayed as a two digit hexadecimal number. +A comprehensive list of partition types can be found here: +L + +This is only applicable for DOS (MBR) partitions. + =item B The size of the object in bytes. If the I<--human> option is used @@ -368,6 +377,11 @@ have meaning to the shell such as C<#> and space. You may need to quote or escape these characters on the command line. See the shell manual page L for details. +=head1 EXIT STATUS + +This program returns 0 if successful, or non-zero if there was an +error. + =head1 SEE ALSO L,