[FAT filesystem] BeOS' FAT16 floppy is detected as FAT12 #709

Closed
opened 2026-01-29 15:27:11 +00:00 by claunia · 0 comments
Owner

Originally created by @claunia on GitHub (Apr 28, 2021).

Prerequisites

  • Are you running the latest version?
  • Can you reproduce the problem in the debug version?

Check and fill as appropriate:

  • I was running Aaru under Linux 5.11.4-arch1-1...
  • ...in 64-bit
  • ...using an Intel / AMD processor

Description

Floppy formatted as FAT16 in BeOS is detected as FAT12.

Exact command line used:

Unit test

Expected behavior:

Detected as FAT16.

Actual behavior:

Detected as FAT12.

Output of command execution with debug output enabled

  String lengths are both 5. Strings differ at index 4.
  Expected: "FAT16"
  But was:  "FAT12"
  ---------------^

Media image:

beos_r4.5_mf2hd.img.lz

Originally created by @claunia on GitHub (Apr 28, 2021). ### Prerequisites * [x] Are you running the latest version? * [x] Can you reproduce the problem in the debug version? ### Check and fill as appropriate: * [x] I was running Aaru under Linux 5.11.4-arch1-1... * [x] ...in 64-bit * [x] ...using an Intel / AMD processor ### Description Floppy formatted as FAT16 in BeOS is detected as FAT12. ### Exact command line used: Unit test ### Expected behavior: Detected as FAT16. ### Actual behavior: Detected as FAT12. ### Output of command execution with debug output enabled ``` String lengths are both 5. Strings differ at index 4. Expected: "FAT16" But was: "FAT12" ---------------^ ``` ### Media image: beos_r4.5_mf2hd.img.lz
claunia added the bugfilesystem labels 2026-01-29 15:27:11 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: aaru-dps/Aaru-aaru-dps#709