[Bug 29426] UDF support: VOLUME_GetSuperblockSerial invalid for some volume types

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Dec 2 06:14:21 CST 2012


http://bugs.winehq.org/show_bug.cgi?id=29426

Alex <cerebro.alexiel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41104|0                           |1
        is obsolete|                            |

--- Comment #8 from Alex <cerebro.alexiel at gmail.com> 2012-12-02 06:14:21 CST ---
Created attachment 42691
  --> http://bugs.winehq.org/attachment.cgi?id=42691
Use the FSD sector to compute the UDF serial

In the past weeks, I did several tests and found several things :

+ windows does not compute the serial on demand but when the media is inserted. 
+ windows does a light check : it doesn't check TEA01 presence, doesn't read
every file entry but looks for the Autorun file...
+ the sector used  to compute the serial is not the partition starting location
nor dependant of the UDF revision but is the location of the FSD (file set
descriptor) location.

I'm pretty convinced of what I found but I'd like you, mcfang, to test my patch
and report here if it matches windows behavior.

The simplest way to test the serial is to use cmd (and wine cmd), then typing
e: (or the appropriate letter) to change the working directory and executing
the dir command.

Thanks for your help

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list