LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author]
  From: Tyson LT <tlt@smug.adelaide.edu.au>
  To  : linuxsa@linuxsa.org.au
  Date: Fri, 06 Nov 1998 11:31:40 +1030

RE: DOS/Windows/Linux connectivity

Robert Acres wrote:

> How would I go about getting my Red Hat 5.1 system to see and access
my
> Windows partition?

1.    First make a directory under /mnt called win95 (or
wherever/whatever
you want)2.    Type 'mount /dev/hda1 -t vfat /mnt/win95' (assuming the
win95 partition is the first one, or the C: drive)
3.    If that doesn't work, try '-t msdos' instead of '-t vfat', but
vfat
should work on newish kernels.
4.    Then put the following line in /etc/fstab:

/dev/hda1        /mnt/win95        vfat        defaults        1    1

to make it mount at boot time.

All clear? :-)

cheers
TLT

-- 
Check out the LinuxSA web pages at http://www.linuxsa.org.au/
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author]
Return to the LinuxSA Mailing List Information Page