3.5. マルチブートシステムでの事前パーティション分割

「ディスクのパーティション分割」とは、ディスクをセクションに分けることです。各セクションは他のセクションから独立しています。この作業は要するに、家の中に壁を作るようなものです。ある部屋に家具を入れても、それは他の部屋には影響しないというわけです。

If you already have an operating system on your system (Windows, OS/2, MacOS, Solaris, FreeBSD, …) which uses the whole disk and you want to stick Debian on the same disk, you will need to repartition it. Debian requires its own hard disk partitions. It cannot be installed on Windows or Mac OS X partitions. It may be able to share some partitions with other Unix systems, but that's not covered here. At the very least you will need a dedicated partition for the Debian root filesystem.

You can find information about your current partition setup by using a partitioning tool for your current operating system, such as the integrated Disk Manager in Windows. Partitioning tools always provide a way to show existing partitions without making changes.

一般に、既にファイルシステムの入っているパーティションを変更すると、中の情報はすべて破壊されてしまいます。そのため、パーティション分割をやり直す前には、必ずバックアップを取っておいてください。家の例でいうと、壁を動かす前には、家具が壊れないよう、あらかじめどかしておきます。

Several modern operating systems offer the ability to move and resize certain existing partitions without destroying their contents. This allows making space for additional partitions without losing existing data. Even though this works quite well in most cases, making changes to the partitioning of a disk is an inherently dangerous action and should only be done after having made a full backup of all data. For FAT/FAT32 and NTFS partitions as used by Windows systems, the ability to move and resize them losslessly is provided both by debian-installer as well as by the integrated Disk Manager of Windows.

既存の FAT や NTFS パーティションを debian-installer から損失無く移動、サイズ変更するには、パーティション作業に進んで手作業でのパーティション作業を選択し、サイズ変更するパーティションを選択し、単純に変更後のサイズを指定します。