Hi Christopher,

This is the line in my /etc/fstab:

/dev/hda1               /dos                    vfat    defaults        0 0

This is a fat32 partition.  The install of RH8 put this line in there for me.  
If I understand the manual page "defaults" allows for a read/write mount.

However, when as a "user" I try to create a file:

[EMAIL PROTECTED] phil]$ touch /dos/testfile
touch: creating `/dos/testfile': Permission denied

the above error is given.  If I were to use SuSE linux, the addition of 
umask=000 as a mount option would have sufficed.  But this seems to have no 
effect with RH8.

Regards,

Phil


On Wednesday 02 April 2003 07:18, christopher cuse wrote:
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Behalf Of Phil Savoie
> > Sent: Wednesday, April 02, 2003 1:24 PM
> > To: RedHat List
> > Subject: Access to vfat
> >
> >
> > Hi All,
> >
> > I have a dual boot scenario: WinXp/RH8  I would like
> > non-privlegded users to
> > be able to write to the XP side.  As it stands now only root
> > can write to
> > that partition.  How can I change this?
> >
> > Thanks,
> >
> > Phil
>
> hi phil,
>
> depends how you have formatted your drive(s) for the xp partition(s) -- if
> they are formatted ntfs, then you can read from those partitions although
> writing to them is still considered experimental. if they are formated
> (v)fat, then any user should be able to write the partition(s) provided
> that the unix mount point allows for write access.
>
> cheers
>
> cc



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

Reply via email to