Re: Implementing Meta File information in Linux

Marc Lehmann (pcg@goof.com)
Thu, 17 Sep 1998 12:32:16 +0200


On Tue, Sep 15, 1998 at 12:36:22PM +0200, Olaf Titz wrote:
> > Eliminate the distinction between directories and files.
> > Every inode has a data "fork" and a "directory" fork.
> > You can thereby annotate a directory by writing to the

I don't know why all people here ignore the real problem:

Unix is a MULTIUSER os, and a MULTILINGUAL one, too! All solutions given
so far simply do not work for even the simplest examples (icons). Icons and
a vast amount of resource data (like editor cursor position) are
user-specific, and should therefore stored as that (per user), and not per
file.

Any scheme for resource forks has to solve the per-user problem (no, keying
resources by uid doesn't work, as users might change uid, might have
different uids per machine, and also you would need to have write access to
the resource fork somehow).

(this has, I think, already been mentioned on this list but was constantly
ignored)

-----==- |
----==-- _ |
---==---(_)__ __ ____ __ Marc Lehmann +--
--==---/ / _ \/ // /\ \/ / pcg@goof.com |e|
-=====/_/_//_/\_,_/ /_/\_\ --+
The choice of a GNU generation |
|

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/