old-www/authors/template-ld/big-howto-template-ld-7.html

64 lines
2.0 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-template for big HOWTOs : Troubleshooting </TITLE>
<LINK HREF="big-howto-template-ld-8.html" REL=next>
<LINK HREF="big-howto-template-ld-6.html" REL=previous>
<LINK HREF="big-howto-template-ld.html#toc7" REL=contents>
</HEAD>
<BODY>
<A HREF="big-howto-template-ld-8.html">Next</A>
<A HREF="big-howto-template-ld-6.html">Previous</A>
<A HREF="big-howto-template-ld.html#toc7">Contents</A>
<HR>
<H2><A NAME="troubleshooting"></A> <A NAME="s7">7. Troubleshooting </A></H2>
<P>
<!--
(your index root)!troubleshooting
-->
<EM>Many problems can be solved by a simple structured approach,
analysing the symptoms, finding the cause and determining the
solution. The following is an excerpts from the Multi Disk HOWTO.</EM>
<P>
<H2><A NAME="ss7.1">7.1 During Installation</A>
</H2>
<H3>Locating Disks</H3>
<P>
<DL>
<DT><B>Symptoms</B><DD><P>Cannot find disk
<DT><B>Problem</B><DD><P>How to find what drive letter corresponds to what disk/partition
<DT><B>Solution</B><DD><P>Remember Linux does not use drive letters but device names. More
information can be found in section "Drive names".
</DL>
<P>
<DL>
<DT><B>Symptoms</B><DD><P>Cannot partition disk
<DT><B>Problem</B><DD><P>Most likely wrong input to the command line for <CODE>fdisk</CODE> or similar tool.
<DT><B>Solution</B><DD><P>Remember to use <CODE>/dev/hda</CODE> rather than just <CODE>hda</CODE>. Also
do not use numbers behind <CODE>hda</CODE>, those indicate partitions.
</DL>
<P>
<P>
<H3>Formatting</H3>
<P>
<DL>
<DT><B>Symptoms</B><DD><P>Cannot format disk.
<DT><B>Problem</B><DD><P>Strictly speaking you format partitions not disks.
<DT><B>Solution</B><DD><P>Make sure you add the partition number after the device name
of the disk, for instance <CODE>/dev/hda1</CODE> to the command line.
</DL>
<P>
<P>
<HR>
<A HREF="big-howto-template-ld-8.html">Next</A>
<A HREF="big-howto-template-ld-6.html">Previous</A>
<A HREF="big-howto-template-ld.html#toc7">Contents</A>
</BODY>
</HTML>