F-cmd

===================================================

fdisk

パーティションの作成、削除、情報を調べる

書式: fdisk [options] change partition table
    fdisk [options] -l [] list partition table(s)

・fdisk [−l] デバイス名

操作コマンド
lパーティションタイプを一覧表示する。
nパーティションを作成する。
dパーティションを作成する。
pパーティションテーブルを表示。
tパーティションタイプを変更する。
aブートフラグのオン/オフを切り替える
gcreate a new empty GPT partition table
ocreate a new empty DOS partition table
vverify the partition table
wパーティションテーブルの変更を保存して終了する。
qパーティションテーブルの変更を保存しないで終了する。
mヘルプメニューを表示する。

===================================================