There is this article about FAT that refers to OS/2 2.1 from 2024-09-21.
- https://www.uninformativ.de/blog/postings/2024-09-21/0/POSTING-en.html
"I often run VMs with old operating systems in them, like OS/2 2.1. Exchanging data with these VMs is a bit tedious, because there's usually no networking. I can basically only use floppy images or HDD images. For the longest time, I used a 256 MB disk image that I once created manually under MS-DOS. This usually worked, but being confined to a fixed size is not that great. I thus wanted to write a script that could create disk images with FAT16 filesystems (and NTFS) on the fly, arbitrary sizes. (Ideally also HPFS for OS/2, but I couldn't find an equivalent mkfs.hpfs
.)..."
Source: eComStation Facebook Page