Hi,
  Thanks to everyone for the help.  I set it up this way and I use GNOME right
now. Like I said with RH6.2 running on computer.  what I did was make a an
entry in the mnt folder called /win.  Then with the advice of everyone here I
mounted it in Linux.  this is the exact command I used:
mount -t vfat /dev/hda1 /mnt/win
That worked perfect and let me access my DOS partiton. Now how do I get this
to automount everytime I start RH?  So I don't have to type in that command at
the prompt.  Thanks for the help again

[EMAIL PROTECTED]


Ray Olszewski wrote:

> Once the system is up and running, you do something like
>
>         mount -t msdos /dev/hda1 /mnt/msdos
>
> where the "something like" means:
>
>         -t may be msdos or vfat [can't tell from what you sent]
>         replace hda1 with the right partition identifier
>         the mount point /mnt/msdos needs to be created (with mkdir)
>                 before it can be used
>
> ... and your kernel has to have support, either compiled in or as a module,
> for the filesystem type (msdos, vfat) that the partition is.
>
> At 01:17 AM 5/26/00 -0700, Adan Moreno wrote:
> >   Hi,
> >              I finally got back around to installing RH 6.2 tonight.
> >Last time I had it I installed but didn't have enough space for
> >everything.  Long story short I screwed up my partitions BAD! That is
> >over now and am back with a fresh new start.  My question is how do I
> >get Linux to see my DOS (Windows) partition in Linux?  I want to get
> >some MP3 files off of it so I don't have to go back out and download
> >them.  I think this is possible.  If not I guess I will have to download
> >them again.  Any help appreciated. Thanks
>
> ------------------------------------"Never tell me the odds!"---
> Ray Olszewski                                        -- Han Solo
> Palo Alto, CA                                    [EMAIL PROTECTED]
> ----------------------------------------------------------------
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
> the body of a message to [EMAIL PROTECTED]
> Please read the FAQ at http://www.linux-learn.org/faqs


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to