Hi, Yvan Masson wrote: > I have a CD image of an old Win 95 game. [...] > $ file cdimage.iso > cdimage.iso: data
So the cdimage.iso is not an ISO 9660 filesystem or somehow defaced. (Does the image file perhaps begin by "RIFF....CDXA" ?) What do you get from the following runs ? dd if=cdimage.iso bs=1 count=64 | od -t c strings cdimage.iso | head -10 Have a nice day :) Thomas