Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: Notesfiles $Revision: 1.7.0.10 $; site infoswx Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!inuxc!pur-ee!uiucdcs!convex!infoswx!bees From: bees@infoswx.UUCP Newsgroups: net.micro.amiga Subject: Re: Orphaned Response Message-ID: <45100031@infoswx> Date: Mon, 10-Mar-86 10:43:00 EST Article-I.D.: infoswx.45100031 Posted: Mon Mar 10 10:43:00 1986 Date-Received: Fri, 14-Mar-86 05:20:50 EST References: <431@ccivax.UUCP> Lines: 22 Nf-ID: #R:ccivax.UUCP:431:infoswx:45100031:000:1052 Nf-From: infoswx.UUCP!bees Mar 10 09:43:00 1986 >Idea: Could O/S hackers please make the file system detachable from the > rest of the O/S? This requires treating file systems like they > existed at the other end of a network, and doing remote procedure > calls like "create a directory entry for file X and give it name Y". > > An immediate benefit of this is that when you plug a FOO-format > diskette (or binary file) into a BAR-machine all your ordinary > utilities keep working but they use a different name for the > diskette drive in order to use a different file-system server. > >More: To do this, you distinguish between a "device-driver" which hides > those details of hardware to horrible for ordinary mortals to > behold and a "file-system" which assigns meanings to the bit > ingested and egested by the device-driver. I believe that this is possible on the Amiga. Each disk inserted into the machine gets it's own "file-system" task. Also, everything in the OS is a linked list, so why couldn't I link in a different "file-system" for say an ms-dos diskette or whatever? Ray Davis