View Single Post
Old 27 August 2017, 12:30   #9
Olaf Barthel
Registered User
 
Join Date: Aug 2010
Location: Germany
Posts: 532
Quote:
Originally Posted by Toni Wilen View Post
http://www.winuae.net/files/b/fastfi..._5_ks13_r2.zip fixes "ghost" volume.

WB 1.3 does not like DOS\1 (or higher) in InfoData id_DiskType field. (ACTION_INFO/ACTION_DISK_INFO patched to return DOS\0 even if DOS\1 or higher)
That's the way you have to do this

Plenty of legacy software assumes that unless the file system signature of a volume is ID_DOS_DISK (= 'DOS\0'), the contents of the volume are not readable. This includes Workbench, of course. The 1.3 FFS deliberately reports the file system type as ID_DOS_DISK if it finds that it's actually ID_FFS_DISK.

The rules changed with Kickstart 2.0, and the updated workbench.library was the first version which acknowledged that all ID_DOS#? signatures are indicative of a file system being on the job rather than not knowing what to make of the disk contents (ID_NOT_REALLY_DOS = 'NDOS') in the first place. This is why, for example, ram-handler always reports ID_DOS_DISK rather than something more easily associated with this peculiar type of file system.
Olaf Barthel is offline  
 
Page generated in 0.16055 seconds with 11 queries