[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Permission for users to read/write on fat32
- To: Noam Meltzer <tsnoam(at-nospam)myself.com>
- Subject: Re: Permission for users to read/write on fat32
- From: Sagi Bashari <sagi(at-nospam)aresworld.net>
- Date: Thu, 23 Nov 2000 20:14:46 +0200 (IST)
- cc: Linux IL <linux-il(at-nospam)cs.huji.ac.il>
- In-Reply-To: <3A1D4346.94114ADA@myself.com>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
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
> tsnoam@myself.com
> 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 linux-il-request@linux.org.il with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail linux-il-request@linux.org.il
>
>
_
___ __ _ __ _(_) Sagi Bashari
(_-</ _` / _` | | - sagi@aresworld.net
/__/\__,_\__, |_|
|___/
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il