From 6de1a1242e9501f8a7042d3cdd970ab9c7496823 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 17 Jan 2012 17:34:24 +0000 Subject: 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. --- tools/virt-make-fs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') 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. + Basic usage is: virt-make-fs input output.img @@ -557,6 +559,7 @@ manual page L for details. =head1 SEE ALSO L, +L, L, L, L, -- cgit