old-www/LDP/Pocket-Linux-Guide/html/phase4.html

262 lines
3.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>Checking and Mounting Disks</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Pocket Linux Guide"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Implementation"
HREF="x677.html"><LINK
REL="NEXT"
TITLE="Analysis"
HREF="x729.html"></HEAD
><BODY
CLASS="chapter"
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"
>Pocket Linux Guide</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="x677.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="x729.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="chapter"
><H1
><A
NAME="phase4"
></A
>Chapter 5. Checking and Mounting Disks</H1
><DIV
CLASS="TOC"
><DL
><DT
><B
>Table of Contents</B
></DT
><DT
>5.1. <A
HREF="x729.html"
>Analysis</A
></DT
><DT
>5.2. <A
HREF="x755.html"
>Design</A
></DT
><DD
><DL
><DT
>5.2.1. <A
HREF="x755.html#AEN757"
>Determining necessary utilities.</A
></DT
><DT
>5.2.2. <A
HREF="x755.html#AEN771"
>Finding source code</A
></DT
><DT
>5.2.3. <A
HREF="x755.html#AEN806"
>Automating fsck and mount</A
></DT
><DT
>5.2.4. <A
HREF="x755.html#AEN817"
>File dependencies</A
></DT
></DL
></DD
><DT
>5.3. <A
HREF="x867.html"
>Construction</A
></DT
><DD
><DL
><DT
>5.3.1. <A
HREF="x867.html#AEN869"
>Install utilities from e2fsprogs</A
></DT
><DT
>5.3.2. <A
HREF="x867.html#AEN885"
>Install utilities from util-linux</A
></DT
><DT
>5.3.3. <A
HREF="x867.html#AEN913"
>Check library requirements</A
></DT
><DT
>5.3.4. <A
HREF="x867.html#AEN922"
>Strip binaries to save space</A
></DT
><DT
>5.3.5. <A
HREF="x867.html#AEN928"
>Create additional device files</A
></DT
><DT
>5.3.6. <A
HREF="x867.html#AEN935"
>Create the fstab and mtab files</A
></DT
><DT
>5.3.7. <A
HREF="x867.html#AEN947"
>Write a script to check and mount local filesystems</A
></DT
><DT
>5.3.8. <A
HREF="x867.html#AEN956"
>Create a compressed root disk image</A
></DT
><DT
>5.3.9. <A
HREF="x867.html#AEN968"
>Write the root disk image to floppy</A
></DT
></DL
></DD
><DT
>5.4. <A
HREF="x974.html"
>Implementation</A
></DT
><DD
><DL
><DT
>5.4.1. <A
HREF="x974.html#AEN976"
>System startup</A
></DT
><DT
>5.4.2. <A
HREF="x974.html#AEN994"
>Test the local_fs script</A
></DT
><DT
>5.4.3. <A
HREF="x974.html#AEN1012"
>Create and mount additional filesystems</A
></DT
><DT
>5.4.4. <A
HREF="x974.html#AEN1024"
>System shutdown</A
></DT
></DL
></DD
></DL
></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="x677.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="x729.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Implementation</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Analysis</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>