_____ From: houghi [mailto:[EMAIL PROTECTED] To: [email protected], [EMAIL PROTECTED] Sent: Sun, 19 Feb 2006 14:10:56 +0100 Subject: Re: [opensuse] makeSUSEdvd script not working
On Sun, Feb 19, 2006 at 12:39:30PM +0100, Jan Karjalainen wrote: > I get this error on all the discs when I run makeSUSEdvd on the Beta 4 > discs: > SUSE-Linux-10.1-beta4-x86_64-CD1.iso is not a SUSE CD. > > What´s wrong? Perhaps an incorrect download. I downloaded SUSE-Linux-10.1-beta4-x86_64-CD1.iso and it worked. What version are you running (makeSUSEdvd -v) The latest version is 0.22 What the test does and what you can do yourself manually to see what you get is: mount the iso: sudo mount -o loop SUSE-Linux-10.1-beta4-x86_64-CD1.iso /mnt get to see if there is anything saying SUSE in the file content grep SUSE /mnt/content If there is something, then it is a SUSE iso. If not, then it is not. Very easy to fool, I know. The do something or umount it sudo umount /mnt houghi This is weird, I get an error when mounting the iso: mount: could not find any device /dev/loop#
