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

Reply via email to