Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!harvard!husc6!panda!genrad!decvax!bellcore!ulysses!allegra!alice!sgt From: sgt@alice.UucP (Steve Tell) Newsgroups: net.micro.amiga Subject: Re: DOS File system philosophy Message-ID: <5452@alice.uUCp> Date: Tue, 13-May-86 21:18:38 EDT Article-I.D.: alice.5452 Posted: Tue May 13 21:18:38 1986 Date-Received: Fri, 16-May-86 02:36:07 EDT References: <14336318@cory> [and a zillion others] Organization: Bell Labs, Murray Hill Lines: 15 Since device drivers (including the filesystem) on the amiga are tasks, shouldn't it be possible to write such a task that used the trackdisk device and implemented some other kind of file system on a raw disk? Then everyone who wants to try out another kind of filesystem can do it, and provide us with some real information on what's better. It would also open the door for remote file systems, etc. I suppose you might have a bit of trouble keeping the existing filesystem task out of your way. Anyone who knows more about this care to comment, and say if this is easy, hard, or insane?