いろいろな種類のパーティション分割ツールが Debian 開発者によって組み込まれ、 様々な形式のハードディスクやコンピュータアーキテクチャで 動作するようになっています。 以下に、それらのアーキテクチャで使えるプログラムのリストを示します。
Debian 推奨のパーティション分割ツールです。このアーミーナイフは、 パーティションサイズを変更したり、ファイルシステムを作成 (Windows で言うところの 「フォーマット」) したり、マウントポイントを指定したりすることもできます。
上級魔術師用の、Linux オリジナルのディスクパーティション作成プログラムです。
すでにコンピュータに FreeBSD のパーティションが存在する場合は注意が必要です。 インストール用のカーネルはこのパーティションをサポートしていますが、 fdisk の表示方法では名前が異なります (そもそも表示されないかもしれません)。 Linux+FreeBSD HOWTO をご覧になってください。
一般ユーザのための、操作の容易なフルスクリーン表示ディスクパーティション 作成プログラムです。
cfdisk は FreeBSD パーティションを全く理解しません。 したがって、こちらでもデバイス名が変わってしまうかもしれません。
(あるいは同様のもの) を選択すると、上記のプログラムの中のひとつがデフォルトで実行されます。 VT2 のコマンドラインから、異なるパーティション分割ツールを使うこともできますが お勧めしません。
ブートパーティションを 「起動可能 (Bootable)」 にマークするのをお忘れなく。
新しいハードディスクを使っている (またはあなたのディスクのパーティションテーブル全体を消したい) 場合は、新しいパーティションテーブルを作成する必要があります。「ガイドによるパーティショニング」がこれを自動で行ってくれますが、手動でパーティショニングを行うときは、そのディスクの一番上の階層のエントリを選択して Enter を押してください。そのディスクに新しいパーティションテーブルを作成します。エキスパートモードでは、その後そのパーティションテーブルの種類を聞かれます。UEFI ベースのシステムでは 「gpt」 がデフォルトですが、古い BIOS の世界でのデフォルト値は 「msdos」 です。標準の優先度でのインストール時はこれらのデフォルトが自動的に使われます。
![]() |
注記 |
---|---|
パーティションテーブルの種類に 「gpt」 を選択した場合は (UEFI システムのデフォルト)、1 MB の空き領域がそのディスクの先頭に自動で作成されます。これは意図されたもので、GRUB2 ブートローダを埋め込むのに必要です。 |
If you have an existing other operating system such as Windows and you want to preserve that operating system while installing Debian, you may need to resize its partition to free up space for the Debian installation. The installer supports resizing of both FAT and NTFS filesystems; when you get to the installer's partitioning step, select the option
and then simply select an existing partition and change its size.While modern UEFI systems don't have such limitations as listed below, the old PC BIOS generally adds additional constraints for disk partitioning. There is a limit to how many 「primary」 and 「logical」 partitions a drive can contain.
On such old PC BIOS system, 「primary」 partitions are the original partitioning scheme for PC disks. However, there can only be four of them. To get past this limitation, 「extended」 and 「logical」 partitions were invented. By setting one of your primary partitions as an extended partition, you can subdivide all the space allocated to that partition into logical partitions. You can create up to 60 logical partitions per extended partition; however, you can only have one extended partition per drive.