I can't get even those banana jacks with a fiver.
Attached is a saved screenshot (forum doesn't like BMP format) and using HxD contents of sectors 0 & 1, sector 19 has the folder list, sector 35 has file list, after that lots of random data.
David
My HxD is so old it still has Extras mainmenu selection.
It also has no settings for Open Disk.
If there are no read errors and you've not taken any checks off those readings are most likely what have been written.
(all sectors have two checksums)
But that sector 19 is peculiar.
Sector 0 has a correct stamp, last two as 55 AA, being 0xAA55.
3rd byte is 0x90, it's revealing, it's what has always been there, a NOP part of a first jump code that has never been used.
Two first bytes EB FE are short relative jump -2, so back to itself and so no boot code.
Then there is name of the written stuff, 'Y' being obvious, 'HQ' maybe high quality and then version, all completely rational.
Next are file system stuff, first being bytes per sector, 00 02 being 0x200 so 512 bytes.
Earlier test had the same stuff, but it appeared again starting from 0x110, that is not a drive thing.
It's possible that sector size is 256 bytes, but then the reappear should have started from 0x100, and offset 0x0B has still the value of 512 bytes per sector.
No idea how that reappearing happened, floppy drive is just a spinner, it doesn't keep anything, maybe it's a SuperDisk thing.
Sector 35 is normal directory listing with files
.
..
4444001.BMP
4444002.BMP
Peculiar sector 19 then,
"Information System Volume" using 16 bit Unicode is perfectly fine, but how is that actual thing.
It can't be an error if sector has no read errors.
Maybe it's a leftover, or intentional +ulfberht+, my guess is the former.