At 04:15 PM 5/26/00 -0700, Adan Moreno wrote:
>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

You add an entry to /etc/fstab . Check the man page for the exact options,
but it will look approximately like this:

/dev/hda1       /mnt/win     vfat       defaults       0        0

(I'm mainly unsure if "defaults" is a legal choice with type vfat).

    
------------------------------------"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

Reply via email to