Re: burning a hfs image

2001-12-11 Thread James Pearson
I've got an HFS image of a cdrom for macintosh. I need to burn it using cdrecord on a pc running linux. I can mount it in loopback: mount -t hfs -o loop /path/file /mnt I tried burning it with: cdrecord -v -dao /path/file and everything went ok. Then I tried to mount the cdrom with: mount

Re: ide-scsi question

2001-12-11 Thread Giuseppe Corbelli
On Mon, Dec 10, 2001 at 05:36:39PM -0500, Mike R. Cannon wrote: ... more /etc/modules.conf options ide-cd ignore=hdc alias scd0 sr_mod pre-install sg modprobe ide-scsi pre-install sr_mod modprobe ide-scsi pre-install ide-scsi modprobe ide-cd ... The last line

Re: ide-scsi question - Sorry

2001-12-11 Thread Len Sorensen
On Tue, Dec 11, 2001 at 12:20:54AM -0500, Mike R. Cannon wrote: 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'

Re: mkisofs writes blank sectors

2001-12-11 Thread James Pearson
This is an email I sent to Jvrg Schilling [EMAIL PROTECTED] some time ago but neither he nor me have found the explanation. I send the email here to know if any of you know the explanation. I've been comparing images produced with mkisofs and nero. I've seen that mkisofs writes 4 blank sectors

Re: mkisofs writes blank sectors

2001-12-11 Thread Joerg Schilling
From: James Pearson [EMAIL PROTECTED] /* Now assign addresses on the disc for the path table. */ path_blocks = (path_table_size + (SECTOR_SIZE - 1)) 11; if (path_blocks 1) path_blocks++; jpath_blocks = (jpath_table_size + (SECTOR_SIZE - 1))

Re: ide-scsi question

2001-12-11 Thread Bill Davidsen
Mike R. Cannon [EMAIL PROTECTED] 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: Before all the config, what error message do you get mounting /dev/sr0 (or ;/dev/scd0 depending on distro)? -- -bill

Re: ide-scsi question

2001-12-11 Thread Peter Pilgrim
Recompile the kernel with modules ide-cd.o , ide-scsi.o, sg.o, sr_mod.o, then once you reboot the machine. Try unloading the `ide-cd.o' and then load it as `ide-scsi.o' IDE/SCSI emulation. I have done this for me Freecom Traveller II PCMCIA for Linux 2.4.15pre8 For more info

Re: burning a hfs image

2001-12-11 Thread NERvOus
I'm sitting at my desk, reconfiguring my network monitor, when the phone rings. Caller-ID tells me it's James Pearson. I pick the receiver up and say: Then I tried to mount the cdrom with: mount -t hfs /dev/burner /mnt and got the following error: How was the HFS image created?