From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b95a522100671708 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: For the AdaOS folks Date: Wed, 5 Jan 2005 10:39:40 +0100 Organization: cbb software GmbH Message-ID: References: <1vemlj8wqr9ea$.qyecszhsmtqa$.dlg@40tude.net> <1b48kdfqsk3mw.7gajq12fsa82.dlg@40tude.net> <52fBd.42256$nV.1324414@news20.bellglobal.com> <_gHBd.14666$0y4.10314@read1.cgocable.net> <8rz51zshvp8k$.gvir0kpiedzk.dlg@40tude.net> <1cza5d5x7snmd.lr7wfm9fdsvd.dlg@40tude.net> <1hwsfqc0hx63i$.1dl0hkengaf6i$.dlg@40tude.net> <1klgtuv6sbypt.1wlc9u1ixz7ua$.dlg@40tude.net> <24hf82mgtexu$.c07xlxejxm1c$.dlg@40tude.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: individual.net +DIOsCLWBXXD9jzBIlolaQoZDcBgyFL29R9WMwTYsNk+hx7cQ= User-Agent: 40tude_Dialog/2.0.12.1 Xref: g2news1.google.com comp.lang.ada:7466 Date: 2005-01-05T10:39:40+01:00 List-Id: On Tue, 04 Jan 2005 14:57:39 -0500, Warren W. Gay VE3WWG wrote: > Dmitry A. Kazakov wrote: >>>Not a problem. I can determine who accesses the floppy >>>when it is mounted (look up the mount command). >> >> Yes, but once mounted it is accessible for all. Actually it is the file >> system with its access rights to the files, that makes access safe, not >> only the mount command. > > You didn't do your homework on this one: > > Mount options for fat > > uid=value and gid=value > Set the owner and group of all files. (Default: the uid > and gid of the current process.) Huh, these options are provided for a FAT FS. The reason is clear MS-DOS never was a proper multi-user OS. Use a normal FS! (I think under Linux we could define FS "normal" if that has no uid/gid options in mount. (:-)) -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de