old-www/authors/template/faq.html

201 lines
3.4 KiB
HTML

<HTML
><HEAD
><TITLE
>Questions and Answers</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.57"><LINK
REL="HOME"
TITLE="HOWTO-template for Big HOWTOs"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Concluding Remarks"
HREF="remarks.html"><LINK
REL="NEXT"
TITLE="Bits and Pieces "
HREF="bits-n-pieces.html"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>HOWTO-template for Big HOWTOs</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="remarks.html"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="bits-n-pieces.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="FAQ"
>11. Questions and Answers</A
></H1
><P
> <I
CLASS="EMPHASIS"
>Check the newsgroups and try to determine some frequent
problems and cover them here. Again an example from the Multi Disk
HOWTO.</I
>
</P
><P
> This is just a collection of what I believe are the most common
questions people might have. Give me more feedback and I will turn
this section into a proper FAQ.
</P
><P
> <P
></P
><UL
><LI
><P
> Q:How many physical disk drives (spindles) does a Linux system need?
</P
><P
> A: Linux can run just fine on one drive (spindle). Having
enough RAM (around 32 MB, and up to 64 MB) to support swapping
is a better price/performance choice than getting a second
disk. (E)IDE disk is usually cheaper (but a little slower) than
SCSI.
</P
></LI
><LI
><P
> Q: Are there any disadvantages in this scheme?
</P
><P
> A: There is only a minor snag: if even a single partition
overflows the system might stop working properly. The severity
depends of course on what partition is affected. Still this is
not hard to monitor, the command <B
CLASS="COMMAND"
>df</B
> gives
you a good overview of the situation. Also check the swap
partition(s) using <B
CLASS="COMMAND"
>free</B
> to make sure you are
not about to run out of virtual memory.
</P
></LI
><LI
><P
> Q: OK, so should I split the system into as many partitions as
possible for a single drive?
</P
><P
> A: No, there are several disadvantages to that. First of all
maintenance becomes needlessly complex and you gain very little
in this. In fact if your partitions are too big you will seek
across larger areas than needed. This is a balance and
dependent on the number of physical drives you have.
</P
></LI
></UL
>
<I
CLASS="EMPHASIS"
>(rest deleted.)</I
>
</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="remarks.html"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="bits-n-pieces.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Concluding Remarks</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Bits and Pieces</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>