old-www/HOWTO/Multi-Disk-HOWTO-19.html

130 lines
5.1 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>HOWTO: Multi Disk System Tuning: Questions and Answers</TITLE>
<LINK HREF="Multi-Disk-HOWTO-20.html" REL=next>
<LINK HREF="Multi-Disk-HOWTO-18.html" REL=previous>
<LINK HREF="Multi-Disk-HOWTO.html#toc19" REL=contents>
</HEAD>
<BODY>
<A HREF="Multi-Disk-HOWTO-20.html">Next</A>
<A HREF="Multi-Disk-HOWTO-18.html">Previous</A>
<A HREF="Multi-Disk-HOWTO.html#toc19">Contents</A>
<HR>
<H2><A NAME="s19">19. Questions and Answers</A></H2>
<P>
<!--
disk!FAQ
-->
<!--
disk!frequently asked questions
-->
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>
<UL>
<LI>Q:How many physical disk drives (spindles) does a Linux system need?
<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>Q: I have a single drive, will this HOWTO help me?
<P>A: Yes, although only to a minor degree. Still, section
<A HREF="Multi-Disk-HOWTO-6.html#physical-track-positioning">Physical Track Positioning</A>
will offer you some gains.
<P>
</LI>
<LI>Q: Are there any disadvantages in this scheme?
<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 <CODE>df</CODE> gives you a good overview of the situation. Also check
the swap partition(s) using <CODE>free</CODE> to make sure you are not about
to run out of virtual memory.
<P>
</LI>
<LI>Q: OK, so should I split the system into as many partitions
as possible for a single drive?
<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>
<LI>Q: Does that mean more drives allows more partitions?
<P>A: To some degree, yes. Still, some directories should not be split
off from root, check out the file system standards for more details.
<P>
</LI>
<LI>Q: What if I have many drives I want to use?
<P>A: If you have more than 3-4 drives you should consider using RAID of
some form. Still, it is a good idea to keep your root partition on a
simple partition without RAID, see section
<A HREF="Multi-Disk-HOWTO-6.html#RAID">RAID</A> for more details.
<P>
</LI>
<LI>Q: I have installed the latest Windows95 but cannot access this
partition from within the Linux system, what is wrong?
<P>A: Most likely you are using <CODE>FAT32</CODE> in your windows partition. It
seems that Microsoft decided we needed yet another format, and this
was introduced in their latest version of Windows95, called OSR2.
The advantage is that this format is better suited to large drives.
<P>You might also be interested to hear that Microsoft NT 4.0 does not
support it yet either.
<P>
</LI>
<LI>Q: I cannot get the disk size and partition sizes to match,
something is missing. What has happened?
<P>A:It is possible you have mounted a partition onto a mount point that
was not an empty directory. Mount points are directories and if it
is not empty the mounting will mask the contents. If you do the sums
you will see the amount of disk space used in this directory is
missing from the observed total.
<P>To solve this you can boot from a rescue disk and see what is hiding
behind your mount points and remove or transfer the contents by
mounting the offending partition on a temporary mounting point. You
might find it useful to have "spare" emergency mounting points ready
made.
<P>
</LI>
<LI>Q: It doesn't look like my swap partition is in use, how come?
<P>A: It is possible that it has not been necessary to swap out,
especially if you have plenty of RAM. Check your log files to see
if you ran out of memory at one point or another, in that case
your swap space should have been put to use. If not it is
possible that either the swap partition was not assigned the
right number, that you did not prepare it with <CODE>mkswap</CODE> or
that you have not done <CODE>swapon</CODE> or added it to your
<A HREF="file:///etc/fstab">/etc/fstab</A>
file.
<P>
<P>
<P>
</LI>
<LI>Q: What is this Nyx that is mentioned several times here?
<P>A: It is a large free Unix system with currently about 10000 users.
I use it for my web pages for this HOWTO as well as a source
of ideas for a setup of large Unix systems. It has been running for
many years and has a quite stable setup. For more information you can
view the
<A HREF="http://www.nyx.net">Nyx homepage</A>
which also gives you information on how to get your own free account.
<P>
</LI>
</UL>
<P>
<P>
<HR>
<A HREF="Multi-Disk-HOWTO-20.html">Next</A>
<A HREF="Multi-Disk-HOWTO-18.html">Previous</A>
<A HREF="Multi-Disk-HOWTO.html#toc19">Contents</A>
</BODY>
</HTML>