old-www/HOWTO/IBM7248-HOWTO/cfdisk.html

356 lines
7.1 KiB
HTML

<HTML
><HEAD
><TITLE
>Appendix: Using cfdisk to partition your harddisk</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Installing GNU/Linux on the IBM RS/6000 43P model 7248 HOWTO"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Appendix: Updating from YellowDog 2.3 (Dayton) to 3.0 (Sirius)"
HREF="sirius.html"><LINK
REL="NEXT"
TITLE="Appendix: More on partitioning"
HREF="more-on-partitioning.html"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Installing GNU/Linux on the IBM RS/6000 43P model 7248 HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="sirius.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="more-on-partitioning.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="CFDISK"
></A
>15. Appendix: Using cfdisk to partition your harddisk</H1
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="HARDDISK-NAMES"
></A
>15.1. Hard disk names</H2
><P
> SCSI harddisks are named with sdx, where x is a hardisk
letter. The disk with the lowest SCSI ID on the first
controller will become sda, the next lower sdb, an so on.
</P
><P
> If you have IDE harddisks, they are called hda, hdb, hdc, and
so on instead, where hda is the master disk on the first
controller, hdb is the slave disk on the first controller, hdc
is the master disk on the second controller, and so on.
</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="HARDDISK-PARTITIONS"
></A
>15.2. Harddisk partitions</H2
><P
> GNU/Linux systems often uses a partition scheme inherited from
MS-DOS. With this, a harddisk can have up to four primary
partitions. If you want more, you have to make one of these an
extended partition where you can make several logical
partitions. The partitions are named with the disk they belong
to, and a number. The first primary partition on the first
SCSI disk is therefore sda1, the second primary partition is
sda2, and so on. The first and second logical partition on an
extended partition on the first SCSI disk is sda5 and sda6,
and so on. If this makes absolutely no sense to you at all,
try to read <A
HREF="more-on-partitioning.html"
>Section 16</A
>. </P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="STARTING-CFDISK"
></A
>15.3. Starting cfdisk</H2
><P
> you start cfdisk from the command line with the command
<TABLE
BORDER="1"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="SCREEN"
> cfdisk /dev/sdx
</PRE
></FONT
></TD
></TR
></TABLE
>
where x is the SCSI hardisk letter, like a, b, c, d, etc. So if I
want to partition the first harddisk on the SCSI controller, I'll
enter the command
<TABLE
BORDER="1"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><FONT
COLOR="#000000"
><PRE
CLASS="SCREEN"
> cfdisk /dev/sda
</PRE
></FONT
></TD
></TR
></TABLE
>
</P
></DIV
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="USING-CFDISK"
></A
>15.4. Using cfdisk</H2
><DIV
CLASS="SECT3"
><H3
CLASS="SECT3"
><A
NAME="THE-USER-INTERFACE"
></A
>15.4.1. The user interface</H3
><P
> After you have started cfdisk you'll get an interface where
the current partition table is listed with the names and
some data about each partition, and some command buttons on
the bottom of the screen. To change between partitions, use
the up and down arrow keys. To change between commands, use
the left and right arrow keys.
</P
></DIV
><DIV
CLASS="SECT3"
><H3
CLASS="SECT3"
><A
NAME="DELETING-A-PARTITION"
></A
>15.4.2. Deleting a partition</H3
><P
> To delete an existing partition, highlight it with the up and down
keys, select the <EM
>Delete</EM
> command with the left and right arrow
keys, and press Enter.
</P
></DIV
><DIV
CLASS="SECT3"
><H3
CLASS="SECT3"
><A
NAME="MAKING-A-NEW-PARTITION"
></A
>15.4.3. Making a new partition</H3
><P
> To make a new partition, select the <EM
>New</EM
>
command with the left and right arrow keys, and press
enter. You'll get the choice between a primary and a logical
partition. If you want a logical partition, the program will
automatically make an extended partition for you. Then you
must choose the size of the partition (in MB). If you can't
enter a value in MB, return to the main screen with the Esc
key, and select MB with the <EM
>Units</EM
>
command.
</P
></DIV
><DIV
CLASS="SECT3"
><H3
CLASS="SECT3"
><A
NAME="SET-THE-TYPE-OF-A-PARTITION"
></A
>15.4.4. Set the type of a partition</H3
><P
> To set the type of a partition, for bootable PReP, Linux
swap or Linux ext2, highlight the actual partition, and
select the <EM
>Type</EM
> command. You'll get a
list over different types. Press space, and you'll get even
more. Find what type you need, and enter the number at the
prompt.
</P
></DIV
><DIV
CLASS="SECT3"
><H3
CLASS="SECT3"
><A
NAME="MAKE-A-PARTITION-BOOTABLE"
></A
>15.4.5. Make a partition bootable</H3
><P
> To be able to boot from a primary partition, you need to
make it bootable. Highlight the actual partition and select
the <EM
>Bootable</EM
> command.
</P
></DIV
><DIV
CLASS="SECT3"
><H3
CLASS="SECT3"
><A
NAME="WRITE-THE-RESULT-TO-DISK-AND-QUIT"
></A
>15.4.6. Write the result to disk and quit</H3
><P
> When you are content with the layout of the disk, select the
<EM
>Write</EM
> command. The partition table will
be written to disk. Remember that <EM
>this will
destroy all data on partitions you have deleted</EM
>
or changed. You should therefore be very sure that you want
to do this before actually press the Return key.
</P
><P
> To exit the program, select the <EM
>Quit</EM
> command.
</P
></DIV
></DIV
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="sirius.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="more-on-partitioning.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Appendix: Updating from YellowDog 2.3 (Dayton) to 3.0 (Sirius)</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Appendix: More on partitioning</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>