I tried with my Redhat 7.2 and it worked.

First check make/mnt/windows exists. Then try to mount
the partition manually using:
        mount -t vfat /hda5 /mnt/windows
If the mount command works then you should not have
any problem with the fstab.

Good luck.

--- Rob Yale <[EMAIL PROTECTED]> wrote:
> Actually, I need to give you the correct error I
> get:
> 
> mount: mount point /windows does not exist
> 
> Thanks,
> 
> Rob
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> On Behalf Of Rob Yale
> Sent: April 20, 2002 5:49 PM
> To: [EMAIL PROTECTED]
> Subject: RE: How to create new mount point
> 
> 
> Ok, I did what was suggested:
> 
> 1) Created a directory '/mnt/windows'
> 
> 2) Mounted the directory with; 
>               mount -t vfat /dev/hda5 /mnt/windows
> 
> 3) added an entry to /etc/fstab;
>               /dev/hda5     /mnt/windows     vfat
> user,auto,exec,rw,umask=0    0 0
> 
> When I boot, I get an error that states that the
> partition does not
> exist.
> 
> Any thoughts?
> 
> Thanks,
> 
> Rob Yale
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]
> On Behalf Of Jeremy Tan
> Sent: April 20, 2002 12:21 PM
> To: [EMAIL PROTECTED]
> Subject: Re: How to create new mount point
> 
> 
> 
> 
> 
> > Hi folks,
> >  
> > I have a FAT partition on hda which I would like
> to be able to access
> > from my Linux install on hdb.
> 
> This is a sample from my /etc/fstab
> 
> /dev/hdg6             /mnt/Documents  vfat
> user,auto,exec,rw,umask=0     0 0
> 
> if you want to be able to write to your FAT
> partitions while logged in
> as a normal user add a "umask=0" as shown
> above."exec" is to allow
> execution of files and "rw" is to mount your
> partition with read and
> write permissions.
> 
> 
> 
> -- 
> Later,
> 
> 
> 
> 
> Jeremy Tan
> 
> This email is digitally signed. To verify the
> signature, use PGP
> (windows) or GnuPG (Linux). My public key can be
> found at the following
> keyserver: http://pgp.mit.edu/
> 
> Email Client: Evolution 1.0.3
> 
> 
> 
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
>
https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> 
> 
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
>
https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> 
> 
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
>
https://listman.redhat.com/mailman/listinfo/redhat-list


__________________________________________________
Do You Yahoo!?
Yahoo! Games - play chess, backgammon, pool and more
http://games.yahoo.com/



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to