diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-01-17 17:34:24 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-01-18 16:28:31 +0000 |
commit | 6de1a1242e9501f8a7042d3cdd970ab9c7496823 (patch) | |
tree | 4c6b1aebefa1fc468e37c13d4aaffe873bdb47ac /tools | |
parent | dd0707be5f9153a78ea0a07ec72f4e1f341a38c9 (diff) | |
download | libguestfs-6de1a1242e9501f8a7042d3cdd970ab9c7496823.tar.gz libguestfs-6de1a1242e9501f8a7042d3cdd970ab9c7496823.tar.xz libguestfs-6de1a1242e9501f8a7042d3cdd970ab9c7496823.zip |
New tool: virt-format: erase and make blank disks.
This tool allows you to easily reformat a disk, creating a blank disk
with optional partition, LVM and empty filesystem.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/virt-make-fs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/virt-make-fs b/tools/virt-make-fs index d4e231be..3afbb438 100755 --- a/tools/virt-make-fs +++ b/tools/virt-make-fs @@ -54,6 +54,8 @@ which can be useful if you want to attach these filesystems to existing virtual machines (eg. to import large amounts of read-only data to a VM). +To create blank disks, use L<virt-format(1)>. + Basic usage is: virt-make-fs input output.img @@ -557,6 +559,7 @@ manual page L<sh(1)> for details. =head1 SEE ALSO L<guestfish(1)>, +L<virt-format(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, |