.\" Automatically generated by Podwrapper::Man 1.44.2 (Pod::Simple 3.42) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "virt-format 1" .TH virt-format 1 "2021-03-31" "libguestfs-1.44.2" "Virtualization Support" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "名前" .IX Header "名前" virt-format \- ディスクの消去および空のディスクの作成 .SH "書式" .IX Header "書式" .Vb 1 \& virt\-format [\-\-options] \-a disk.img [\-a disk.img ...] .Ve .SH "説明" .IX Header "説明" Virt-format takes an existing disk file (or it can be a host partition, \s-1LV\s0 etc), \fBerases all data on it\fR, and formats it as a blank disk. It can optionally create partition tables, empty filesystems, logical volumes and more. .PP To create a disk containing data, you may be better to use \&\fBvirt\-make\-fs\fR\|(1). If you are creating a blank disk to use in \&\fBguestfish\fR\|(1), you should instead use the guestfish \fI\-N\fR option. .PP 通常の使用方法はこのようになります: .PP .Vb 1 \& virt\-format \-a disk.qcow .Ve .PP または、このようになります: .PP .Vb 1 \& virt\-format \-a /dev/VG/LV .Ve .PP \&\fIdisk.qcow\fR or \fI/dev/VG/LV\fR must exist already. \fBAny data on these disks will be erased by these commands\fR. These commands will create a single empty partition covering the whole disk, with no filesystem inside it. .PP Additional parameters can be used to control the creation of partitions, filesystems, etc. The most commonly used options are: .IP "\fB\-\-filesystem=[ext3|ntfs|vfat|...]\fR" 4 .IX Item "--filesystem=[ext3|ntfs|vfat|...]" Create an empty filesystem (\f(CW\*(C`ext3\*(C'\fR, \f(CW\*(C`ntfs\*(C'\fR etc) inside the partition. .IP "\fB\-\-lvm[=/dev/VG/LV]\fR" 4 .IX Item "--lvm[=/dev/VG/LV]" Create a Linux \s-1LVM2\s0 logical volume on the disk. When used with \&\fI\-\-filesystem\fR, the filesystem is created inside the \s-1LV.\s0 .PP For more information about these and other options, see \*(L"\s-1OPTIONS\*(R"\s0 below. .PP The format of the disk is normally auto-detected, but you can also force it by using the \fI\-\-format\fR option (q.v.). In situations where you do not trust the existing content of the disk, then it is advisable to use this option to avoid possible exploits. .SH "オプション" .IX Header "オプション" .IP "\fB\-\-help\fR" 4 .IX Item "--help" 簡単なヘルプを表示します。 .IP "\fB\-a\fR file" 4 .IX Item "-a file" .PD 0 .IP "\fB\-\-add\fR file" 4 .IX Item "--add file" .PD \&\fIファイル\fR、ディスクイメージ、ホストのパーティション、論理ボリューム、外部 \s-1USB\s0 ディスクなどを追加します。 .Sp ディスクイメージの形式は自動検知されます。 これを上書きして強制的に特定の形式を使用する場合、 \fI\-\-format=..\fR オプションを使用します。 .Sp \&\fBディスクにある既存のデータはすべて削除されます。\fR .IP "\fB\-a\fR \s-1URI\s0" 4 .IX Item "-a URI" .PD 0 .IP "\fB\-\-add\fR \s-1URI\s0" 4 .IX Item "--add URI" .PD リモートディスクを追加します。 \*(L"リモートストレージの追加\*(R" in \fBguestfish\fR\|(1) 参照。 .IP "\fB\-\-blocksize=512\fR" 4 .IX Item "--blocksize=512" .PD 0 .IP "\fB\-\-blocksize=4096\fR" 4 .IX Item "--blocksize=4096" .IP "\fB\-\-blocksize\fR" 4 .IX Item "--blocksize" .PD This parameter sets the sector size of the disk image. It affects all explicitly added subsequent disks after this parameter. Using \&\fI\-\-blocksize\fR with no argument switches the disk sector size to the default value which is usually 512 bytes. See also \&\*(L"guestfs_add_drive_opts\*(R" in \fBguestfs\fR\|(3). .IP "\fB\-\-filesystem=ext3|ntfs|vfat|...\fR" 4 .IX Item "--filesystem=ext3|ntfs|vfat|..." Create an empty filesystem of the specified type. Many filesystem types are supported by libguestfs. .IP "\fB\-\-filesystem=none\fR" 4 .IX Item "--filesystem=none" ファイルシステムを作成しません。 これがデフォルトです。 .IP "\fB\-\-format=raw|qcow2|..\fR" 4 .IX Item "--format=raw|qcow2|.." .PD 0 .IP "\fB\-\-format\fR" 4 .IX Item "--format" .PD \&\fI\-a\fR オプションは標準状態でディスクイメージの形式を自動検知します。 これを使用することにより、コマンドラインで後続の \fI\-a\fR オプションのディスク形式を強制的に指定できます。 引数なしで \fI\-\-format\fR を使用することにより、 後続の \fI\-a\fR オプションに対して自動検知に戻せます。 .Sp 例: .Sp .Vb 1 \& virt\-format \-\-format=raw \-a disk.img .Ve .Sp forces raw format (no auto-detection) for \fIdisk.img\fR. .Sp .Vb 1 \& virt\-format \-\-format=raw \-a disk.img \-\-format \-a another.img .Ve .Sp forces raw format (no auto-detection) for \fIdisk.img\fR and reverts to auto-detection for \fIanother.img\fR. .Sp 仮想マシンのディスクイメージが信頼できない raw 形式である場合、 ディスク形式を指定するためにこのオプションを使用すべきです。 これにより、悪意のある仮想マシンにより起こり得る セキュリティ問題を回避できます (\s-1CVE\-2010\-3851\s0)。 .IP "\fB\-\-label=\fR\s-1LABEL\s0" 4 .IX Item "--label=LABEL" Set the filesystem label. .IP "\fB\-\-lvm=/dev/\f(BI\s-1VG\s0\fB/\f(BI\s-1LV\s0\fB\fR" 4 .IX Item "--lvm=/dev/VG/LV" Create a Linux \s-1LVM2\s0 logical volume called \fI/dev/\fI\s-1VG\s0\fI/\fI\s-1LV\s0\fI\fR. You can change the name of the volume group and logical volume. .IP "\fB\-\-lvm\fR" 4 .IX Item "--lvm" Create a Linux \s-1LVM2\s0 logical volume with the default name (\fI/dev/VG/LV\fR). .IP "\fB\-\-lvm=none\fR" 4 .IX Item "--lvm=none" 論理ボリュームを作成しません。 これがデフォルトです。 .IP "\fB\-\-partition\fR" 4 .IX Item "--partition" ディスク全体をカバーする \s-1MBR\s0 または \s-1GPT\s0 パーティションを作成します。ディスク容量が < 2 \s-1TB\s0 ならば \s-1MBR\s0 が選択されます。容量が ≥ 2 \s-1TB\s0 ならば \s-1GPT\s0 が選択されます。 .Sp これがデフォルトです。 .IP "\fB\-\-partition=gpt\fR" 4 .IX Item "--partition=gpt" \&\s-1GPT\s0 パーティションを作成します。 .IP "\fB\-\-partition=mbr\fR" 4 .IX Item "--partition=mbr" \&\s-1MBR\s0 パーティションを作成します。 .IP "\fB\-\-partition=none\fR" 4 .IX Item "--partition=none" パーティションテーブルを作成しません。Windows はこれらのディスクを認識できないかもしれないことに注意してください。 .IP "\fB\-v\fR" 4 .IX Item "-v" .PD 0 .IP "\fB\-\-verbose\fR" 4 .IX Item "--verbose" .PD デバッグ用の冗長なメッセージを有効にします。 .IP "\fB\-V\fR" 4 .IX Item "-V" .PD 0 .IP "\fB\-\-version\fR" 4 .IX Item "--version" .PD バージョン番号を表示して、終了します。 .IP "\fB\-\-wipe\fR" 4 .IX Item "--wipe" Normally virt-format does not wipe data from the disk (because that takes a long time). Thus if there is data on the disk, it is only hidden and partially overwritten by virt-format, and it might be recovered by disk editing tools. .Sp If you use this option, virt-format writes zeroes over the whole disk so that previous data is not recoverable. .IP "\fB\-x\fR" 4 .IX Item "-x" libguestfs \s-1API\s0 呼び出しのトレースを有効にします。 .SH "終了ステータス" .IX Header "終了ステータス" このプログラムは、成功すると \f(CW0\fR、失敗すると \f(CW1\fR を返します。 .SH "関連項目" .IX Header "関連項目" \&\fBguestfs\fR\|(3), \fBguestfish\fR\|(1), \fBvirt\-filesystems\fR\|(1), \fBvirt\-make\-fs\fR\|(1), \&\fBvirt\-rescue\fR\|(1), \fBvirt\-resize\fR\|(1), http://libguestfs.org/. .SH "著者" .IX Header "著者" Richard W.M. Jones http://people.redhat.com/~rjones/ .SH "COPYRIGHT" .IX Header "COPYRIGHT" Copyright (C) 2012 Red Hat Inc. .SH "LICENSE" .IX Header "LICENSE" .SH "BUGS" .IX Header "BUGS" To get a list of bugs against libguestfs, use this link: https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools .PP To report a new bug against libguestfs, use this link: https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools .PP When reporting a bug, please supply: .IP "\(bu" 4 The version of libguestfs. .IP "\(bu" 4 Where you got libguestfs (eg. which Linux distro, compiled from source, etc) .IP "\(bu" 4 Describe the bug accurately and give a way to reproduce it. .IP "\(bu" 4 Run \fBlibguestfs\-test\-tool\fR\|(1) and paste the \fBcomplete, unedited\fR output into the bug report.