Re: ide-scsi question, need HELP

2001-12-10 Thread Adam J. Richter
Mike, I am pretty sure that your problem is ide-cd.o. If you remove ide-cd.o from your system and instead use ide-scsi.o, sr_mod.o (for CDROM support), and sg.o (for the CD burner interface), that you should be OK. As I understand ide-{cd,floppy,tape}.o, these modules ba

Re: ide-scsi question - Sorry

2001-12-10 Thread Mike R. Cannon
Sorry about the last mail. I have more information on my problem. On the machine where I have ide cdrom writers working, a cdrecord -scanbus provides: scsibus0: 0,0,0 0) 'MATSHITA' 'UJDA330 ' '1.04' Removable CD-ROM 0,1,0 1) * 0,2,0 2) * 0,3,0

Re: ide-scsi question, need HELP

2001-12-10 Thread Mike R. Cannon
"Mike R. Cannon" wrote: > > I am trying to write cdroms with my IDE drive. At this point I can't > even mount a cdrom in it. Below is my configuration: > > more /boot/grub/grub.conf | grep ide > kernel /vmlinuz-2.4.7-10 ro root=/dev/sda3 hdc=ide-scsi > kernel /vmlinuz ro root=

Re: mkisofs writing additional data to iso image (with patch)

2001-12-10 Thread Eduardo Pérez
On 2001-12-10 23:20:47 +0100, Alexander Skwar wrote: > Well, you "complain" that mkisofs writes the command line into this > "version sector". > > I agree and say, that some paranoid people might see this as a problem. > I don't argue against you on *this* point. Although it doesn't bother > me

ide-scsi question

2001-12-10 Thread Mike R. Cannon
I am trying to write cdroms with my IDE drive. At this point I can't even mount a cdrom in it. Below is my configuration: more /boot/grub/grub.conf | grep ide kernel /vmlinuz-2.4.7-10 ro root=/dev/sda3 hdc=ide-scsi kernel /vmlinuz ro root=/dev/sda3 hdc=ide-scsi /sbin/lsmod

SUMMARY----Fwd: making bootable cdrom

2001-12-10 Thread Murat Bayrakci
Thanks KARL , already done. You said so, it was in README.eltorito commands are as: #dd if=/dev/fd0 of=/source_path/boot/boot.img bs=10k count=144 ( /boot dir is newly created under source directory, copy your boot.img underneath ) and; #mkisofs -o outputfile.iso -b /s

Re: mkisofs writing additional data to iso image (with patch)

2001-12-10 Thread Alexander Skwar
So sprach »Eduardo Pérez« am 2001-12-10 um 19:25:10 + : > On 2001-12-09 22:22:06 +0100, Alexander Skwar wrote: > > Sorry, but what privacy leak? I can see that some extremely paranoid > > might see an issue if mkisofs actually writes the command line, but [...] > But what about the version se

Re: mkisofs writing additional data to iso image (with patch)

2001-12-10 Thread Bill Davidsen
Eduardo =?iso-8859-1?Q?P=E9rez?= <[EMAIL PROTECTED]> wrote: > Yes! The standard is wrong about what should be written to the CD ! I think you totally misunderstand what "standard" means. If you don't want to include required information you can write anything you want, but it is no more standa

Re: making bootable cdrom

2001-12-10 Thread Bill Davidsen
Murat Bayrakci <[EMAIL PROTECTED]> wrote: > What is the correct procedure to create a windows and linux bootable cdrom > by mkisofs? Or should I use something else in linux? Lets say I have a > bootable floppy, > What is the procedure to create boot image ( dd?? )? What is/are the > commands

Re: mkisofs writing additional data to iso image (with patch)

2001-12-10 Thread Eduardo Pérez
On 2001-12-09 22:22:06 +0100, Alexander Skwar wrote: > So sprach »Eduardo Pérez« am 2001-12-09 um 19:37:57 + : > > Yes, It may be a feature for you to ease mkisofs development. > > But is a privacy leak to the users of mkisofs. > > Sorry, but what privacy leak? I can see that some extremely

RE: making bootable cdrom

2001-12-10 Thread Karl-Heinz Herrmann
Hi, On 09-Dec-01 Murat Bayrakci wrote: > What is the correct procedure to create a windows and linux bootable cdrom > by mkisofs? neither windows or Linux (or any other OS) will boot your CD -- the PC Bios will do that if it does support booting from CD and if this is switched on in the BIOS.