| ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||
THE DIRECTORY Things I build. ON THE WORKBENCH Sisu SSE-9 / Hardware FatFloppy Tour & screenshots IN THE JOURNAL Reverse engineering ELSEWHERE YOU ARE HERE. A personal corner of the web. Best explored one link at a time. |
PROJECT 002 / FATFLOPPY Getting started
From an old disk image to a file you can read. You can explore FatFloppy with just a disk image. A floppy drive and Greaseweazle are only needed for working with physical disks. On this page: Installation | Your first file | Working copies | Making changes | New images InstallationFatFloppy runs on modern Windows, macOS, and Linux computers. Download a package from the version 0.2.0 release, published 13 September 2026. The project is still in alpha; the installation instructions cover platform-specific setup.
Running from sourceYou'll need Python 3.9 or later. In an activated Python virtual environment, run: git clone https://github.com/briskspirit/FatFloppy.git cd FatFloppy python -m pip install -e . fatfloppy The installation brings in PyQt6, the Greaseweazle Python tools, and crcmod. You do not need Greaseweazle hardware to open image files. Developers can install ".[dev]" instead of . to include the test and lint tools. Open an image and extract a file
You can also drag files out to your computer's file manager. Extraction copies their contents without removing them from the disk. A directory full of unfamiliar short names is quite normal. The formats guide explains Commodore file types, RT-11 allocation, and the different rules these filesystems follow. Make a working copy before editingKeep the original image, and experiment on a copy. You can duplicate it in your computer's file manager, or open it in FatFloppy and choose File > Save As... before making changes. Give the copy a new name and keep the same output format to retain the original container. After a successful save, FatFloppy opens the new copy. Add File, Delete, and New Folder act on the open disk. There is no final “save all changes” step that lets you abandon those operations later. The text editor has its own save and discard buttons. Save As... can also convert between compatible image formats. A conversion carries the disk's sectors across, but a plain IMG cannot retain every piece of information in an archival container. Keep the source archive alongside the converted image. Teledisk TD0 archives themselves are read-only. Add, edit, and remove files
Some disks open read-only. The filesystem and the image container both matter: a writable filesystem inside a TD0 archive still cannot be edited in place. See the support table for the exceptions. Create a blank imageClick Create Image. Choose the Disk Size and a named Format, then select a directory, filename, and compatible image type. Set a volume label where the filesystem supports one. FatFloppy creates, formats, and opens the new image, ready for files. A named profile is a good starting point: two disks with the same diameter and capacity can have different sector layouts. The advanced parameters are useful when you already know the geometry of a particular machine. For a closer look at the window and its disk map, continue to the visual tour. Source on GitHub / Questions & bug reports / All projects FatFloppy by Igor Biletski. Software released under the Unlicense. Vintage software and documents shown in the screenshots retain their original credits. |
|||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||