| コマンドサンプル | 説明 |
|---|---|
| fdisk -l | ハードディスク情報の表示 |
| fdisk -l | ハードディスク情報の表示 |
| fdisk /dev/sdb | デバイスの設定コマンド。応答式で操作オプション指定でパーテンションを操作する。 |
| a | toggle a bootable flag |
| b | edit bsd disklabel |
| c | toggle the dos compatibility flag |
| d |
delete a partition パーテーションを削除する |
| g | create a new empty GPT partition table |
| G | create an IRIX (SGI) partition table |
| l | list known partition types |
| m |
print this menu コマンドの操作一覧が表示される。 |
| n | add a new partition |
| o | create a new empty DOS partition table |
| p |
print the partition table ディスクの状態が表示される |
| q | quit without saving changes |
| s | create a new empty Sun disklabel |
| t | change a partition's system id |
| u | change display/entry units |
| v | verify the partition table |
| w |
write table to disk and exit 保存して「fdisk」コマンドを終了 |
| x | extra functionality (experts only) |