Subject: ProDOS driver for Linux 2.4.x From: Matt Jensen printed.in.my.sig.below@bresnanlink.net Newsgroups: comp.sys.apple2, comp.sys.apple2.programmer Date: Wed, 06 Jun 2001 20:04:26 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <3B1ED31A.BF3F9764@bresnanlink.net> Reply-To: printed.in.my.sig.below@bresnanlink.net X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.5 i686) X-Accept-Language: en MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: newsabuse@supernews.com Lines: 15 Xref: lobby comp.sys.apple2:113832 comp.sys.apple2.programmer:12251 In case anyone out there is interested, I have written (actually, I *am* *writing*) a ProDOS filesystem driver for the Linux kernel. It allows you to access files on ProDOS Zip disks, image files, etc. from any Linux program, transparently (think of it as Pro.FST for Linux. :-) ) The driver must be compiled from source and should work with any 2.4.x kernel. It could probably be ported to 2.2.x easily as well. The source is available at the following URL if anyone is interested. http://www.obvion.com/matt/prodos/ It is currently VERY limited (read-only, hides resource forks, inefficient, etc.) and the code is strictly pre-alpha. But it's fun to play with nonetheless.