Comments for cdrtools
28 Oct 2005 01:32
Re: DVD/DVD+RW?
See the homepage and look for cdrecord-prodvd; that is the version that supports DVD writing.
20 Oct 2005 10:32
DVD/DVD+RW?
Any plans to support DVDRs or DVD+RWs?
09 Jun 2005 10:58
creating a mac bootable cd
I have Yellowdog Linux installed on powermac G3. Im trying to create a bootable/live Linux CD that runs on a mac. Everything i have tried so far has failed.
This is the directory structure on my CD
/boot
/boot/yaboot
/boot/yaboot/ofboot.b
/boot/yaboot/yaboot.conf
/boot/yaboot/msg
/boot/yaboot/hfs.map
/boot/yaboot/yaboot
/boot/yaboot/.yaboot.conf.swp
/boot/kernels
/boot/kernels/264dario
/boot/kernels/264dario/System.map
/boot/kernels/264dario/vmlinux
/boot/kernels/264dario/modules.tar.bz2
/boot/kernels/264dario/config
/boot/stages
/boot/stages/stage1.gz
/boot/stages/stage2.tar.bz2
This is my yaboot.conf file
timeout=0
device=cd:
default=Linux
message=/boot/yaboot/msg
image=/boot/kernels/264dario/vmlinux
label=Linux
initrd=/boot/stages/stage1.gz
read-only
This is my ofboot.b file
<CHRP-BOOT>
<COMPATIBLE>
MacRISC MacRISC2 MacRISC3 MacRISC4
</COMPATIBLE>
<DESCRIPTION>
EzBackup sa boot loader
</DESCRIPTION>
<BOOT-SCRIPT>
" screen" output
load-base release-load-area
boot cd:,\boot\yaboot\yaboot
</BOOT-SCRIPT>
</CHRP-BOOT>
This is my hfs.map file
# ext. xlate creator type comment
.hqx Ascii 'BnHx' 'TEXT' "BinHex file"
.mov Raw 'TVOD' 'MooV' "QuickTime Movie"
.bin Raw 'ddsk' 'DDim' "Floppy or ramdisk image"
.img Raw 'ddsk' 'DDim' "Floppy or ramdisk image"
.b Raw 'UNIX' 'tbxi' "bootstrap"
yaboot Raw 'UNIX' 'boot' "bootstrap"
vmlinux Raw 'UNIX' 'boot' "bootstrap"
.conf Raw 'UNIX' 'conf' "bootstrap"
* Ascii '????' '????' "Text file"
and my mkisofs command
mkisofs -o $ROOTDIR/../<myiso>.iso \
-R -J -V "$VOLID" \
-hide-rr-moved \
-v -d -N \
-chrp-boot \
-hfs --netatalk -probe -part --no-desktop \
-hfs-bless /boot/yaboot \
-map $ROOTDIR/yaboot/hfs.map \
-A "$APPID"
Can anyone give me any ideas?
09 Jun 2005 08:47
Re: MKISOFS Hide Folder
In my original post, the last line said
> but it doesn't hide the folder called
> "image" from the hfs
> filesystem.
I made a mistake, I really need to hide the "image" folder from the ISO and Joliet filesystems. I only want the "image" folder in the HFS filesystem. Sorry about the confusion.
John Milton
09 Jun 2005 08:06
MKISOFS Hide Folder
I am creating a hybrid iso image, and am having alot of trouble getting a folder to appear on HFS and not appear on ISO. I need to hide the folder called "image" which is in a folder called "Temp" both of which are in a folder called "Hybrid" which contains MKISOFS.exe and cygwin1.dll. Here is what I tried:
mkisofs -hfs -r -joliet-long -relaxed-filenames -allow-lowercase -hide *.html -hide-joliet *.html -hide-hfs *.inf -hide-hfs *.EXE -V "Hybrid CD" -hfs-volid "Hybrid CD" -map map.txt -part -no-desktop -o Hybrid.iso -path-list Hybrid.txt -graft-points -hide image -hide-joliet image
This hides everything listed (html on iso, rr and joliet, and inf/exe on hfs) but it doesn't hide the folder called "image" from the hfs filesystem. Please help. Thanks alot.
John Milton
02 Jun 2005 01:55
readcd Input/output error on MacOSX 10.4
Hi,
I have installed cdrtools 2.01 on my iBook under MacOSX 10.4.1 (Darwin 8.1.0), using "IODVDServices" as the device (specified in the '/private/etc/default/cdrecord' file). cdrecord successfully checks the combo-drive, but readcd fails to read an Audio-CD, coming up with an Input/output error:
osx:~ roal$ disktool -u disk2; cdrecord -checkdrive
disk2 device will be unmounted ...
***Notifications Complete for type 1
***Responding yes to unmount - disk2
***Disk Unmounted('disk2')
Cdrecord-Clone 2.01 (powerpc-apple-macosx8.1.0) Copyright (C) 1995-2004 Jörg Schilling
scsidev: 'IODVDServices'
devname: 'IODVDServices'
scsibus: -2 target: -2 lun: -2
Using libscg version 'schily-0.8'.
Device type : Removable CD-ROM
Version : 0
Response Format: 2
Capabilities :
Vendor_info : 'MATSHITA'
Identifikation : 'CD-RW CW-8124 '
Revision : 'DB0D'
Device seems to be: Generic mmc2 DVD-ROM.
Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
Driver flags : MMC-2 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
osx:~ roal$ disktool -u disk2; readcd f=mycd
disk2 device will be unmounted ...
***Notifications Complete for type 1
***Responding yes to unmount - disk2
***Disk Unmounted('disk2')
Read speed: 4233 kB/s (CD 24x, DVD 3x).
Write speed: 4233 kB/s (CD 24x, DVD 3x).
Capacity: 43647 Blocks = 87294 kBytes = 85 MBytes = 89 prMB
Sectorsize: 2048 Bytes
Copy from SCSI (0,0,0) disk to file 'mycd'
end: 43647
readcd: Input/output error. read_g1: scsi sendcmd: no error
CDB: 28 00 00 00 00 00 00 00 10 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: F0 00 05 00 00 00 00 0A 00 00 00 00 64 00 00 00 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x64 Qual 0x00 (illegal mode for this track) Fru 0x0
Sense flags: Blk 0 (valid)
resid: 32768
cmd finished after 2.713s timeout 40s
readcd: Input/output error. Cannot read source disk
readcd: Retrying from sector 0.
readcd: Input/output error. Error on sector 0 not corrected. Total of 1 errors.
Time total: 54.060sec
Read 0.00 kB at 0.0 kB/sec.
Max corected retry count was 0 (limited to 128).
The following 1 sector(s) could not be read correctly:
0
Is this a problem with MacOSX 10.4 or with the MATSHITA CW-8124 drive?
Thanks!
rob.
19 May 2005 01:27
Re: A really useful program
Definetely cdrecord is a very good and stable program. If you or the so called linux distributions (RedHat, Suse and etc) falter in compiling and packaging the software, it's definetly not the fault of cdrecord / cdrtools author - Jorg Schilling. Don't piss him or criticize him without an ounce of sense. Have you ever read the whole documentation of cdrecord before compiling? Nah. It's true linux kernel scsi interface changes now and then. But it's not jorg fault for cdrtools not working with the new unsupported kernel. It's your or distributors fault for building cdrtools with unsupported kernel. If you want a free dvd burning solution go for it; you are free man. It doesn't means you would point finger at Jorg. May be Jorg shouldn't even read or post in forums where people don't know a single thing and think they know everything. Self made bosses.
27 Apr 2005 23:48
Re: A really useful program
Yes, there are alternatives to cdrtools. But that's not the point: one has to give credit where credit is due and Jörg Schilling (freshmeat.net/~schily/) made some nice contributions to OSS/FS with cdrtools being the most important one. Tom (www.very-clever.com/)
26 Apr 2005 13:06
Re: Sorry, I'm new to this...
> Does cdrtools support ExacLink and other
> such technologies that remove the
> possibility of buffer-underrun errors?
Yes, it does. Add "-driveropts=BURNFREE" to your command line to enable the drive's buffer underrun protection.
As an aside, if we (as a community) would stop with all the snide comments (like "RTFM!") and actually give helpful answers, we might actually encourage more people to join and support the community instead of running folks off with such a nasty attitude. (This is aimed squarely at the software's author who posted a reply to the parent post here -- dude, *you* don't have to offer "newbie" support for your application but you surely don't have to throw out snide remarks like that one when someone dares to ask a basic question...)
new
New user..
Can't record new files on a cd.. Anyway, looks like a great site. Interested in editing music files when I have time.