From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] Re: everything is a directory From: erik quanstrom Date: Fri, 17 Aug 2007 09:25:41 -0400 In-Reply-To: <1187302674.082927.177250@m37g2000prh.googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: ab7e8c14-ead2-11e9-9d60-3106f5b1d025 > But what about making directories into files? We should get rid of one > or the other, is my point. Give all filesystem objects children (which > are other filesystem objects) and then as many 'channels' as they > like, for app and OS specific things (ACL channel, owner channel, byte > channel, diff channel...). of course directories are files. the whole file system is a file. filesystems role in life is to turn a linear array of blocks into something with heirarchy. often that linear array of blocks is known as a disk drive. (mbox format is a directory masquerading as a file and so is /adm/keys.) - erik