Edit your /etc/fstab file.
you'll have there something like
/dev/hda1 /win vfat defaults
add uid=userid,umask=077 - that user will have read/write access to that
partition. the rest wont be able to read or write.
if you want to give access for more then one user you might want to use
'gid' instead and create special group for that (ie. staff).
example:
/dev/hda1 /win vfat defaults,uid=1000,umask=077 1 0
man fstab.
On Thu, 23 Nov 2000, Noam Meltzer wrote:
> Content-Type: text/plain; charset=x-user-defined
> Content-Transfer-Encoding: 7bit
>
> Hello!
> I have some mounted FAT32 partitions. I want to give users the
> permission to write on them, but I don't know how, I tried some manuals,
> but didn't quite manage.
> Also, I have mount NTFS partitions, and them I can't even read with a
> normal user, only with root. I want to give users read access here.
>
> I'll appreciate any help here.
>
> --
> Noam Meltzer
> [EMAIL PROTECTED]
> ICQ: 4853872
>
>
>
>
>
> -- Binary/unsupported file stripped by Listar --
> -- Type: application/x-pkcs7-signature
> -- File: smime.p7s
> -- Desc: S/MIME Cryptographic Signature
>
>
> =================================================================
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
>
>
_
___ __ _ __ _(_) Sagi Bashari
(_-</ _` / _` | | - [EMAIL PROTECTED]
/__/\__,_\__, |_|
|___/
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]