Short: Win95/98 compatible file system Author: jaroslav.pulchart@gmail.com (Jaroslav Pulchart), based on work by Torsten Jager Uploader: jaroslav pulchart gmail com (Jaroslav Pulchart) Type: disk/misc Version: 3.21 Replaces: disk/misc/fat95.v3.20.lha Architecture: m68k-amigaos Kurz: Win95/98-kompatibles Dateisystem fat95 - Win95/98 compatible FAT filesystem handler for AmigaOS. Fork of disk/misc/fat95.lha. CHANGES IN 3.21 (18.04.2026) ============================ This release focuses on stability and compatibility improvements across both CPU tiers (68000/68010 and 68020+) * Improvements - Fixing an unaligned long-word compare in the NTFS boot-sector check that could raise an Address Error on 68000/010. - GPT partition detection (3.19+) now follows the AmigaOS register-preservation rules; a violation could have corrupted caller state after a mount. - Partition state is reset before every mount attempt, so a failed or rejected probe can no longer influence the next one. - GPT FAT allowed partition types GUIDs are now both Microsoft Basic Data (EBD0A0A2-B9E5-4433-87C0-68B6B72699C7) and EFI System Partition (C12A7328-F81F-11D2-BA4B-00A0C93EC93B). * CPU-tier builds - fat95 now ships in two CPU tiers; copy the one matching your CPU to L:fat95: l/68020/fat95 - A1200 stock + 68020+ accelerators (030/040/060) l/68000/fat95 - stock A500 / A600 / A1000 / A2000 / CDTV - 68020+ build is slightly smaller thanks to native 32-bit math. - The $VER: string is tagged [68020] or [68000] so `version l:fat95 full` show which tier is loaded. Purpose ======= "fat95" is a DOS handler to mount and use Win95/98 volumes just as if they were AMIGA volumes. System requirements =================== * every AMIGA, OS 1.3+ (OS 2.0+ for full functionality) * a suitable device file for low level disk access, like the mfm.device for floppies, compactflash.device for CF in PCMCIA Features ======== See fat95.guide for full documentation. * Workbench and applications support * Diskchange autosense * Format type autosense: FAT12, FAT16 and FAT32 * MBR and GPT partition table support * Simple LINUX style partition selection or manual definition * Up to 4 GBytes of partition size for FAT16 * Large harddisk support via TD64 or direct SCSI * Long filenames (up to 104 chars for now) * Inquiry, read, write, and maintenance access * Built-in error check utility * Disk formatting using the OS 2.0+ format command * MS-DOS 8.3 downward compatibility * User definable language and code page * Date range Jan 1st, 1980 through Dec 31st, 2107 * Extended datestamp support: creation date and time, last accessed date (written automatically, readable as file comment text) * Volume serial number as name for unnamed volumes * Automatic directory optimization * Written entirely in assembly language SOURCE CODE =========== Source code available at: https://github.com/pulchart/fat95 Licensed under GNU LGPL v2.1 SUPPORT ======= The improvements to this driver are developed in my free time. If you'd like to support ongoing maintenance and experimentation, you can do so on Ko-fi: https://ko-fi.com/jaroslavpulchart HISTORY ======= see https://github.com/pulchart/fat95/blob/master/README.md for complete history CHECKSUMS ========= fat95_68020 3.21 (18.04.2026) (27172 bytes): MD5: 361430329dfced1915fe009829a8076f SHA256: d997968595db594900375833edce1123e176368746faac19acd94db3d77f2cba fat95_68000 3.21 (18.04.2026) (27276 bytes): MD5: 6538aea147264c8f691230fad9a88ff4 SHA256: 2ca06b3bf9014cc08ae6375380adbac4aacaabcb49b49506c4ddbdb4ca952270 install95 3.19 (25.01.2026) (2780 bytes): MD5: f3041da9df7646a8ef2977463bc3d9e1 SHA256: f4980fc7ae3f5e63ab0d925f642343a6b96f7373ba1e22f58d14bfed161cc10b dd 1.05 (25.01.2026) (4264 bytes): MD5: fd771bec1239329d884b6aa78a742f3d SHA256: e836960eae4ba7ddcc2b293c1f49de4c4d270a01839dd75327c9ffde7f03b82a debug95 3.19 (25.01.2026) (520 bytes): MD5: de2f9b6fb8de8a8935f99ccb6639f4b1 SHA256: 40b45a8ce812168fe77437772944f97202e84b27808f2e55c82593678d1a6559 SetFileSize 1.1 (25.01.2026) (888 bytes): MD5: 9ed3250c0d37a6253ef222fbfa822d48 SHA256: 54b054d094139b7be01220a42b5a05cee18a1cc511387fa201338dcad069b808 boot95 3.19 (25.01.2026) (2512 bytes): MD5: 2feb11a7b50845ea12a4d8fdd16370cc SHA256: f8279bdca5bfd632598f2d734475e11aa992ef27a30f1df161991aa18bc5d81d CONTENTS ======== fat95/fat95.guide - FAT95 filesystem handler documentation fat95/l/68020/fat95 - FAT95 filesystem handler, 68020+ tier (A1200 + accelerators) fat95/l/68000/fat95 - FAT95 filesystem handler, 68000 tier (stock A500/A600/A2000) fat95/l/install95 - Locale installer tool (read/write locale files) fat95/c/dd - Raw block transfer tool fat95/c/debug95 - Debug information tool fat95/c/SetFileSize - File size modification utility fat95/c/boot95 - Boot partition creation tool fat95/DOSDrivers/ - Mount list examples fat95/src/ - Full source code fat95/english/ - English documentation and examples fat95/deutsch/ - German documentation and examples fat95/français/ - French documentation fat95/español/ - Spanish documentation fat95/magyar/ - Hungarian documentation fat95/polska/ - Polish documentation fat95/russian/ - Russian documentation fat95/LICENSE - GNU LGPL v2.1