summaryrefslogtreecommitdiff
path: root/ja/partitioning
diff options
context:
space:
mode:
Diffstat (limited to 'ja/partitioning')
-rw-r--r--ja/partitioning/device-names.xml274
-rw-r--r--ja/partitioning/partition-programs.xml212
-rw-r--r--ja/partitioning/partition/alpha.xml111
-rw-r--r--ja/partitioning/partition/hppa.xml39
-rw-r--r--ja/partitioning/partition/ia64.xml220
-rw-r--r--ja/partitioning/partition/mips.xml27
-rw-r--r--ja/partitioning/partition/powerpc.xml109
-rw-r--r--ja/partitioning/partition/sparc.xml58
-rw-r--r--ja/partitioning/partition/x86.xml186
-rw-r--r--ja/partitioning/partitioning.xml14
-rw-r--r--ja/partitioning/schemes.xml163
-rw-r--r--ja/partitioning/sizing.xml104
-rw-r--r--ja/partitioning/tree.xml282
13 files changed, 0 insertions, 1799 deletions
diff --git a/ja/partitioning/device-names.xml b/ja/partitioning/device-names.xml
deleted file mode 100644
index 35b121ac5..000000000
--- a/ja/partitioning/device-names.xml
+++ /dev/null
@@ -1,274 +0,0 @@
-<?xml version="1.0" encoding="EUC-JP"?>
-<!-- retain these comments for translator revision tracking -->
-<!-- original version: 39614 -->
-
-
- <sect1 id="device-names">
- <title>Linux におけるデバイス名</title>
-<para>
-
-<!--
-Linux disks and partition names may be different from other operating
-systems. You need to know the names that Linux uses when you create
-and mount partitions. Here's the basic naming scheme:
--->
-Linux におけるディスクおよびパーティションの命名法は、
-他のオペレーティングシステムとは異なっています。
-パーティションを作成したりマウントしたりする際には、
-Linux がどのようなディスク名を用いるのか知っておく必要があります。
-以下は基本的な命名法の仕組みです。
-
-</para>
-<itemizedlist arch="not-s390">
-<listitem><para>
-
-<!--
-The first floppy drive is named <filename>/dev/fd0</filename>.
--->
-第 1 フロッピードライブは <filename>/dev/fd0</filename> と名付けられる。
-
-</para></listitem>
-<listitem><para>
-
-<!--
-The second floppy drive is named <filename>/dev/fd1</filename>.
--->
-第 2 フロッピードライブは <filename>/dev/fd1</filename> と名付けられる。
-
-</para></listitem>
-<listitem><para>
-
-<!--
-The first SCSI disk (SCSI ID address-wise) is named
-<filename>/dev/sda</filename>.
--->
-第 1 SCSI ディスク (SCSI ID アドレスによる) は
-<filename>/dev/sda</filename> と名付けられる。
-
-</para></listitem>
-<listitem><para>
-
-<!--
-The second SCSI disk (address-wise) is named
-<filename>/dev/sdb</filename>, and so on.
--->
-第 2 SCSI ディスク (アドレスによる) は
-<filename>/dev/sdb</filename> と名付けられ、以下も同様。
-
-</para></listitem>
-<listitem><para>
-
-<!--
-The first SCSI CD-ROM is named <filename>/dev/scd0</filename>, also
-known as <filename>/dev/sr0</filename>.
--->
-第 1 SCSI CD-ROM は <filename>/dev/scd0</filename> および
-<filename>/dev/sr0</filename> と名付けられる。
-
-</para></listitem>
-<listitem><para>
-
-<!--
-The master disk on IDE primary controller is named
-<filename>/dev/hda</filename>.
--->
-IDE プライマリーコントローラのマスターディスクは
-<filename>/dev/hda</filename> と名付けられる。
-
-</para></listitem>
-<listitem><para>
-
-<!--
-The slave disk on IDE primary controller is named
-<filename>/dev/hdb</filename>.
--->
-IDE プライマリーコントローラのスレーブディスクは
-<filename>/dev/hdb</filename> と名付けられる。
-
-</para></listitem>
-<listitem><para>
-
-<!--
-The master and slave disks of the secondary controller can be called
-<filename>/dev/hdc</filename> and <filename>/dev/hdd</filename>,
-respectively. Newer IDE controllers can actually have two channels,
-effectively acting like two controllers.
--->
-IDE セカンダリーコントローラのマスターディスクおよびスレーブディスクは、
-それぞれ <filename>/dev/hdc</filename>、<filename>/dev/hdd</filename>
-と名付けられる。最近の IDE コントローラは 2 つのチャンネルを持ち、
-事実上 2 つのコントローラがあるかのように動作します。
-
-<phrase arch="m68k">
-<!--
-The letters may differ from what shows in the mac program pdisk
-(i.e. what shows up as <filename>/dev/hdc</filename> on pdisk may show
-up as <filename>/dev/hda</filename> in Debian).
--->
-これらの文字は、Mac のプログラム pdisk が表示するものとは異なっています
-(例えば pdisk 上で <filename>/dev/hdc</filename> と表示されるものが
-Debian 上では <filename>/dev/hda</filename> と表示されます)。
-</phrase>
-
-</para></listitem>
-
-<listitem arch="x86"><para>
-
-<!--
-The first XT disk is named <filename>/dev/xda</filename>.
--->
-第 1 XT ディスクは <filename>/dev/xda</filename> と名付けられる。
-
-</para></listitem>
-<listitem arch="x86"><para>
-
-<!--
-The second XT disk is named <filename>/dev/xdb</filename>.
--->
-第 2 XT ディスクは <filename>/dev/xdb</filename> と名付けられる。
-
-</para></listitem>
-<listitem arch="m68k"><para>
-
-<!--
-The first ACSI device is named <filename>/dev/ada</filename>, the
-second is named <filename>/dev/adb</filename>.
--->
-第 1 ASCI デバイスは <filename>/dev/ada</filename>、
-第 2 ASCI デバイスは <filename>/dev/adb</filename> と名付けられる。
-
-</para></listitem>
-</itemizedlist>
-
-<itemizedlist arch="s390">
-<listitem><para>
-
-<!--
-The first DASD device is named
-<filename>/dev/dasda</filename>.
--->
-第 1 DASD デバイスは
-<filename>/dev/dasda</filename> と名付けられる。
-
-</para></listitem>
-<listitem><para>
-
-<!--
-The second DASD device is named
-<filename>/dev/dasdb</filename>, and so on.
--->
-第 2 DASD デバイスは
-<filename>/dev/dasdb</filename> と名付けられ、以下も同様。
-
-</para></listitem>
-</itemizedlist>
-
-<para arch="not-s390">
-
-<!--
-The partitions on each disk are represented by appending a decimal
-number to the disk name: <filename>sda1</filename> and
-<filename>sda2</filename> represent the first and
-second partitions of the first SCSI disk drive in your system.
--->
-各ディスクのパーティションは、ディスク名に十進数を付け加えることで表します。
-例えば <filename>sda1</filename> と <filename>sda2</filename> は、
-それぞれシステムの第 1 SCSI ディスクドライブの第 1、
-第 2 パーティションを表します。
-
-</para><para arch="not-s390">
-
-<!--
-Here is a real-life example. Let's assume you have a system with 2
-SCSI disks, one at SCSI address 2 and the other at SCSI address 4.
-The first disk (at address 2) is then named <filename>sda</filename>,
-and the second <filename>sdb</filename>. If the
-<filename>sda</filename> drive has 3 partitions on it, these will be
-named <filename>sda1</filename>, <filename>sda2</filename>, and
-<filename>sda3</filename>. The same applies to the
-<filename>sdb</filename> disk and its partitions.
--->
-実際にありそうな例を挙げてみましょう。2 つの SCSI ディスクを持つシステムで、
-一方の SCSI アドレスが 2、もう一方の SCSI アドレスが 4 だとします。
-最初のディスク (アドレス 2) は <filename>sda</filename>、
-2 つ目のディスクは <filename>sdb</filename> と名付けられます。もし
-<filename>sda</filename> ドライブに 3 つのパーティションがあるなら、
-それらは <filename>sda1</filename>、<filename>sda2</filename>、
-<filename>sda3</filename> と名付けられます。
-<filename>sdb</filename> ディスクとそのパーティションについても同様です。
-
-</para><para arch="not-s390">
-
-<!--
-Note that if you have two SCSI host bus adapters (i.e., controllers),
-the order of the drives can get confusing. The best solution in this
-case is to watch the boot messages, assuming you know the drive models
-and/or capacities.
--->
-2 つの SCSI ホストバスアダプタ (コントローラ) があると、
-ドライブの順序が混乱するかもしれないので注意してください。
-ドライブのモデルや容量を知っているなら、
-ブートメッセージに注目するのが最も良い解決策でしょう。
-
-</para><para arch="x86">
-
-<!--
-Linux represents the primary partitions as the drive name, plus the
-numbers 1 through 4. For example, the first primary partition on the
-first IDE drive is <filename>/dev/hda1</filename>. The logical partitions are
-numbered starting at 5, so the first logical partition on that same
-drive is <filename>/dev/hda5</filename>. Remember that the extended
-partition, that is, the primary partition holding the logical
-partitions, is not usable by itself. This applies to SCSI disks as
-well as IDE disks.
--->
-Linux は基本パーティションを、ドライブ名に 1 から 4 の数字をつけた名前で
-表します。例えば、第 1 IDE ドライブの第 1 基本パーティションは
-<filename>/dev/hda1</filename> となります。論理パーティションは、
-5 から始まる数字で表され、このドライブの第 1 論理パーティションは
-<filename>/dev/hda5</filename> になります。また、拡張パーティションは
-論理パーティションを含む基本パーティションのことですが、
-これ自体は使用できないことも覚えておいてください。
-このことは IDE ディスクにも SCSI ディスクにも当てはまります。
-
-</para><para arch="m68k">
-
-<!--
-VMEbus systems using the TEAC FC-1 SCSI floppy drive will see it as normal
-SCSI disk. To make identification of the drive simpler the installation
-software will create a symbolic link to the appropriate device and name
-it <filename>/dev/sfd0</filename>.
--->
-TEAC FC-1 SCSI フロッピードライブを利用する VMEbus システムは、そのドライブを
-通常の SCSI ディスクと見なします。このドライブを区別して用いるために、
-インストーラは、単に適切なデバイスにシンボリックリンクを張り、そのファイル名を
-<filename>/dev/sfd0</filename> とします。
-
-</para><para arch="sparc">
-
-<!--
-Sun disk partitions allow for 8 separate partitions (or slices). The
-third partition is usually (and is preferred to have) the <quote>Whole
-Disk</quote> partition. This partition references all of the sectors of the
-disk, and is used by the boot loader (either SILO, or Sun's).
--->
-Sun のディスクパーティションは 8 つまで別々のパーティション (スライス) を持てます。
-通常 3 番目のパーティションは「ディスク全体」のパーティションになります
-(こうしておく方がいいです)。このパーティションはディスク上のあらゆるセクタを参照し、
-ブートローダ (SILO か Sun のもの) から利用されます。
-
-</para><para arch="s390">
-
-<!--
-The partitions on each disk are represented by appending a decimal
-number to the disk name: <filename>dasda1</filename> and
-<filename>dasda2</filename> represent the first and
-second partitions of the first DASD device in your system.
--->
-各ディスクのパーティションは、ディスク名に十進数を付け加えることで表します。
-例えば <filename>dasda1</filename> と <filename>dasda2</filename> は、
-それぞれシステムの第 1 DASD デバイスの第 1、
-第 2 パーティションを表します。
-
-</para>
- </sect1>
diff --git a/ja/partitioning/partition-programs.xml b/ja/partitioning/partition-programs.xml
deleted file mode 100644
index 68775913d..000000000
--- a/ja/partitioning/partition-programs.xml
+++ /dev/null
@@ -1,212 +0,0 @@
-<?xml version="1.0" encoding="EUC-JP"?>
-<!-- retain these comments for translator revision tracking -->
-<!-- original version: 42302 -->
-
- <sect1 id="partition-programs">
-<!--
- <title>Debian Partitioning Programs</title>
--->
- <title>Debian のパーティション分割プログラム</title>
-<para>
-
-<!--
-Several varieties of partitioning programs have been adapted by Debian
-developers to work on various types of hard disks and computer
-architectures. Following is a list of the program(s) applicable for
-your architecture.
--->
-いろいろな種類のパーティション分割ツールが Debian 開発者によって組み込まれ、
-様々な形式のハードディスクやコンピュータアーキテクチャで
-動作するようになっています。
-以下に、それらのアーキテクチャで使えるプログラムのリストを示します。
-
-</para>
-
-<variablelist>
-
-<varlistentry>
-<term><command>partman</command></term>
-<listitem><para>
-
-<!--
-Recommended partitioning tool in Debian. This Swiss army knife can
-also resize partitions, create filesystems
-<phrase arch="x86"> (<quote>format</quote> in Windows speak)</phrase>
-and assign them to the mountpoints.
--->
-Debian 推奨のパーティション分割ツールです。このアーミーナイフは、
-パーティションサイズを変更したり、ファイルシステムを作成
-<phrase arch="x86"> (Windows で言うところの <quote>フォーマット</quote>) </phrase>
-したり、マウントポイントを指定したりすることもできます。
-
-</para></listitem>
-</varlistentry>
-
-<varlistentry condition="fdisk.txt">
-<term><command>fdisk</command></term>
-<listitem><para>
-
-<!--
-The original Linux disk partitioner, good for gurus.
--->
-上級魔術師用の、Linux オリジナルのディスクパーティション作成プログラムです。
-
-</para><para>
-
-<!--
-Be careful if you have existing FreeBSD partitions on your machine.
-The installation kernels include support for these partitions, but the
-way that <command>fdisk</command> represents them (or not) can make the
-device names differ. See the
-<ulink url="&url-linux-freebsd;">Linux+FreeBSD HOWTO</ulink>.
--->
-すでにコンピュータに FreeBSD のパーティションが存在する場合は注意が必要です。
-インストール用のカーネルはこのパーティションをサポートしていますが、
-<command>fdisk</command> の表示方法では名前が異なります
-(そもそも表示されないかもしれません)。
-<ulink url="&url-linux-freebsd;">Linux+FreeBSD HOWTO</ulink> をご覧になってください。
-
-</para></listitem>
-</varlistentry>
-
-<varlistentry condition="cfdisk.txt">
-<term><command>cfdisk</command></term>
-<listitem><para>
-
-<!--
-A simple-to-use, full-screen disk partitioner for the rest of us.
--->
-一般ユーザのための、操作の容易なフルスクリーン表示ディスクパーティション
-作成プログラムです。
-
-</para><para>
-
-<!--
-Note that <command>cfdisk</command> doesn't understand FreeBSD
-partitions at all, and, again, device names may differ as a result.
--->
-<command>cfdisk</command> は FreeBSD パーティションを全く理解しません。
-したがって、こちらでもデバイス名が変わってしまうかもしれません。
-
-</para></listitem>
-</varlistentry>
-
-<varlistentry condition="atari-fdisk.txt">
-<term><command>atari-fdisk</command></term>
-<listitem><para>
-
-<!--
-Atari-aware version of <command>fdisk</command>.
--->
-<command>fdisk</command> の Atari 版です。
-
-</para></listitem>
-</varlistentry>
-
-<varlistentry condition="amiga-fdisk.txt">
-<term><command>amiga-fdisk</command></term>
-<listitem><para>
-
-<!--
-Amiga-aware version of <command>fdisk</command>.
--->
-<command>fdisk</command> の Amiga 版です。
-
-</para></listitem>
-</varlistentry>
-
-<varlistentry condition="mac-fdisk.txt">
-<term><command>mac-fdisk</command></term>
-<listitem><para>
-
-<!--
-Mac-aware version of <command>fdisk</command>.
--->
-<command>fdisk</command> の Mac 版です。
-
-</para></listitem>
-</varlistentry>
-
-<varlistentry condition="pmac-fdisk.txt">
-<term><command>pmac-fdisk</command></term>
-<listitem><para>
-
-<!--
-PowerMac-aware version of <command>fdisk</command>, also used by BVM
-and Motorola VMEbus systems.
--->
-<command>fdisk</command> の PowerMac 版です。
-こちらは BVM および Motorola VMEbus システムでも利用できます。
-
-</para></listitem>
-</varlistentry>
-
-<varlistentry condition="fdasd.txt">
-<term><command>fdasd</command></term>
-<listitem><para>
-
-<!--
-&arch-title; version of <command>fdisk</command>; Please read the
-fdasd manual page or chapter 13 in
-<ulink url="http://oss.software.ibm.com/developerworks/opensource/linux390/docu/l390dd08.pdf">
-Device Drivers and Installation Commands</ulink> for details.
--->
-&arch-title; 用の <command>fdisk</command> です。
-詳細は、fdasd man ページか
-<ulink url="http://oss.software.ibm.com/developerworks/opensource/linux390/docu/l390dd08.pdf">
-Device Drivers and Installation Commands</ulink> の 13 章をご覧ください。
-
-</para></listitem>
-</varlistentry>
-</variablelist>
-
-<para>
-
-<!--
-One of these programs will be run by default when you select
-<guimenuitem>Partition disks</guimenuitem> (or similar). It may be possible
-to use a different partitioning tool from the command line on VT2, but this
-is not recommended.
--->
-<guimenuitem>ディスクのパーティショニング</guimenuitem> (あるいは同様のもの)
-を選択すると、上記のプログラムの中のひとつがデフォルトで実行されます。
-VT2 のコマンドラインから、異なるパーティション分割ツールを使うこともできますが
-お勧めしません。
-
-<!--
-</para><para arch="x86">Remember to mark your boot partition as
-<quote>Bootable</quote>.
--->
-</para><para arch="x86">ブートパーティションを
-<quote>起動可能 (Bootable)</quote> にマークするのをお忘れなく。
-
-</para><para condition="mac-fdisk.txt">
-
-<!--
-One key point when partitioning for Mac type disks is that the
-swap partition is identified by its name; it must be named <quote>swap</quote>.
-All Mac linux partitions are the same partition type,
-Apple_UNIX_SRV2. Please read the fine manual. We also suggest reading the
-<ulink url="&url-mac-fdisk-tutorial;">mac-fdisk Tutorial</ulink>, which
-includes steps you should take if you are sharing your disk with MacOS.
--->
-Mac タイプのディスク上でパーティション分割する際の一つの重要な点は、
-スワップパーティションはその名前によって認識されるということです。
-つまり名前を <quote>swap</quote> にしなければいけません。すべての Mac linux パーティションは、
-同じパーティションタイプ (Apple_UNIX_SRV2) です。
-マニュアルが良くできていますので、そちらを参照してください。また
-<ulink url="&url-mac-fdisk-tutorial;">mac-fdisk Tutorial</ulink>
-も読んでおくと良いでしょう。ディスクを MacOS と共有したい場合に
-行う作業が、段階を追って書かれています。
-
-</para>
-
-&partition-alpha.xml;
-&partition-hppa.xml;
-&partition-x86.xml;
-&partition-ia64.xml;
-&partition-mips.xml;
-&partition-powerpc.xml;
-&partition-sparc.xml;
-
- </sect1>
diff --git a/ja/partitioning/partition/alpha.xml b/ja/partitioning/partition/alpha.xml
deleted file mode 100644
index e756345af..000000000
--- a/ja/partitioning/partition/alpha.xml
+++ /dev/null
@@ -1,111 +0,0 @@
-<?xml version="1.0" encoding="EUC-JP"?>
-<!-- retain these comments for translator revision tracking -->
-<!-- original version: 39920 -->
-
-
- <sect2 arch="alpha"><title>&arch-title; でのパーティション分割</title>
-<para>
-
-<!--
-Booting Debian from the SRM console (the only disk boot method supported
-by &releasename;) requires you to have a BSD disk label, not a DOS
-partition table, on your boot disk. (Remember, the SRM boot block is
-incompatible with MS-DOS partition tables &mdash; see
-<xref linkend="alpha-firmware"/>.) As a result, <command>partman</command>
-creates BSD disk labels when running on &architecture;, but if your disk
-has an existing DOS partition table the existing partitions will need to be
-deleted before <command>partman</command> can convert it to use a disk label.
--->
-SRM コンソール (&releasename; でサポートされる唯一のディスク起動方法) から
-Debian を起動するには、ブートディスクに DOS パーティションテーブルではなく、
-BSD ディスクラベルがある必要があります。(SRM ブートブロックと MS-DOS
-パーティションテーブルとに互換性がないことにご注意を。
-<xref linkend="alpha-firmware"/> をご覧ください。) その結果、&architecture;
-上で動作させる場合、<command>partman</command> は BSD ディスクラベルを作成します。
-しかし、すでにディスク上に DOS パーティションテーブルがある場合、
-<command>partman</command> がディスクラベルを使用するためにパーティションを変換する前に、
-既存のパーティションを削除する必要があります。
-
-</para><para>
-
-<!--
-If you have chosen to use <command>fdisk</command> to partition your
-disk, and the disk that you have selected for partitioning does not
-already contain a BSD disk label, you must use the <quote>b</quote>
-command to enter disk label mode.
--->
-ディスクを分割するのに <command>fdisk</command> を使用することに決めていて、
-分割するよう選択したディスクにまだ BSD ディスクラベルがなければ、
-<quote>b</quote> コマンドを使ってディスクラベルモードに入ってください。
-
-</para><para>
-
-<!--
-Unless you wish to use the disk you are partitioning from Tru64 Unix
-or one of the free 4.4BSD-Lite derived operating systems (FreeBSD,
-OpenBSD, or NetBSD), you should <emphasis>not</emphasis> create the
-third partition as a <quote>whole disk</quote> partition (i.e. with
-start and end sectors to span the whole disk), as this renders the
-disk incompatible with the tools used to make it bootable with aboot.
-This means that the disk configured by the installer for use as the
-Debian boot disk will be inaccessible to the operating systems mentioned
-earlier.
--->
-Tru64 Unix やフリーな 4.4BSD-Lite 派生オペレーティングシステム
-(FreeBSD, OpenBSD, NetBSD)
-からパーティションを作成したディスクを使いたくない場合、
-aboot で起動できるようにするために使用されるツールでディスクに互換性が
-なくなってしまうので、<quote>ディスク全体</quote> をひとつの (つまり
-開始セクタと終了セクタがディスク全体に及ぶような) パーティションとして、
-第 3 パーティションを <emphasis>作成すべきではありません</emphasis>。
-これは、Debian のブートディスクとして使用するようにインストーラによって
-構成されたディスクが、前述のオペレーティングシステムにはアクセスできない
-ということを意味します。
-
-</para><para>
-
-<!--
-Also, because <command>aboot</command> is written to the first few
-sectors of the disk (currently it occupies about 70 kilobytes, or 150
-sectors), you <emphasis>must</emphasis> leave enough empty space at
-the beginning of the disk for it. In the past, it was suggested that
-you make a small partition at the beginning of the disk, to be left
-unformatted. For the same reason mentioned above, we now suggest that
-you do not do this on disks that will only be used by GNU/Linux. When
-using <command>partman</command>, a small partition will still be
-created for <command>aboot</command> for convenience reasons.
-
--->
-また、<command>aboot</command> はディスクの最初の数セクタ
-(今のところ 70KB、つまり 150 セクタ必要になります) に書き込まれるため、
-ディスクの先頭部分に充分な空きスペースを残しておかなければ<emphasis>なりません</emphasis>。
-以前は、ディスクの最初に小さなパーティションを作成し、
-フォーマットしないでおくことが勧められていました。
-同じ理由から、GNU/Linux のみで使うディスク上には
-この処置を行わないことをお勧めします。
-<command>partman</command> を使用する時、便宜上の理由から今までどおり
-<command>aboot</command> のために小さなパーティションが作成されます。
-
-</para><para condition="FIXME">
-
-<!--
-For ARC installations, you should make a small FAT partition at the
-beginning of the disk to contain <command>MILO</command> and
-<command>linload.exe</command> &mdash; 5 megabytes should be sufficient, see
-<xref linkend="non-debian-partitioning"/>. Unfortunately, making FAT
-file systems from the menu is not yet supported, so you'll have to do
-it manually from the shell using <command>mkdosfs</command> before
-attempting to install the boot loader.
--->
-ARC インストーラを使う場合、
-<command>MILO</command> と <command>linload.exe</command> を収めるために、
-ディスクの先頭部分に小さな FAT パーティションを作成しなければなりません。
-5 MB もあれば充分です。
-こちらに関しては <xref linkend="non-debian-partitioning"/> をご覧ください。
-残念ながら、まだメニューから FAT ファイルシステムを作成することはできません。
-したがってブートローダをインストールする前に、
-シェルから <command>mkdosfs</command> を使うなどして、
-手動で作成しなければなりません。
-
-</para>
- </sect2>
diff --git a/ja/partitioning/partition/hppa.xml b/ja/partitioning/partition/hppa.xml
deleted file mode 100644
index 267be07de..000000000
--- a/ja/partitioning/partition/hppa.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<?xml version="1.0" encoding="EUC-JP"?>
-<!-- retain these comments for translator revision tracking -->
-<!-- original version: 35595 -->
-
-
- <sect2 arch="hppa"><title>&arch-title; でのパーティション分割</title>
-<para>
-
-<!--
-PALO, the HPPA boot loader, requires a partition of type <quote>F0</quote> somewhere
-in the first 2GB. This is where the boot loader and an optional kernel
-and RAMdisk will be stored, so make it big enough for that &mdash; at least
-4Mb (I like 8&ndash;16MB). An additional requirement of the firmware is that
-the Linux kernel must reside within the first 2GB of the disk. This
-is typically achieved by making the root ext2 partition fit entirely
-within the first 2GB of the disk. Alternatively you can create a small
-ext2 partition near the start of the disk and mount that on
-<filename>/boot</filename>, since that is the directory where the Linux
-kernel(s) will be stored. <filename>/boot</filename> needs to be big enough
-to hold whatever kernels (and backups) you might wish to load; 25&ndash;50MB
-is generally sufficient.
--->
-PALO (HPPA ブートローダ) では、タイプ <quote>F0</quote> のパーティションが、
-先頭から 2GB 以内のどこかになければなりません。
-ここにはブートローダと (そのように選択すれば) カーネル、
-RAM ディスクが収められますので、これらに必要なだけ、
-最低でも 4MB (できれば 8〜16 MB) 確保しましょう。
-さらにファームウェアの制限から、Linux カーネルはディスクの先頭から
-2GB 以内に置かなければなりません。このようにするには、
-ルートの ext2 パーティションをディスクの先頭
-2GB 以内に収めれば良いでしょう。
-あるいは先頭付近に小さな ext2 パーティションを作って、
-それを <filename>/boot</filename> としてマウントしても構いません。
-Linux カーネルはここに保存されるからです。
-<filename>/boot</filename> にはロードしたいカーネル (やバックアップ) を置ける
-だけのサイズを確保しなければなりません。25〜50MB あれば通常は充分でしょう。
-
-</para>
- </sect2>
diff --git a/ja/partitioning/partition/ia64.xml b/ja/partitioning/partition/ia64.xml
deleted file mode 100644
index 40c2a8a9a..000000000
--- a/ja/partitioning/partition/ia64.xml
+++ /dev/null
@@ -1,220 +0,0 @@
-<?xml version="1.0" encoding="EUC-JP"?>
-<!-- retain these comments for translator revision tracking -->
-<!-- original version: 43254 -->
-
-
-<!--
- <sect2 arch="ia64"><title>Partitioning for &arch-title;</title>
--->
- <sect2 arch="ia64"><title>&arch-title; でのパーティション分割</title>
-<para>
-
-<!--
-The <command>partman</command> disk partitioner is the default
-partitioning tool for the installer.
-It manages the set of partitions and their mount points to ensure
-that the disks and filesystems are properly configured for a successful
-installation. It actually uses <command>parted</command> to do the
-on-disk partitioning.
--->
-<command>partman</command> ディスクパーティショナーは、インストーラ用の
-デフォルトのパーティション分割ツールです。
-それはインストールがうまくいくよう、ディスクとファイルシステムが正しく
-構成されることを確実にするために、パーティションとマウントポイントの
-セットを管理します。実際は、ディスク上でパーティション分割をするために
-<command>parted</command> を使用します。
-
-</para>
-
- <note>
-<!--
- <title>EFI Recognized Formats</title>
--->
- <title>EFI のフォーマット認識</title>
-<para>
-
-<!--
-The IA-64 EFI firmware supports two partition table (or disk label)
-formats, GPT and MS-DOS. MS-DOS, the format typically used on i386
-PCs, is no longer recommended for IA-64 systems. Although
-the installer also provides <command>cfdisk</command>,
-you should only use <ulink url="parted.txt">
-<command>parted</command></ulink> because only it can manage both GPT
-and MS-DOS tables correctly.
--->
-IA-64 EFIファームウェアは、GPT および MS-DOS の 2 つのパーティションテーブル
-(あるいはディスクラベル) フォーマットをサポートします。MS-DOS
-(i386 PC 上で一般的に使用されるフォーマット) は、IA-64 システムでは
-もはや推奨されません。インストーラはさらに <command>cfdisk</command>
-を提供しますが、GPT および MS-DOS テーブルの両方を唯一正確に
-管理することができる <ulink url="parted.txt">
-<command>parted</command></ulink> だけを使うべきです。
-
-</para></note>
-
-<para>
-
-<!--
-The automatic partitioning recipes for <command>partman</command>
-allocate an EFI partition as the first partition on the disk.
-You can also set up the partition under the <guimenuitem>Guided
-partitioning</guimenuitem> from the main menu in a manner similar to
-setting up a <emphasis>swap</emphasis> partition.
--->
-<command>partman</command> の自動のパーティション分割レシピは、
-ディスク上の第 1 パーティションとして EFI パーティションを割り当てます。
-また、<emphasis>swap</emphasis> パーティションをセットアップするのに
-幾分似通った、メインメニューからの
-<guimenuitem>ガイドによるパーティショニング</guimenuitem>
-でパーティションをセットアップできます。
-
-</para><para>
-
-<!--
-The <command>partman</command> partitioner will handle most disk
-layouts.
-For those rare cases where it is necessary to manually set up a disk,
-you can use the shell as described above and run the
-<command>parted</command> utility directly using its command line interface.
-Assuming that you want to erase your whole disk and create a GPT table
-and some partitions, then something similar to the following command
-sequence could be used:
--->
-<command>partman</command> パーティショナーはほとんどのディスクレイアウト
-を扱えます。
-ディスクを手動でセットアップする必要があるようなまれな場合では、
-上述のようなシェルを使用し、コマンドラインインターフェイスを使って、
-<command>parted</command> ユーティリティを直接実行することができます。
-現在のディスク全体を消去してGPT テーブルとパーティションをいくつか
-作りたい、という場合は次のようなコマンドシーケンスを使うことに
-なるでしょう。
-
-<informalexample><screen>
- mklabel gpt
- mkpartfs primary fat 0 50
- mkpartfs primary linux-swap 51 1000
- mkpartfs primary ext2 1001 3000
- set 1 boot on
- print
- quit
-</screen></informalexample>
-
-<!--
-This creates a new partition table, and three partitions to be used as
-an EFI boot partition, swap space, and a root file system. Finally it
-sets the boot flag on the EFI partition. Partitions are specified in
-Megabytes, with start and end offsets from the beginning of the disk.
-So, for example, above we created a 1999MB ext2 file system starting
-at offset 1001MB from the start of the disk. Note that formatting swap
-space with <command>parted</command> can take a few minutes to
-complete, as it scans the partition for bad blocks.
--->
-こうすると新しいパーティションテーブルと 3 つのパーティション、
-すなわち EFI ブートパーティション、スワップスペース、
-ルートファイルシステムが作成されます。
-最後に EFI パーティションの起動フラグを立てています。
-パーティションのサイズはメガバイト単位で指定し、
-その先頭と末尾の値をディスク先頭からのオフセットで与えます。
-したがって例えば上記では、
-ディスク先頭からのオフセット 1001MB から始まる、サイズ
-1999MB の ext2 パーティションを作成したことになります。
-なお <command>parted</command> からスワップスペースを作成すると、
-そのパーティション上で不良ブロックをスキャンするので、
-数分の時間が必要になります。
-
-</para>
- </sect2>
-
-<!--
- <sect2 arch="ia64"><title>Boot Loader Partition Requirements</title>
--->
- <sect2 arch="ia64"><title>ブートローダパーティションの必要条件</title>
-<para>
-
-<!--
-ELILO, the IA-64 boot loader, requires a partition containing a FAT
-file system with the <userinput>boot</userinput> flag set.
-The partition must be big enough to hold the boot loader and any
-kernels or RAMdisks you may wish to boot. A minimum size would be
-about 20MB, but if you expect to run with multiple kernels, then
-128MB might be a better size.
--->
-ELILO (IA-64 ブートローダ) は、<userinput>boot</userinput> フラグが
-セットされた FAT ファイルシステムのパーティションを必要とします。
-このパーティションは、ブートローダ、カーネル全部、RAM ディスクなど、
-起動に必要なものを収めなければなりません。最小サイズはおよそ 20MB
-程度でしょうが、いろいろなカーネルを試したりしたい場合には、
-128MB くらい取っておく方が良いでしょう。
-
-</para><para>
-
-<!--
-The EFI Boot Manager and the EFI Shell fully support the GPT table
-so the boot partition does not necessarily have to be the first
-partition or even on the same disk.
-This is convenient if you should forget to allocate the partition and
-only find out after you have formatted the other partitions on your disk(s).
-The <command>partman</command> partitioner checks for an EFI partition
-at the same time it checks for a properly set up <emphasis>root</emphasis>
-partition.
-This gives you an opportunity to correct the disk layout before the
-package install begins.
-The easiest way to correct this omission is to shrink the last partition
-of the disk to make enough free space for adding an EFI partition.
--->
-EFI ブートマネージャと EFI シェルは、GPT テーブルを完全にサポートします。
-ですからブートパーティションが必ずしも最初のパーティション、あるいは
-同じディスク上にある必要はありません。
-これは、パーティションを割り当てるのを忘れてしまい、ディスク上の他の
-パーティションをフォーマットしたあとになって初めて気がついた場合でも便利です。
-<command>partman</command> パーティショナーは、<emphasis>root</emphasis>
-パーティションを適切にセットアップすると同時に EFI パーティションを
-チェックします。
-これは、パッケージのインストールを始める前にディスクレイアウトを修正する
-機会を与えてくれます。
-このような手抜かりを修正する最も簡単な方法は、EFI パーティションを追加するための
-自由で充分なスペースを作るために、ディスクの最後のパーティションを縮小することです。
-
-</para><para>
-
-<!--
-It is strongly recommended that you allocate the EFI boot partition
-on the same disk as the <emphasis>root</emphasis> filesystem.
--->
-<emphasis>root</emphasis> ファイルシステムと同じディスク上の
-EFI ブートパーティションを割り当てることを強くお勧めします。
-
-</para>
- </sect2>
-
-<!--
- <sect2 arch="ia64"><title>EFI Diagnostic Partitions</title>
--->
- <sect2 arch="ia64"><title>EFI のパーティション診断</title>
-<para>
-
-<!--
-The EFI firmware is significantly more sophisticated than the usual
-BIOS seen on most x86 PCs.
-Some system vendors take advantage of the ability of the EFI to
-access files and run programs from a hard disk filesystem to store diagnostics
-and EFI based system management utilities on the hard disk.
-This is a separate FAT format filesystem on the system disk.
-Consult the system documentation and accessories that come with the
-system for details.
-The easiest time to set up a diagnostics partition is at the same time you
-set up the EFI boot partition.
--->
-EFI ファームウェアは、ほとんどの x86 PC 上で見られた通常の BIOS より
-かなり複雑なものになっています。
-いくつかのシステムベンダは、ハードディスク上のファイルにアクセスし、EFI ベースの
-システム管理ユーティリティと診断ルーチンを格納するためのハードディスク
-ファイルシステムからプログラムを実行するために EFI の能力を利用しています。
-これはシステムディスク上の独立した FAT フォーマットファイルシステムです。
-詳細は、システムに付属するシステムドキュメンテーションおよび付属品を
-調べてください。
-診断ルーチンパーティションを最も簡単にセットアップするには、
-EFI ブートパーティションと同時にセットアップすることです。
-
-</para>
- </sect2>
diff --git a/ja/partitioning/partition/mips.xml b/ja/partitioning/partition/mips.xml
deleted file mode 100644
index 5d84e2c9b..000000000
--- a/ja/partitioning/partition/mips.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="EUC-JP"?>
-<!-- retain these comments for translator revision tracking -->
-<!-- original version: 35613 -->
-
-
- <sect2 arch="mips"><title>&arch-title; でのパーティション分割</title>
-<para>
-
-<!--
-SGI machines require an SGI disk label in order to make the system bootable
-from hard disk. It can be created in the fdisk expert menu. The thereby
-created volume header (partition number 9) should be at least 3MB large.
-If the volume header created is too small, you can simply delete
-partition number 9 and re-add it with a different size. Note that the
-volume header must start at sector 0.
--->
-SGI マシンでは、システムをハードディスクから起動するのに
-SGI ディスクラベルを必要とします。
-これは fdisk の expert メニューから作成できます。
-ここで作成されるボリュームヘッダ (パーティション番号 9) は、
-少なくとも 3MB の大きさが必要です。
-ここで作るボリュームヘッダが小さすぎた場合は、
-単にパーティション番号 9 を削除してサイズを変えて作り直すことができます。
-ボリュームヘッダは、セクタ 0 から開始しなければなりませんので注意してください。
-
-</para>
- </sect2>
diff --git a/ja/partitioning/partition/powerpc.xml b/ja/partitioning/partition/powerpc.xml
deleted file mode 100644
index 270096831..000000000
--- a/ja/partitioning/partition/powerpc.xml
+++ /dev/null
@@ -1,109 +0,0 @@
-<?xml version="1.0" encoding="EUC-JP"?>
-<!-- retain these comments for translator revision tracking -->
-<!-- original version: 48741 -->
-
-
- <sect2 arch="powerpc"><title>最近の PowerMac でのパーティション分割</title>
-<para>
-
-<!--
-If you are installing onto a NewWorld PowerMac you must create a
-special bootstrap partition to hold the boot loader. The size of this
-partition must have at least 819200 bytes and its partition type must be
-<emphasis>Apple_Bootstrap</emphasis>. If the bootstrap partition is
-not created with the <emphasis>Apple_Bootstrap</emphasis> type your
-machine cannot be made bootable from the hard disk. This partition
-can easily be created by creating a new partition in
-<command>partman</command> and telling it to use it as a <quote>NewWorld
-boot partition</quote>, or in <command>mac-fdisk</command> using the
-<userinput>b</userinput> command.
--->
-NewWorld PowerMac にインストールする場合には、
-ブートローダ用に特殊なブートストラップパーティションを
-作成しなければなりません。
-このパーティションのサイズは少なくとも 819200 バイト以上とし、
-パーティションタイプは <emphasis>Apple_Bootstrap</emphasis>
-にしなければいけません。
-ブートストラップパーティションを
-<emphasis>Apple_Bootstrap</emphasis> タイプで作らないと、
-マシンはハードディスクからは起動できません。
-このパーティションは、<command>partman</command>
-で新しいパーティションを作成し <quote>NewWorld boot partition</quote>
-として使用するようにするか、あるいは <command>mac-fdisk</command> の
-<userinput>b</userinput> コマンドを使って簡単に作成できます。
-
-</para><para>
-
-<!--
-The special partition type Apple_Bootstrap is required to prevent
-MacOS from mounting and damaging the bootstrap partition, as there are
-special modifications made to it in order for OpenFirmware to boot it
-automatically.
--->
-この Apple_Bootstrap タイプの特殊なパーティションが必要とされるのは、
-MacOS がブートストラップパーティションをマウントして壊してしまわない
-ようにするためです。OpenFirmware が、ここを自動的に起動できるように
-特殊な変更がされてしまうからです。
-
-</para><para>
-
-<!--
-Note that the bootstrap partition is only meant to hold 3 very small
-files: the <command>yaboot</command> binary, its configuration
-<filename>yaboot.conf</filename>, and a first stage OpenFirmware
-loader <command>ofboot.b</command>. It need not and must not be
-mounted on your file system nor have kernels or anything else copied
-to it. The <command>ybin</command> and <command>mkofboot</command>
-utilities are used to manipulate this partition.
--->
-ブートストラップパーティションに置かれるのは、
-非常に小さな 3 つのファイルだけ:
-<command>yaboot</command> バイナリ、この設定ファイル <filename>yaboot.conf</filename>、
-第 1 ステージの OpenFirmware ローダ <command>ofboot.b</command> です。
-これはファイルシステムにマウントする必要も、
-またカーネルなどを置く必要もありませんし、またそうすべきではありません。
-このパーティションの操作には、
-<command>ybin</command> と <command>mkofboot</command>
-ユーティリティを使ってください。
-
-</para><para>
-
-<!--
-In order for OpenFirmware to automatically boot &debian; the bootstrap
-partition should appear before other boot partitions on the disk,
-especially MacOS boot partitions. The bootstrap partition should be
-the first one you create. However, if you add a bootstrap partition
-later, you can use <command>mac-fdisk</command>'s
-<userinput>r</userinput> command to reorder the partition map so the
-bootstrap partition comes right after the map (which is always
-partition 1). It's the logical map order, not the physical address
-order, that counts.
--->
-OpenFirmware に &debian; を自動的に起動させるためには、
-ブートストラップパーティションはディスク上の他のブートパーティション
-(特に MacOS のブートパーティション) よりも前に置かなければなりません。
-ブートストラップパーティションは真っ先に作りましょう。
-しかし、後からブートストラップパーティションを追加することも可能で、
-<command>mac-fdisk</command> の <userinput>r</userinput> コマンドを使って
-パーティションマップを並べ替え、マップ (これは常にパーティション 1 になります)
-の直後にブートストラップパーティションを置けば良いのです。
-これは論理的なマップ順で、物理的な順序ではありませんが、ちゃんと動作します。
-
-</para><para>
-
-<!--
-Apple disks normally have several small driver partitions. If you
-intend to dual boot your machine with MacOSX, you should retain these
-partitions and a small HFS partition (800k is the minimum size). That
-is because MacOSX, on every boot, offers to initialize any disks which do
-not have active MacOS partitions and driver partitions.
--->
-Apple のディスクには、通常複数の小さなドライブパーティションがあります。
-マシンを MacOSX とのデュアルブートにしたい場合は、
-これらのパーティションと小さな HFS パーティション (最小サイズで 800K)
-を確保しなければなりません。MacOSX は、起動のたびに、
-MacOS パーティションもドライバパーティションもないディスクに対して、
-初期化するかどうかを尋ねるからです。
-
-</para>
- </sect2>
diff --git a/ja/partitioning/partition/sparc.xml b/ja/partitioning/partition/sparc.xml
deleted file mode 100644
index f536806f4..000000000
--- a/ja/partitioning/partition/sparc.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version="1.0" encoding="EUC-JP"?>
-<!-- retain these comments for translator revision tracking -->
-<!-- original version: 11648 -->
-
-
- <sect2 arch="sparc"><title>&arch-title; でのパーティション分割</title>
-<para>
-
-<!--
-Make sure you create a <quote>Sun disk label</quote> on your boot disk. This is
-the only kind of partition scheme that the OpenBoot PROM understands,
-and so it's the only scheme from which you can boot. The
-<keycap>s</keycap> key is used in <command>fdisk</command> to
-create Sun disk labels.
--->
-お使いになるブートディスク上には必ず <quote>Sun disk label</quote> を作成してください。
-それが、OpenBoot PROM が認識する唯一のパーティション機構ですので、
-そこからでしか起動はできません。
-Sun disk label を作成するには <command>fdisk</command> で
-<keycap>s</keycap> キーを使ってください。
-
-</para><para>
-
-<!--
-Furthermore, on &arch-title; disks, make sure your first partition on
-your boot disk starts at cylinder 0. While this is required, it also
-means that the first partition will contain the partition table and
-the boot block, which are the first two sectors of the disk. You must
-<emphasis>not</emphasis> put swap on the first partition of the boot
-drive, since swap partitions do not preserve the first few sectors of
-the partition. You can put Ext2 or UFS partitions there; these will
-leave the partition table and the boot block alone.
--->
-さらに、&arch-title; のディスクでは、ブートディスクの第 1 パーティションが
-第 0 シリンダから始まっていることを確認してください。こうすると、
-パーティションテーブルとブートブロックが第 1 パーティションの内部に
-置かれるようになり、ディスクの先頭 2 セクタ分を占めます。
-スワップパーティションはパーティション先頭の数セクタにも変更を加えてしまうので、
-第 1 パーティションにはスワップを<emphasis>置かない</emphasis>でください。
-Ext2 あるいは UFS パーティションなら設置しても問題ありません。
-これらのパーティションは、パーティションテーブルとブートブロックの内容を
-そのままにし、変更しません。
-
-</para><para>
-
-<!--
-It is also advised that the third partition should be of type <quote>Whole
-disk</quote> (type 5), and contain the entire disk (from the first cylinder
-to the last). This is simply a convention of Sun disk labels, and
-helps the <command>SILO</command> boot loader keep its bearings.
--->
-第 3 パーティションの形式は <quote>Whole disk</quote> (type 5) にして、
-ディスク全体 (第 1 シリンダから最後まで) を含むようにもすべきでしょう。
-こちらは単に Sun disk label に関する慣習ですが、
-<command>SILO</command> ブートローダの位置を保持するのに役立ちます。
-
-</para>
- </sect2> \ No newline at end of file
diff --git a/ja/partitioning/partition/x86.xml b/ja/partitioning/partition/x86.xml
deleted file mode 100644
index 06f002bbb..000000000
--- a/ja/partitioning/partition/x86.xml
+++ /dev/null
@@ -1,186 +0,0 @@
-<?xml version="1.0" encoding="EUC-JP"?>
-<!-- retain these comments for translator revision tracking -->
-<!-- original version: 42250 -->
-
-
- <sect2 arch="x86"><title>&arch-title; でのパーティション分割</title>
-<para>
-
-<!--
-If you have an existing other operating system such as DOS or 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
-<guimenuitem>Manual</guimenuitem> and then simply select an existing
-partition and change its size.
--->
-DOS または Windows のような他の既存のオペレーティングシステムがあり、Debian
-をインストールする際にそのオペレーティングシステムを失わないようにしたければ、
-Debian をインストールするスペースを解放するためにパーティションサイズを変更
-する必要があるでしょう。インストーラは、FAT および NTFS ファイルシステムの両方の
-サイズ変更をサポートしています。インストーラのパーティション分割のステップになり、
-<guimenuitem>手動</guimenuitem> オプションを選択した場合は、
-単に既存のパーティションを選択し、サイズを変更してください。
-
-</para><para>
-
-<!--
-The PC BIOS generally adds additional constraints for disk
-partitioning. There is a limit to how many <quote>primary</quote> and
-<quote>logical</quote> partitions a drive can contain. Additionally, with pre
-1994&ndash;98 BIOSes, there are limits to where on the drive the BIOS can boot
-from. More information can be found in the
-<ulink url="&url-partition-howto;">Linux Partition HOWTO</ulink> and the
-<ulink url="&url-phoenix-bios-faq-large-disk;">Phoenix BIOS FAQ</ulink>, but
-this section will include a brief overview to help you plan most situations.
--->
-PC の BIOS は、
-一般にディスクパーティションに余分な制限を追加することになります。
-1 つのドライブに作成できる <quote>基本</quote> および
-<quote>論理</quote> パーティションの個数に制限があることもその一つです。
-さらに、1994 年から 1998 年の間の BIOS には、
-BIOS がドライブのどの場所を起動できるかについても制限があります。
-より詳細な情報については、
-<ulink url="&url-partition-howto;">Linux Partition HOWTO</ulink> や
-<ulink url="&url-phoenix-bios-faq-large-disk;">Phoenix BIOS FAQ</ulink>
-をご覧になっていただくとして、
-この節では、一般によくある状況下で役立つ概要を簡単に紹介します。
-
-</para><para>
-
-<!--
-<quote>Primary</quote> partitions are the original partitioning scheme for PC
-disks. However, there can only be four of them. To get past this
-limitation, <quote>extended</quote> and <quote>logical</quote> 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.
--->
-<quote>基本</quote> パーティションは、PC ディスクに元々あった
-パーティションの仕組みです。
-しかし、その個数はたった 4 つに限られています。
-このような制限を乗り越えるため、
-<quote>拡張</quote> および <quote>論理</quote> パーティションが考案されました。
-基本パーティションの 1 つを拡張パーティションとして設定すると、
-そのパーティションの全領域を、
-いくつかの論理パーティションにさらに分割することができます。
-1 つの拡張パーティションには、論理パーティションを
-60 個まで作成できます。
-ただし、1 つのディスクに作成できる拡張パーティションは 1 つだけです。
-
-</para><para>
-
-<!--
-Linux limits the partitions per drive to 15 partitions for SCSI disks
-(3 usable primary partitions, 12 logical partitions), and 63
-partitions on an IDE drive (3 usable primary partitions, 60 logical
-partitions). However the normal &debian; system provides
-only 20 devices for partitions, so you may not install on partitions
-higher than 20 unless you first manually create devices for those
-partitions.
--->
-Linux におけるドライブあたりのパーティション数の制限は、
-SCSI ディスクの場合 15 個まで
-(基本パーティション 3 個と論理パーティション 12 個)、
-IDE ディスクの場合は 63 個まで
-(基本パーティション 3 個と論理パーティション 60 個) です。
-ただし通常の &debian; システムでは、
-パーティション用に 20 のデバイスしか用意していないので、
-20 以上のパーティションを持つディスクにインストールするには、
-最初にそれらのパーティション用のデバイスを自分で作成する必要があります。
-
-</para><para>
-
-<!--
-If you have a large IDE disk, and are using neither LBA addressing,
-nor overlay drivers (sometimes provided by hard disk manufacturers),
-then the boot partition (the partition containing your kernel image)
-must be placed within the first 1024 cylinders of your hard drive
-(usually around 524 megabytes, without BIOS translation).
--->
-大きな IDE ディスクを使う場合に、そのディスクが
-LBA アドレスやオーバーレイドライバ (ハードディスクメーカーから提供されることがあります)
-を使っていなければ、ブートパーティション (カーネルイメージが置かれるパーティション)
-はハードドライブの先頭から 1024 シリンダ以内に置かなければなりません
-(BIOS 変換がないと、だいたい 524 メガバイトです)。
-
-</para><para>
-
-<!--
-This restriction doesn't apply if you have a BIOS newer than around
-1995&ndash;98 (depending on the manufacturer) that supports the <quote>Enhanced
-Disk Drive Support Specification</quote>. Both Lilo, the Linux loader, and
-Debian's alternative <command>mbr</command> must use the BIOS to read the
-kernel from the disk into RAM. If the BIOS int 0x13 large disk access
-extensions are found to be present, they will be utilized. Otherwise,
-the legacy disk access interface is used as a fall-back, and it cannot
-be used to address any location on the disk higher than the 1023rd
-cylinder. Once Linux is booted, no matter what BIOS your computer
-has, these restrictions no longer apply, since Linux does not use the
-BIOS for disk access.
--->
-1995〜98 年あたり (メーカーによって異なります) 以降に製造され、
-<quote>Enhanced Disk Drive Support Specification</quote> をサポートしている
-BIOS には、この制限は当てはまりません。
-Lilo (Linux ローダ) と Debian の代替ローダ <command>mbr</command>
-は、カーネルをディスクから RAM に読み込む際に、
-いずれも BIOS を利用しなければなりません。
-BIOS の int 0x13 ラージディスクアクセス拡張が利用できるなら
-そちらが利用されますが、
-できない場合は旧式のアクセスインターフェースが利用されます。
-そして後者では 1023 シリンダまでしかアクセスできません。
-なお、一度 Linux が起動してしまえば、
-Linux は ディスクアクセスに BIOS を利用しませんから、
-お使いの BIOS が何であれ、この制限を気にする必要はありません。
-
-</para><para>
-
-<!--
-If you have a large disk, you might have to use cylinder translation
-techniques, which you can set from your BIOS setup program, such as
-LBA (Logical Block Addressing) or CHS translation mode (<quote>Large</quote>).
-More information about issues with large disks can be found in the
-<ulink url="&url-large-disk-howto;">Large Disk HOWTO</ulink>. If you
-are using a cylinder translation scheme, and the BIOS does not support
-the large disk access extensions, then your boot partition has to fit
-within the <emphasis>translated</emphasis> representation of the
-1024th cylinder.
--->
-大きなディスクをお持ちの場合は、
-シリンダ変換機構を使う必要があるかもしれません。
-これは BIOS の設定プログラムの LBA (Logical Block Addressing) とか
-CHS 変換モード (<quote>Large</quote>) といった項目から設定できるでしょう。
-大きなディスクに関する問題についての詳細な情報については、
-<ulink url="&url-large-disk-howto;">Large Disk HOWTO</ulink>
-をご覧ください。
-なお、シリンダ変換機構を使う場合は、
-ブートパーティションを <emphasis>変換後の</emphasis>
-第 1024 番シリンダより前に収めなければなりません。
-
-</para><para>
-
-<!--
-The recommended way of accomplishing this is to create a small (25&ndash;50MB
-should suffice) partition at the beginning of the disk to be used as
-the boot partition, and then create whatever other partitions you wish
-to have, in the remaining area. This boot partition
-<emphasis>must</emphasis> be mounted on <filename>/boot</filename>,
-since that is the directory where the Linux kernel(s) will be stored.
-This configuration will work on any system, regardless of whether LBA
-or large disk CHS translation is used, and regardless of whether your
-BIOS supports the large disk access extensions.
--->
-お勧めは、起動用の小さなパーティション (25〜50MB あれば充分です)
-をディスクの先頭に作成し、
-残りの領域にお好みに合わせて他のパーティションを作成することです。
-このブートパーティションは、Linux カーネルが収められる
-<filename>/boot</filename> ディレクトリ にマウントしなければ<emphasis>なりません</emphasis>。
-この設定なら、LBA や ラージディスク CHS 変換を利用していたとしても、
-また、お使いの BIOS がラージディスクアクセス拡張をサポートしていたとしても、
-いずれのシステムでも問題ないでしょう。
-
-</para>
- </sect2>
diff --git a/ja/partitioning/partitioning.xml b/ja/partitioning/partitioning.xml
deleted file mode 100644
index b69002eb5..000000000
--- a/ja/partitioning/partitioning.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="EUC-JP"?>
-<!-- retain these comments for translator revision tracking -->
-<!-- original version: 11648 -->
-
-<appendix id="partitioning">
-<title>Debian でのパーティション分割</title>
-
-&sizing.xml;
-&tree.xml;
-&schemes.xml;
-&device-names.xml;
-&partition-programs.xml;
-
-</appendix>
diff --git a/ja/partitioning/schemes.xml b/ja/partitioning/schemes.xml
deleted file mode 100644
index f69ae25c7..000000000
--- a/ja/partitioning/schemes.xml
+++ /dev/null
@@ -1,163 +0,0 @@
-<?xml version="1.0" encoding="EUC-JP"?>
-<!-- retain these comments for translator revision tracking -->
-<!-- original version: 39465 -->
-
-
- <sect1>
- <title>お勧めするパーティションルール</title>
-<para>
-
-<!--
-For new users, personal Debian boxes, home systems, and other
-single-user setups, a single <filename>/</filename> partition (plus
-swap) is probably the easiest, simplest way to go. However, if your
-partition is larger than around 6GB, choose ext3 as your partition
-type. Ext2 partitions need periodic file system integrity checking,
-and this can cause delays during booting when the partition is large.
--->
-新規ユーザや Debian マシンを個人で使う人、家庭で使うシステム、
-その他ユーザ 1 人で使うようなマシンには、
-<filename>/</filename> パーティション 1 つ (とスワップ) で済ますのが、
-恐らくもっとも簡単で素直なやり方でしょう。しかし、パーティションが
-およそ 6GB より大きいサイズなら、パーティションタイプに ext3 を選んでください。
-ext2 パーティションは定期的にファイルシステムの整合性のチェックを必要とします。
-そして、このことはパーティションが大きいときに起動遅延の原因となります。
-
-</para><para>
-
-<!--
-For multi-user systems or systems with lots of disk space, it's best
-to put <filename>/usr</filename>, <filename>/var</filename>,
-<filename>/tmp</filename>, and <filename>/home</filename> each on
-their own partitions separate from the <filename>/</filename>
-partition.
--->
-マルチユーザシステムやたくさんのディスク容量があるシステムでは、
-<filename>/usr</filename>、<filename>/var</filename>、
-<filename>/tmp</filename>、<filename>/home</filename> をそれぞれ
-<filename>/</filename> パーティションとは別の独立したパーティションに
-するのが良いでしょう。
-
-</para><para>
-
-<!--
-You might need a separate <filename>/usr/local</filename> partition if
-you plan to install many programs that are not part of the Debian
-distribution. If your machine will be a mail server, you might need
-to make <filename>/var/mail</filename> a separate partition. Often,
-putting <filename>/tmp</filename> on its own partition, for instance
-20&ndash;50MB, is a good idea. If you are setting up a server with lots
-of user accounts, it's generally good to have a separate, large
-<filename>/home</filename> partition. In general, the partitioning
-situation varies from computer to computer depending on its uses.
--->
-Debian のディストリビューションには含まれていないプログラムを
-たくさんインストールするつもりなら、
-<filename>/usr/local</filename> パーティションが必要となるかもしれません。
-またメールサーバとして利用するなら、
-<filename>/var/mail</filename> を別のパーティションにする
-必要があるかもしれません。
-<filename>/tmp</filename> に
-独自のパーティション (例えば 20&ndash;50MB くらい) を割り当てるのも、
-多くの場合は良い考えです。
-たくさんのユーザアカウントを抱えるサーバを設置するなら、
-独立した大きな <filename>/home</filename>
-パーティションを用意することも大抵は良い考えです。
-このように、利用方法に応じて、
-パーティションの配置状態はコンピュータによって様々です。
-
-</para><para>
-
-<!--
-For very complex systems, you should see the
-<ulink url="&url-multidisk-howto;">
-Multi Disk HOWTO</ulink>. This contains in-depth information, mostly
-of interest to ISPs and people setting up servers.
--->
-とても複雑なシステムのためには、<ulink url="&url-multidisk-howto;">
-Multi Disk HOWTO</ulink> をご覧になるとよいでしょう。
-こちらには、ISP やサーバの管理者が関心を持つような事柄の多くが、
-詳細な情報として含まれています。
-
-</para><para>
-
-<!--
-With respect to the issue of swap partition size, there are many
-views. One rule of thumb which works well is to use as much swap as
-you have system memory. It also shouldn't be smaller than 16MB, in
-most cases. Of course, there are exceptions to these rules. If you
-are trying to solve 10000 simultaneous equations on a machine with
-256MB of memory, you may need a gigabyte (or more) of swap.
--->
-スワップスペースの問題に関しては、様々な見方があります。
-大雑把ながらも悪くないやり方は、
-搭載しているシステムメモリと同じ容量のスワップを用意することです。
-ただし多くの場合は 16MB 以下にすべきではありません。
-もちろんこのルールにも例外はあります。
-例えば 256MB ほどの RAM を積んだマシンで、
-10000 変数の連立方程式を解こうとするならば、
-1GB (もしくはそれ以上) のスワップを必要とするでしょう。
-
-</para><para arch="m68k">
-
-<!--
-On the other hand, Atari Falcons and Macs feel pain when swapping, so
-instead of making a large swap partition, get as much RAM as possible.
--->
-一方、Atari Falcon や Mac ではスワップが起こるとイライラするでしょう。
-そのため、大きなスワップパーティションを作成するのではなく、
-できるかぎり多くの RAM を搭載するようにしてください。
-
-</para><para>
-
-<!--
-On 32-bit architectures (i386, m68k, 32-bit SPARC, and PowerPC), the
-maximum size of a swap partition is 2GB. That should be enough for
-nearly any installation. However, if your swap requirements are this
-high, you should probably try to spread the swap across different
-disks (also called <quote>spindles</quote>) and, if possible, different SCSI or
-IDE channels. The kernel will balance swap usage between multiple
-swap partitions, giving better performance.
--->
-32-bit のアーキテクチャ (i386、m68k、32-bit SPARC、PowerPC)
-におけるスワップパーティションの最大サイズは 2GB です。
-これはほとんどの場合において充分な大きさであるはずです。
-しかし、もしこれ以上の大きさのスワップ領域が必要なら、
-別のディスク (あるいは<quote>スピンドル</quote>) にスワップ領域を分散したり、
-また可能ならば、SCSI や IDE の別々のチャンネルに
-スワップ領域を分散したりするよう試みるべきでしょう。
-このようにすると、カーネルは複数のスワップ領域を
-バランス良く使おうとするので性能が向上します。
-
-</para><para>
-
-<!--
-As an example, an older home machine might have 32MB of RAM and a
-1.7GB IDE drive on <filename>/dev/hda</filename>. There might be a
-500MB partition for another operating system on
-<filename>/dev/hda1</filename>, a 32MB swap partition on
-<filename>/dev/hda3</filename> and about 1.2GB on
-<filename>/dev/hda2</filename> as the Linux partition.
--->
-一例として、以前の自宅用マシンを紹介しましょう。
-このマシンは 32MB の RAM と <filename>/dev/hda</filename> に 1.7GB IDE の
-ハードディスクを搭載していました。
-<filename>/dev/hda1</filename> には別の OS 用に 500MB のパーティションがあり、
-<filename>/dev/hda3</filename> を 32MB のスワップパーティションとして使用し、
-残りの約 1.2GB の <filename>/dev/hda2</filename> を
-Linux パーティションにしていました。
-
-</para><para>
-
-<!--
-For an idea of the space taken by tasks
-you might be interested in adding after your system installation is
-complete, check <xref linkend="tasksel-size-list"/>.
--->
-システムのインストールが
-完了した後に入れることになるであろう各タスク (task) の占める領域については
-<xref linkend="tasksel-size-list"/> を調べてください。
-
-</para>
-
- </sect1>
diff --git a/ja/partitioning/sizing.xml b/ja/partitioning/sizing.xml
deleted file mode 100644
index e7fb3dec6..000000000
--- a/ja/partitioning/sizing.xml
+++ /dev/null
@@ -1,104 +0,0 @@
-<?xml version="1.0" encoding="EUC-JP"?>
-<!-- retain these comments for translator revision tracking -->
-<!-- original version: 11648 -->
-
-
- <sect1 id="partition-sizing">
- <title>Debian のパーティションとそのサイズを決める</title>
-<para>
-
-<!--
-At a bare minimum, GNU/Linux needs one partition for itself. You can
-have a single partition containing the entire operating system,
-applications, and your personal files. Most people feel that a
-separate swap partition is also a necessity, although it's not
-strictly true. <quote>Swap</quote> is scratch space for an operating system,
-which allows the system to use disk storage as <quote>virtual
-memory</quote>. By putting swap on a separate partition, Linux can make much
-more efficient use of it. It is possible to force Linux to use a
-regular file as swap, but it is not recommended.
--->
-必要最小限の構成でも、GNU/Linux は自身のために
-少なくとも 1 つのパーティションを必要とします。
-オペレーティングシステム全体、アプリケーション、
-個人ファイルは 1 つのパーティションに収めることが可能です。
-多くの人はこれと別にスワップパーティションも必要だと思っているようですが、
-これは厳密には正しくありません。
-<quote>スワップ</quote>とはオペレーティングシステムが用いる
-メモリの一時退避用空間で、これを用いると
-システムはディスク装置を<quote>仮想メモリ</quote>として使えるようになります。
-スワップを独立したパーティションに割り当てると、
-Linux からの利用がずっと効率的になります。
-Linux は普通のファイルを無理やりスワップとして
-利用することもできますが、これはお勧めできません。
-
-</para><para>
-
-<!--
-Most people choose to give GNU/Linux more than the minimum number of
-partitions, however. There are two reasons you might want to break up
-the file system into a number of smaller partitions. The first is for
-safety. If something happens to corrupt the file system, generally
-only one partition is affected. Thus, you only have to replace (from
-the backups you've been carefully keeping) a portion of your
-system. At a bare minimum, you should consider creating what is
-commonly called a <quote>root partition</quote>. This contains the most essential
-components of the system. If any other partitions get corrupted, you
-can still boot into GNU/Linux to fix the system. This can save you the
-trouble of having to reinstall the system from scratch.
--->
-とはいえ大抵の人は、この最低限必要な数よりは多くのパーティションを
-GNU/Linux に割り当てます。
-ファイルシステムをいくつかのより小さなパーティションに
-分割する理由は 2 つあります。
-1 つめは安全性です。もし偶然に何かがファイルシステムを破壊したとしても、
-一般的にその影響を被るのは 1 つのパーティションだけです。
-そのため、システムの一部を (注意深く保持しておいたバックアップと)
-置き換えるだけですみます。少なくとも、
-いわゆる<quote>ルートパーティション</quote>は別にすることを考慮しましょう。
-ここにはシステムの最も基本的な構成部分が収められており、
-もし他のパーティションに破損が生じたとしても、
-Linux を起動してシステムを補修できます。
-システムをゼロから再インストールしなければ
-ならないようなトラブルが防げるのです。
-
-</para><para>
-
-<!--
-The second reason is generally more important in a business setting,
-but it really depends on your use of the machine. For example, a mail
-server getting spammed with e-mail can easily fill a partition. If you
-made <filename>/var/mail</filename> a separate partition on the mail
-server, most of the system will remain working even if you get spammed.
--->
-2 つめの理由は、一般的にビジネスで使う際により重要になってくるものですが、
-これはコンピュータの利用方法にかなり依存します。例えばスパムメールを
-たくさん受け取ったメールサーバは、パーティションを簡単に溢れさせてしまう
-かもしれません。もしメールサーバ上の独立したパーティションを
-<filename>/var/mail</filename>に割り当てれば、スパムメールを取り込んでも
-システムの大半は問題なく動作するでしょう。
-
-</para><para>
-
-<!--
-The only real drawback to using more partitions is that it is often
-difficult to know in advance what your needs will be. If you make a
-partition too small then you will either have to reinstall the system
-or you will be constantly moving things around to make room in the
-undersized partition. On the other hand, if you make the partition too
-big, you will be wasting space that could be used elsewhere. Disk
-space is cheap nowadays, but why throw your money away?
--->
-たくさんのパーティションを利用する際に唯一の不利になる点は、
-どのようなパーティションが必要となるかをあらかじめ予測するのが、
-ほとんどの場合は難しいということです。
-用意したパーティションが小さすぎると、
-システムを再インストールしたり、
-容量の足りないパーティションからしょっちゅうファイルを移動して、
-スペースを空けたりしなければならないでしょう。
-一方、あまりに大きなパーティションを用意すれば、
-他で利用できるスペースを浪費しかねません。
-近頃はディスクも安価になったとはいえ、お金を無駄に使う必要はないでしょう?
-
-</para>
- </sect1>
diff --git a/ja/partitioning/tree.xml b/ja/partitioning/tree.xml
deleted file mode 100644
index 737f5756a..000000000
--- a/ja/partitioning/tree.xml
+++ /dev/null
@@ -1,282 +0,0 @@
-<?xml version="1.0" encoding="EUC-JP"?>
-<!-- retain these comments for translator revision tracking -->
-<!-- original version: 39465 -->
-
-
- <sect1 id="directory-tree">
-<!--
- <title>The Directory Tree</title>
--->
- <title>ディレクトリツリー</title>
-<para>
-
-<!--
-&debian; adheres to the
-<ulink url="&url-fhs-home;">Filesystem Hierarchy Standard</ulink>
-for directory and file naming. This standard allows users and software
-programs to predict the location of files and directories. The root
-level directory is represented simply by the slash
-<filename>/</filename>. At the root level, all Debian systems include
-these directories:
--->
-ディレクトリとファイルの名前について、&debian; は
-<ulink url="&url-fhs-home;">Filesystem Hierarchy Standard</ulink>
-に従っています。この規格を用いると、ユーザやプログラムは、
-ファイルやディレクトリの場所を予想しやすくなります。
-根っこ (ルート = root) にあるディレクトリは、単にスラッシュ <filename>/</filename>
-で表されます。ルートのレベルには、
-Debian システムでは必ず以下のようなディレクトリが含まれます。
-
-<informaltable>
-<tgroup cols="2">
-<thead>
-<row>
-<!--
- <entry>Directory</entry><entry>Content</entry>
--->
- <entry>ディレクトリ</entry><entry>内容</entry>
-</row>
-</thead>
-
-<tbody>
-<!--
-<row>
- <entry><filename>bin</filename></entry>
- <entry>Essential command binaries</entry>
-</row><row>
- <entry><filename>boot</filename></entry>
- <entry>Static files of the boot loader</entry>
-</row><row>
- <entry><filename>dev</filename></entry>
- <entry>Device files</entry>
-</row><row>
- <entry><filename>etc</filename></entry>
- <entry>Host-specific system configuration</entry>
-</row><row>
- <entry><filename>home</filename></entry>
- <entry>User home directories</entry>
-</row><row>
- <entry><filename>lib</filename></entry>
- <entry>Essential shared libraries and kernel modules</entry>
-</row><row>
- <entry><filename>media</filename></entry>
- <entry>Contains mount points for replaceable media</entry>
-</row><row>
- <entry><filename>mnt</filename></entry>
- <entry>Mount point for mounting a file system temporarily</entry>
-</row><row>
- <entry><filename>proc</filename></entry>
- <entry>Virtual directory for system information (2.4 and 2.6 kernels)</entry>
-</row><row>
- <entry><filename>root</filename></entry>
- <entry>Home directory for the root user</entry>
-</row><row>
- <entry><filename>sbin</filename></entry>
- <entry>Essential system binaries</entry>
-</row><row>
- <entry><filename>sys</filename></entry>
- <entry>Virtual directory for system information (2.6 kernels)</entry>
-</row><row>
- <entry><filename>tmp</filename></entry>
- <entry>Temporary files</entry>
-</row><row>
- <entry><filename>usr</filename></entry>
- <entry>Secondary hierarchy</entry>
-</row><row>
- <entry><filename>var</filename></entry>
- <entry>Variable data</entry>
-</row><row>
- <entry><filename>srv</filename></entry>
- <entry>Data for services provided by the system</entry>
-</row><row>
- <entry><filename>opt</filename></entry>
- <entry>Add-on application software packages</entry>
-</row>
--->
-<row>
- <entry><filename>bin</filename></entry>
- <entry>基本的なコマンドバイナリ</entry>
-</row><row>
- <entry><filename>boot</filename></entry>
- <entry>ブートローダのスタティックなファイル</entry>
-</row><row>
- <entry><filename>dev</filename></entry>
- <entry>デバイスファイル</entry>
-</row><row>
- <entry><filename>etc</filename></entry>
- <entry>ホスト固有のシステム設定</entry>
-</row><row>
- <entry><filename>home</filename></entry>
- <entry>ユーザのホームディレクトリ</entry>
-</row><row>
- <entry><filename>lib</filename></entry>
- <entry>基本的な共有ライブラリとカーネルモジュール</entry>
-</row><row>
- <entry><filename>media</filename></entry>
- <entry>取替え可能なメディア用のマウントポイントを含む</entry>
-</row><row>
- <entry><filename>mnt</filename></entry>
- <entry>ファイルシステムを一時的にマウントするためのポイント</entry>
-</row><row>
- <entry><filename>proc</filename></entry>
- <entry>システム情報を含む仮想ディレクトリ (2.4 および 2.6 カーネル)</entry>
-</row><row>
- <entry><filename>root</filename></entry>
- <entry>root ユーザのホームディレクトリ</entry>
-</row><row>
- <entry><filename>sbin</filename></entry>
- <entry>基本的なシステムバイナリ</entry>
-</row><row>
- <entry><filename>sys</filename></entry>
- <entry>システム情報を含む仮想ディレクトリ (2.6 カーネル)</entry>
-</row><row>
- <entry><filename>tmp</filename></entry>
- <entry>一時ファイル用</entry>
-</row><row>
- <entry><filename>usr</filename></entry>
- <entry>第 2 階層</entry>
-</row><row>
- <entry><filename>var</filename></entry>
- <entry>可変データ</entry>
-</row><row>
- <entry><filename>srv</filename></entry>
- <entry>システムによって割り当てられた、サービスのためのデータ</entry>
-</row><row>
- <entry><filename>opt</filename></entry>
- <entry>アドオンアプリケーションソフトウェアパッケージ</entry>
-</row>
-</tbody></tgroup></informaltable>
-</para>
-
-<para>
-
-<!--
-The following is a list of important considerations regarding
-directories and partitions. Note that disk usage varies widely given
-system configuration and specific usage patterns. The recommendations
-here are general guidelines and provide a starting point for
-partitioning.
--->
-以下の一覧は、ディレクトリやパーティションについて重要となる考え方を
-説明したものです。与えられたシステム構成や特別な使用パターンによって、
-ディスク使用状況は大きく変化することに注意して下さい。ここで提案する
-のは一般的なガイドラインであり、パーティション分割の第一歩を提供して
-います。
-
-</para>
-<itemizedlist>
-<listitem><para>
-
-<!--
-The root partition <filename>/</filename> must always physically
-contain <filename>/etc</filename>, <filename>/bin</filename>,
-<filename>/sbin</filename>, <filename>/lib</filename> and
-<filename>/dev</filename>, otherwise you won't be able to boot.
-Typically 150&ndash;250MB is needed for the root partition.
--->
-ルートパーティション <filename>/</filename> は、必ず
-<filename>/etc</filename>、<filename>/bin</filename>、
-<filename>/sbin</filename>、<filename>/lib</filename>、
-<filename>/dev</filename> を物理的に含んでいなければなりません
- (つまりこれらのディレクトリを別のパーティションにしてはいけません)。
-さもないと起動ができなくなります。
-一般的にここは 150&ndash;250MB 程度を必要とします。
-
-</para></listitem>
-<listitem><para>
-
-<!--
-<filename>/usr</filename>: contains all user programs
-(<filename>/usr/bin</filename>), libraries
-(<filename>/usr/lib</filename>), documentation
-(<filename>/usr/share/doc</filename>), etc.
-This is the part of the file system that generally takes up most space.
-You should provide at least 500MB of disk space. This amount should
-be increased depending on the number and type of packages you plan
-to install. A generous workstation or server installation should allow
-4&ndash;6GB.
--->
-<filename>/usr</filename>: すべてのユーザプログラムを含む
-(<filename>/usr/bin</filename>)、ライブラリ
-(<filename>/usr/lib</filename>)、文書
-(<filename>/usr/share/doc</filename>) など。
-ここは一般に、ファイルシステムの中でも最も容量を必要とするところです。
-少なくとも 500MB のディスク容量を割り当てるべきでしょう。インストール
-しようとするパッケージの数やタイプによっては、もっと多くのディスク容量を
-割り当てなければなりません。ディスク容量がたっぷりあるワークステーション
-やサーバのインストールでは 4&ndash;6GB を割り当てるべきです。
-
-</para></listitem>
-<listitem><para>
-
-<!--
-<filename>/var</filename>: variable data like news articles, e-mails,
-web sites, databases, the packaging system cache, etc. will be placed
-under this directory. The size of this directory depends greatly on
-the usage of your system, but for most people will be dictated by
-the package management tool's overhead. If you are going to do a full
-installation of just about everything Debian has to offer, all in one
-session, setting aside 2 or 3 GB of space for
-<filename>/var</filename> should be sufficient. If you are going to
-install in pieces (that is to say, install services and utilities,
-followed by text stuff, then X, ...), you can get away with 300&ndash;500
-MB. If hard drive space is at a premium and you don't plan on doing
-major system updates, you can get by with as little as 30 or 40 MB.
--->
-<filename>/var</filename>: ニュース記事、電子メール、ウェブコンテンツ、
-データベース、パッケージングシステムのキャッシュなど、様々な
-可変データがこのディレクトリに収められます。このディレクトリの容量は
-システムの利用方法に大きく左右されますが、たいていの場合はパッケージ管理
-ツールの使う分が最も大きな影響を持つことになるでしょう。Debian が提供する
-ものすべてをいっぺんにフルインストールする場合でも、
-<filename>/var</filename> には 2&ndash;3GB ほどの容量を割り当てておけば足りる
-はずです。一度にすべてをインストールせず、部分部分を徐々に (例えば、まず
-サービスやユーティリティを、次にコンソール用のもの、次に X 用のもの…と
-いうように) インストールするなら、300&ndash;500MB の空き容量があれば良いでしょう。
-ハードディスクの空き容量が貴重で、メジャーアップデートをする予定がないならば、
-30&ndash;40MB ほどでもなんとかやっていけるでしょう。
-
-</para></listitem>
-<listitem><para>
-
-<!--
-<filename>/tmp</filename>: temporary data created by programs will
-most likely go in this directory. 40&ndash;100MB should usually
-be enough. Some applications &mdash; including archive manipulators,
-CD/DVD authoring tools, and multimedia software &mdash; may use
-<filename>/tmp</filename> to temporarily store image files. If you
-plan to use such applications, you should adjust the space available
-in <filename>/tmp</filename> accordingly.
--->
-<filename>/tmp</filename>: プログラムが作成する一時データは、普通この
-ディレクトリを利用します。通常は 40&ndash;100MB あれば充分です。いくつかの
-アプリケーション (アーカイブマニピュレータ、CD/DVD オーサリングツール、
-およびマルチメディアソフトウェアを含む) が、一時イメージファイルを
-保存するのに <filename>/tmp</filename> を使用するかもしれません。
-そのようなアプリケーションを使用する計画があるのなら、それ相応
-に <filename>/tmp</filename> で利用できる容量を調整すべきです。
-
-</para></listitem>
-<listitem><para>
-
-<!--
-<filename>/home</filename>: every user will put his personal data
-into a subdirectory of this directory. Its size depends on how many
-users will be using the system and what files are to be stored in
-their directories. Depending on your planned usage you should reserve
-about 100MB for each user, but adapt this value to your needs. Reserve
-a lot more space if you plan to save a lot of multimedia files (pictures, MP3, movies)
-in your home directory.
--->
-<filename>/home</filename>: 各ユーザは、個人的なデータをこのディレクトリの
-サブディレクトリに収めます。その容量は、このシステムを利用するユーザの数や、
-ユーザディレクトリにどのようなファイルが収められるかによって異なってきます。
-システムの使い方にもよりますが、ユーザごとに約 100MB ほどが必要でしょう。
-しかしこの値は必要に応じて調整しなければなりません。
-もし、たくさんのマルチメディアファイル (写真、MP3、動画) をホームディレクトリに
-保存するつもりなら、もっと多くの容量を確保しておいてください。
-
-</para></listitem>
-</itemizedlist>
-
- </sect1>