summaryrefslogtreecommitdiffstats
path: root/cat/virt-filesystems.pod
Commit message (Collapse)AuthorAgeFilesLines
* man pages: Ensure consistent copyright/author sections, remove licenseRichard W.M. Jones2012-08-211-15/+1
| | | | | | | | | | section. Ensure each man page contains consistent COPYRIGHT and AUTHOR sections. Remove the LICENSE section. We will add that back in podwrapper in a later commit.
* filesystems: Allow the parents column to contain multiple parents.Richard W.M. Jones2012-03-201-0/+4
| | | | | | A list of parents is passed for this column. This column is rendered as an (internally) comma-separated list.
* Update FSF address.Matthew Booth2011-11-081-1/+1
|
* virt-filesystems: Add MBR partition type byte to the output.Richard W.M. Jones2011-10-251-0/+8
| | | | | | | | | | | | | This adds an extra column containing this information, looking like this: Name Type VFS Label MBR Size Parent /dev/sda1 filesystem ntfs - - 6.0G - /dev/sda1 partition - - 07 6.0G /dev/sda /dev/sda device - - - 6.0G - In particular you can use this to tell if a partition is an extended partition, because the field will contain '05' or '0f'.
* man pages: Add a standard EXIT STATUS section to most pages.Richard W.M. Jones2011-08-271-0/+5
|
* fish: Allow -d UUID (specify libvirt domains by UUID).Richard W.M. Jones2011-05-061-1/+2
| | | | | | | | | | | | | | This applies in all the commands which use the common C option parsing code, ie: * guestfish * guestmount * virt-cat * virt-df * virt-filesystems * virt-inspector * virt-ls * virt-rescue
* filesystems: Document the columns in --long output.Richard W.M. Jones2011-01-021-0/+54
|
* docs: Fix typo in virt-filesystems(1).Richard W.M. Jones2010-11-271-1/+1
|
* docs: Remove ref to L</add-drive-opts> wrongly copied into some man pages.Richard W.M. Jones2010-11-271-2/+1
|
* New tool: virt-filesystemsRichard W.M. Jones2010-11-231-0/+349
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.