[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: chmod problens
- To: b <bgbg(at-nospam)pob.huji.ac.il>
- Subject: Re: chmod problens
- From: Tzafrir Cohen <tzafrir(at-nospam)technion.ac.il>
- Date: Wed, 24 Oct 2001 15:36:28 +0200 (IST)
- cc: Linux-IL Mailing List <linux-il(at-nospam)linux.org.il>
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <01102415580600.27479@amiram2.md.huji.ac.il>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
On Wed, 24 Oct 2001, b wrote:
> Hi all!
>
> I have an AMD box with win98 and RH7.1 on it. When installing RH, I've
> mounted the c, d and e DOS partitions on /dos/c, /dos/d and /dos/e
> respectively. Naturally these partitions owned by root, and the world can
> only read them.
dos/windows partitions don't have (in the case of NTFS: at least not under
linux) per-file owner, group and permissions (ignoring the ARSH bits).
So Can only set permissions to the whole file system. You have already
recieved a rely on how to do that.
> I need tomake them fully accessible to all the world. I
> mean: to give all the world write, read, execute permitions on all the files
> that exist now on the c,d and e DOS partitions and all the files that will be
> created on them in the future.
If that is indeed what you need, then you were already answered by Ermon.
But are you sure you need to make it world-writable? You can make it
belong to a user or a group (uid and gid parameters of the mount option)
and have only this user/group write to the disk.
Or you can allow a user to mount the partition .
--
Tzafrir Cohen
mailto:tzafrir@technion.ac.il
http://www.technion.ac.il/~tzafrir
=================================================================
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