File set description |
![]() ![]() ![]() |
CD-Maker creates a set of files that can be burned to CD, DVD or BD. The length and number of files in the file set will depend on the format selected by the user. Length For CD’s multiple files of 10MB are used. (ie.65 files for a 650MB CD) For DVD use multiple files of 40MB are used. For BD use multiple files of 100MB are used. Content Each file contain multiple 32KB blocks of data. Each 32KB block contains data in a particular byte / bit pattern
The patterns used are Byte Sequence (0,1,2...255) Binary 1 (10101010) Binary 2 (01010101) Zeros (00000000) Ones (11111111)
So the 1st 32KB of each file will use the “Byte Sequence” pattern. The 2nd 32KB block will use the “Binary 1” pattern, etc.. File Names Files names are automatically generated and are numbered sequentially. BIT-Data-001.dat, BIT-Data-002.dat, BIT-Data-003.dat, etc.. File locations When creating the actual CD/DVD/BD using 3rd party CD/DVD/BD-Burner software, it is necessary that the files reside in the root directory of that CD/DVD/BD. So if your CD was mounted with drive letter ‘D:’ the path to the test files (once burnt) to CD should be.
By strictly following the above patterns, BurnInTest is able to know the layout and exact content for each file on the CD/DVD/BD. This allows BurnInTest to read back each file and test every bit for accuracy. |