nibot ([personal profile] nibot) wrote2003-03-14 02:37 pm

(no subject)

One of my current computer-related projects is to write a Linux filesystem module ('ToyFS') and then try to implement a 'union' filesystem (like in Plan 9). Anyone else interested in this? If I'm successful I'll try to write a 'linux filesystem module how-to'.
ext_3729: All six issues-to-date of GUD Magazine. (Default)

[identity profile] kaolinfire.livejournal.com 2003-03-14 09:29 pm (UTC)(link)
I once had an ocf account. I think it's dead (they tend to expire). I have a csua account but lost the password many, many years ago (I don't know if I ever logged in) but the account still seems to exist. I need to get it reseeded or something.

Toy should stand for something, regardless. ;)

union sounds pretty nifty. huh. are there fs hooks for things like that? or would one have to make it an "add it as a library and recompile" sort of thing?

I'm going to be incommunicado for almost a week, but when I get back... :)

[identity profile] nibot.livejournal.com 2003-03-14 10:20 pm (UTC)(link)
Neither OCF nor CSUA accounts expire. If go to Heller Lounge (OCF) or Soda Hall (CSUA) you can get the password changed.

I'm sure we could find a good backronym for `toy'.

Additional filesystems can be written entirely as modules, so that you compile them, then just type "insmod toyfs", and presto-magico, the filesystem is installed.

The way Plan 9 uses the filesystem namespace is incredibly cool. For instance, rio, the windowing environment (equivalent to X), opens up /dev/console, dev/mouse, etc, and it presents exactly the same interface inside each of its windows. So, you can actually run rio inside of a rio window, ad infinitim. it's very cool.

Vacation?