Sophie

Sophie

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

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>Installing Linux on ZIP disk using ppa ZIP Drive Mini-Howto: Creating /etc/fstab</TITLE>
 <LINK HREF="ZIP-Install-7.html" REL=next>
 <LINK HREF="ZIP-Install-5.html" REL=previous>
 <LINK HREF="ZIP-Install.html#toc6" REL=contents>
</HEAD>
<BODY>
<A HREF="ZIP-Install-7.html">Next</A>
<A HREF="ZIP-Install-5.html">Previous</A>
<A HREF="ZIP-Install.html#toc6">Contents</A>
<HR>
<H2><A NAME="s6">6. Creating /etc/fstab</A></H2>

<P>(Common to both Red Hat and Slackware distributions)
<P>The last thing that needs to be done before rebooting is to create
the fstab file on the soon to be root partion.  The following is
what you should have as a minimum for /iomega/etc/fstab:
<BLOCKQUOTE><CODE>
<HR>
<PRE>
  /dev/sda1      /         ext2        defaults   1   1
  /dev/sda2      none      swap        sw
  none           /proc     proc        defaults   1   1
</PRE>
<HR>
</CODE></BLOCKQUOTE>

Save the file, and reboot with the freshly made boot floppy and enjoy!
<P>(Special thanks to Mike for reminding me about this very important
and crucial step. - John)
<P>
<HR>
<A HREF="ZIP-Install-7.html">Next</A>
<A HREF="ZIP-Install-5.html">Previous</A>
<A HREF="ZIP-Install.html#toc6">Contents</A>
</BODY>
</HTML>