SABDU

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Identification)
m (Identification)
Line 11: Line 11:
  
 
Disk image files start with the null-terminated ASCII string <code>SAB Diskette Utility</code> (hexadecimal {{magic|53 41 42 20 44 69 73 6b 65 74 74 65 20 55 74 69 6c 69 74 79 00}})<ref>[https://file-extension.net/seeker/file_extension_sdu File extension SDU details at File Extension Seeker]</ref>. A version number in the form of a null-terminated ASCII string (like <code>2.10</code>) comes next. It is unclear if this version number means the version of the program that created the file or if it tells apart variants of the file format.
 
Disk image files start with the null-terminated ASCII string <code>SAB Diskette Utility</code> (hexadecimal {{magic|53 41 42 20 44 69 73 6b 65 74 74 65 20 55 74 69 6c 69 74 79 00}})<ref>[https://file-extension.net/seeker/file_extension_sdu File extension SDU details at File Extension Seeker]</ref>. A version number in the form of a null-terminated ASCII string (like <code>2.10</code>) comes next. It is unclear if this version number means the version of the program that created the file or if it tells apart variants of the file format.
According to <ref>[https://github.com/jfdelnero/HxCFloppyEmulator]</ref> you can just skip the first 46 bytes and treat the remainder of the file as a regular disk image.
+
According to <ref>[https://github.com/keirf/flashfloppy/issues/95 Flash Floppy Issue #95 (SDU File Format)]</ref> you can just skip the first 46 bytes and treat the remainder of the file as a regular disk image.
  
 
== Software ==
 
== Software ==

Revision as of 14:14, 2 January 2026

File Format
Name SABDU
Ontology
Extension(s) .sdu
Released 1991

SAB Diskette Utility, also known as SABDU, is a shareware disk utility for Windows 3.x. It was created by Stewart A. Berman.

Contents

Identification

Disk image files start with the null-terminated ASCII string SAB Diskette Utility (hexadecimal 53 41 42 20 44 69 73 6b 65 74 74 65 20 55 74 69 6c 69 74 79 00)[1]. A version number in the form of a null-terminated ASCII string (like 2.10) comes next. It is unclear if this version number means the version of the program that created the file or if it tells apart variants of the file format. According to [2] you can just skip the first 46 bytes and treat the remainder of the file as a regular disk image.

Software

Sample files

References

  1. File extension SDU details at File Extension Seeker
  2. Flash Floppy Issue #95 (SDU File Format)
  3. https://github.com/jfdelnero/HxCFloppyEmulator/tree/main/libhxcfe/sources/loaders/sdu_loader
  4. https://github.com/keirf/flashfloppy/blob/master/src/image/img.c
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox