<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  <!ENTITY % general-entities SYSTEM "../../general.ent">
  %general-entities;
]>

<sect1 id="ch-partitioning-creatingfilesystem">
  <?dbhtml filename="creatingfilesystem.html"?>

  <title>Creating a File System on the Partition</title>

  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  href="../common/creatingfilesystem.xml"
  xpointer="xpointer(//*[@os='a'])"/>

  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  href="../common/creatingfilesystem.xml"
  xpointer="xpointer(//*[@os='b'])"/>

  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  href="../common/creatingfilesystem.xml"
  xpointer="xpointer(//*[@os='c'])"/>

  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  href="../common/creatingfilesystem.xml"
  xpointer="xpointer(//*[@os='d'])"/>

  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  href="../common/creatingfilesystem.xml"
  xpointer="xpointer(//*[@os='e'])"/>

  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  href="../common/creatingfilesystem.xml"
  xpointer="xpointer(//*[@os='h'])"/>

  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  href="../common/creatingfilesystem.xml"
  xpointer="xpointer(//*[@os='i'])"/>

  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  href="../common/creatingfilesystem.xml"
  xpointer="xpointer(//*[@os='j'])"/>

  <para>The commands listed below are specific to the Cobalt MIPS systems,
  they have a special requirement to have a ext2 Revision 0 for the boot
  partition. To make sure you satify this requirement, use the commands listed:</para>

<screen><userinput>mke2fs -r 0 /dev/hda1
mke2fs /dev/hda2
mkswap /dev/hda3</userinput></screen>

</sect1>
