Short: MS FAT12/FAT16/FAT32 Filesystem handler Author: Denis SPACH Uploader: mark_k iname com Type: disk/misc Architecture: m68k-amigaos MSD95 V1.6 a FREEWARE MS FAT12/FAT16/FAT32 Filesystem Handler Copyright © 1998-2000 by Denis SPACH All rights reserved Introduction ------------ MSD95 is a filesystem handler for Amiga. It is an application which is able to read PC style partitions table from a Hard Disk and to mount one of them as a real disk on the Amiga. Support for PC floppies disks has also been added starting from version 1.4. This is the same kind of thing that CrossDOS performs. Copyrights ---------- This software is © Copyright 1998-2000 by Denis SPACH. All Rights Reserved. The author, Denis SPACH, may be reached at the following adresses: PLEASE NOTICE NEW EMAIL AND WEB SITE ADDRESSES: e-mail dspach@free.fr web site http://dspach.free.fr Copy & (Re)distribution ----------------------- Copying and redistributing this software is allowed according to the following conditions: * all files must be included with the redistribution * redistribution cost may not exceed floppy disk cost + postage * downloading cost from a BBS may not exceed a floppy disk cost + postage * charging for documentation translation is forbiden * inclusion on a cover magazine disk is forbiden w/o my permission If the conditions above do not meet yours, you MUST contact the author, and ask him a written permission. Of course, Fred FISH and/or Aminet makers are specially welcome to redistribute this software, via net or CD's. MORE CLEARLY Nobody else than ME is allowed to make money of it, either directly or indirectly. Features -------- * FAT12, FAT16 and FAT32 support * long names support * dynamic caching with separate directory/data caches * run as a process for easier debugging and mount/dismount * read only filesystem (for your data safety !) * should read disks up to 4G (more with direct SCSI option) * hard _AND_ floppy disks support Unlike most handlers, MSD95 can be started and stopped at will (of course, according that no outstanding locks are still refering the filesystem). PLEASE NOTE: I DO NOT INTEND TO ADD WRITE SUPPORT TO THIS FILE SYSTEM History ------- MSD95 V1.6 real long names may be used up to 106 chars data and directories cache sizes may be specified MSD95 V1.5 partition types 0x0e are now supported (same as FAT32 0x0b) FAT is now read by blocks of 32k instead of 1k as in V1.4 MSD95 V1.4 this version add support for FAT12 and floppy disks and is supposed to fix all known bugs, most notably: * read failure when reading the FAT on some disk devices * mount problems for disk w/o volume names or volume name not at start of root directory * more speed when reading file contents MSD95 V1.3 more informations about the disk with -i option MSD95 V1.2 partition types 0x0c are now supported (same as FAT32 0x0b) MSD95 V1.1 First publicly available release MSD95 V1.0 First release