===================================================
fdisk
パーティションの作成、削除、情報を調べる
書式: fdisk [options] change partition table
fdisk [options] -l [] list partition table(s)
・fdisk [−l] デバイス名
| 操作コマンド | |
|---|---|
| l | パーティションタイプを一覧表示する。 |
| n | パーティションを作成する。 |
| d | パーティションを作成する。 |
| p | パーティションテーブルを表示。 |
| t | パーティションタイプを変更する。 |
| a | ブートフラグのオン/オフを切り替える |
| g | create a new empty GPT partition table |
| o | create a new empty DOS partition table |
| v | verify the partition table |
| w | パーティションテーブルの変更を保存して終了する。 |
| q | パーティションテーブルの変更を保存しないで終了する。 |
| m | ヘルプメニューを表示する。 |
===================================================