old-www/HOWTO/Linux+Win95/usingsystem.html

232 lines
4.3 KiB
HTML

<HTML
><HEAD
><TITLE
>Using Your New System</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.63
"><LINK
REL="HOME"
TITLE="Linux + Windows 95 mini-HOWTO"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="What's Next"
HREF="whatsnext.html"><LINK
REL="NEXT"
TITLE="Linload, What's That?"
HREF="linload.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"
>Linux + Windows 95 mini-HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="whatsnext.html"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="linload.html"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="USINGSYSTEM"
>4. Using Your New System</A
></H1
><P
>Linux can mount, read, and write to Window 95&#8482;'s VFAT partitions serveral ways.
You can use the stock msdos filesystem support that has been included in
all kernels greater than 1.0. However, using commands like:</P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><PRE
CLASS="SCREEN"
>litterbox~#: mount -t msdos /dev/hda1 /mnt</PRE
></TD
></TR
></TABLE
><P
>will only get you as far as filenames with the 8.3 standard. Yick! You have
Windows 95&#8482; so you can use those nifty long file names.</P
><P
>Some Linux users still run kernels that are ancient by Linux standards (1.2.xx).
There is a module for this series of
kernels so that you can read files that do not conform to the old 8.3
standard. If this is the situation you are in, FTP to <A
HREF="ftp://mm-ftp.cs.berkeley.edu/pub/multimedia/linux/xmsdos/"
TARGET="_top"
>ftp://mm-ftp.cs.berkeley.edu/pub/multimedia/linux/xmsdos/</A
>
and pick up a copy of README before doing anything.</P
><P
>Kernels after 1.3.4x have internal VFAT support that you can compile in. These kernels allow
safe read/writes to your VFAT partitions.
<DIV
CLASS="NOTE"
><BLOCKQUOTE
CLASS="NOTE"
><P
><B
>NOTE: A Word of Caution!: </B
> If you are running a later version of Windows 95&#8482; or Windows 98&#8482; (i.e.,
possibly one that ships on computers made after June 1996 as well as the
P5-MMX series), please complete the following:</P
><P
>Check to see what version of Windows 95&#8482; you are really running. To do this, open
up a DOS box and type <TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><PRE
CLASS="SCREEN"
>ver /r</PRE
></TD
></TR
></TABLE
> Sample output is listed below:</P
><TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
WIDTH="100%"
><TR
><TD
><PRE
CLASS="PROGRAMLISTING"
>C:\&#62; ver /r
Mircosoft Windows 95 [4.00.1034]
(C) 1981-1996 Microsoft Corporation.</PRE
></TD
></TR
></TABLE
><P
>Note the minor revision number. If the number is GREATER than 950 you may
be running a version of the FAT partition type known as FAT32. If that is
the case, you can still use Linux and Windows 95&#8482;</P
><P
>However, just because you are running a newer version of Windows 95&#8482; doesn't mean that you
are running FAT32. Load <SPAN
CLASS="APPLICATION"
>fdisk</SPAN
> and use the "display partition
information" option to show if you are using FAT32.</P
></BLOCKQUOTE
></DIV
></P
><DIV
CLASS="SECT2"
><H2
CLASS="SECT2"
><A
NAME="AEN90"
>4.1. Installing on a Drive with FAT32</A
></H2
><P
>If you are installing Linux onto a drive with FAT32, follow the same steps as you would for installing Linux onto a Windows 95&#8482; system. However, because <SPAN
CLASS="APPLICATION"
>FIPS</SPAN
> doesn't
support FAT32--you'll be forced to use a commercial program called
Partition Magic&#8482;.</P
></DIV
></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="whatsnext.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="linload.html"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>What's Next</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Linload, What's That?</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>