I copied, I think about 15 years ago, five data CDs.
Years later I made copies of the copies.
Set 1 is Verbatim Data Life plus Super Azo CD-R with printable surface. 52x
Set 2 is Verbatim Super AZO Crystal. 48x
I did now for each disk:
The files of Set 2 seem more difficult to read. Perhaps they are the older.
I was able to mount all ten CDs.
And then cmp of the corresponding pairs.
In three pairs cmp ends in the EOF of the disk in set 1.
And
Here PLi are filesof set 1, pli of set 2. In this case and only in it the files of set 1 are bigger than the ones of set 2.
What can be said?
Years later I made copies of the copies.
Set 1 is Verbatim Data Life plus Super Azo CD-R with printable surface. 52x
Set 2 is Verbatim Super AZO Crystal. 48x
I did now for each disk:
dd if=/dev/cd0 of=fileN.iso bs=2048
The files of Set 2 seem more difficult to read. Perhaps they are the older.
I was able to mount all ten CDs.
And then cmp of the corresponding pairs.
In three pairs cmp ends in the EOF of the disk in set 1.
Code:
% ll pl1.iso PL1.iso
-rw-r--r-- 1 root wheel 628283392 Jan 13 17:20 pl1.iso
-rw-r--r-- 1 root wheel 628281344 Jan 13 16:31 PL1.iso
% cmp pl1.iso PL1.iso
pl1.iso PL1.iso differ: char 619767844, line 2869571
And
Code:
% ll pl2.iso PL2.iso
-rw-r--r-- 1 root wheel 611594240 Jan 13 17:53 pl2.iso
-rw-r--r-- 1 root wheel 611592192 Jan 13 16:40 PL2.iso
% cmp pl2.iso PL2.iso
pl2.iso PL2.iso differ: char 606191654, line 2681770
Here PLi are filesof set 1, pli of set 2. In this case and only in it the files of set 1 are bigger than the ones of set 2.
What can be said?
