Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 965e33040dd61030a94f0eb89877aee8 > files > 3845

howto-html-en-20080722-2mdv2010.1.noarch.rpm

<!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: Appendix K: Example V: Dual Drive System</TITLE>
 <LINK HREF="Multi-Disk-HOWTO-32.html" REL=next>
 <LINK HREF="Multi-Disk-HOWTO-30.html" REL=previous>
 <LINK HREF="Multi-Disk-HOWTO.html#toc31" REL=contents>
</HEAD>
<BODY>
<A HREF="Multi-Disk-HOWTO-32.html">Next</A>
<A HREF="Multi-Disk-HOWTO-30.html">Previous</A>
<A HREF="Multi-Disk-HOWTO.html#toc31">Contents</A>
<HR>
<H2><A NAME="s31">31. Appendix K: Example V: Dual Drive System</A></H2>

<P>
<!--
disk!example!system, 2 drives
-->

A dual drive system offers less opportunity for clever schemes but
the following should provide a simple starting point.
<P>
<BLOCKQUOTE><CODE>
<PRE>
Partition       sda             sdb
                ----            ----
        1       boot            lib
        2       swap            news
        3       /tmp            swap
        4       /usr            /var/tmp
        5       /var            /home
        6       / (root)

</PRE>
</CODE></BLOCKQUOTE>
<P>If you use a dual OS system you have to keep in mind that many other
systems must boot from the first partition on the first drive. A simple
DOS / Linux system could look like this:
<P>
<BLOCKQUOTE><CODE>
<PRE>
Partition       sda             sdb
                ----            ----
        1       DOS             lib
        2       boot            news
        3       swap            swap
        4       /tmp            /var/tmp
        5       /usr            /home
        6       /var            DOSTEMP
        7       / (root)
</PRE>
</CODE></BLOCKQUOTE>
<P>
<P>Also remember that DOS and Windows prefer there to be just a single
primary partition which has to be the first one where it boots from.
As Linux can happily exist in logical partitions this is not a big
problem.
<P>
<P>
<HR>
<A HREF="Multi-Disk-HOWTO-32.html">Next</A>
<A HREF="Multi-Disk-HOWTO-30.html">Previous</A>
<A HREF="Multi-Disk-HOWTO.html#toc31">Contents</A>
</BODY>
</HTML>