Re: ide-scsi -> write_g1: scsi sendcmd: fatal error

2009-05-28 Thread Dave Platt
Ahum ... lots of files ... "lots", "plethora", "overabundance"... yeah. $ ls /sys/bus/scsi/devices 0:0:0:0 2:0:0:0 21:0:0:0 28:0:0:0 85:0:0:0 $ cat /sys/bus/scsi/devices/28:0:0:0/model BD-RE GGW-H20L $ ls -d /sys/bus/scsi/devices/28:0:0:0/scsi_generic* /sys/bus/scsi/devic

Re: ide-scsi -> write_g1: scsi sendcmd: fatal error

2009-05-28 Thread Dave Platt
If it does not work this way, there is a bug in the kernel code. Something appears wrong, indeed. The /proc tree seems truncated. Possibly the user's kernel was configured without the "legacy /proc/scsi support" feature being enabled? The help data says "In Linux 2.6 this has been superse

Re: Thoughts on writing CD from stdin

2009-01-13 Thread Dave Platt
Bill Davidsen wrote: This is not ISO9660 data. I want the burner program to take my bits and put them on the media, nothing else. The data is in 64k chunks, so all writes are sector complete. I haven't had any issues with reading the data off DVD, or off CD in the case where I write it to some

Re: Thoughts on writing CD from stdin

2009-01-12 Thread Dave Platt
Is there a way to burn data from a program to a CD without knowing in advance how much data will be written? I have solutions for DVD, don't have a good one for CD. I don't obviously see why CD burning requires the size in advance, but cdrecord and similar seem to want it. You need to know t

Re: WRITE@LBA=3e0c30h failed with SK=3h/WRITE ERROR]: Input/output error (DL)

2008-05-19 Thread Dave Platt
The problem is that they have called wodim "cdrecord" and provided (or in some cases not) different functionality. Obviously distributions thought people wouldn't use it if people knew it was another program. I feel the same way as I do when I order coke and get pepsi, it's a scam. I can't s

Re: Help: Burning multisession DVD+R with cdrecord 2.01.01a37

2008-02-15 Thread Dave Platt
Any bystander here who knows how to refresh the i/o cache of /dev/sr0 ? Best without the need to be superuser. :)) A quick look at the generic CD-ROM layer code in 2.6.24 suggests that issuing an ioctl with a code of CDROMRESET may very well do the job. This code path calls invalidate_bdev()

Re: Samsung DVD writer.

2007-04-05 Thread Dave Platt
> > There is no need to discuss this. The important facts to learn from me is: > > I write cdrecord in a way that allows me to support as many features as > possible. > > I write cdrecord in a way that allows me to know as much on the drive in > advance as possible. Jörg, Would you be willing

Re: CD/DVD reliablity [was Re: Verifying backup CD/DVD results]

2006-12-28 Thread Dave Platt
> The more general question is > > Are CD / DVD media suitable for backup, at all? > > On German TV there has been a warning recently that a CD (DVD) might get > unrecoverable errors even with one year. > Are there any brands which gives waranties and how much are they worth? > > What have you

Re: Linux kernel 2.6.x Raw device support

2005-05-24 Thread Dave Platt
Joerg Schilling <[EMAIL PROTECTED]> wrote: > Dave Platt <[EMAIL PROTECTED]> wrote: > > > > I believe that the reason for not implementing raw devices on Linux was > > > the fact > > > that Linux was designed for x86 and the way Linux did implement D

Re: Linux kernel 2.6.x Raw device support

2005-05-23 Thread Dave Platt
> > It was also stated that in the next kernel development of 2.7 that raw > > device > > support could be removed. Now I suppose that might be changed by popular > > demand as well. > > I believe that the reason for not implementing raw devices on Linux was the > fact > that Linux was design

Re: Burn-proof

2002-01-11 Thread Dave Platt
> > > If a recorder has (claims to have) Burn-proof capability, it would be nice > > to run the burner at normal priority and with a small fifo, since the only > > drawback would be slightly slower burning. > > > Slower burning is not the only drawback. If you try to burn a cd at full > capaci

Re: How to write SVCD?

2001-11-26 Thread Dave Platt
> > I have recorded somes movies using VDR with my DVB-s, and now with > mencoder from mplayer, I have made my first divx4 file which is 695Mb. > > What should I do to make a SVCD? > > Should I burn the file (movie.avi) to the CD without making an iso, or > an iso, with option? > > I would lik

Re: Burn Errors with Plextor 12/10/32S

2001-10-15 Thread Dave Platt
"Brian Sullivan" <[EMAIL PROTECTED]> wrote: > I am burning on Red Hat 7.1 with the Plextor 12/10/32S drive (with the > latest firmware updates). I am consistantly getting errors, about one out of > every 7. The errors I get are detailed below. In addition whenever I set the > speed of the burn to

Re: dump on CD (Linux only)

2001-08-16 Thread Dave Platt
> I just want to tell you that the most recent version of > dump/restore (version 0.4b23) plus a tiny patch (see below) > enables you to pipe the output of dump directly into > cdrecord. This includes compression and splitting into > chunks which fit onto a CD. The compression is quite effective,

Re: problem burning 870 MB CD-Rs on Linux 2.2.16

2001-08-13 Thread Dave Platt
> Clearly anything >90 is asking for troble. However, I'm not as clear on > why anything <90 would be a problem in terms of a standard. As you note > there can be all manner of bad firmware misbehaviour, but I would expect > anything in audio mode to read okay if you can write it. It's my underst

Re: what is preemp?

2001-08-09 Thread Dave Platt
Peter Jay Salzman <[EMAIL PROTECTED]> wrote: > hi all, > > i'm getting the following from cdrecord: > > ... > Track 07: audio 39 MB (03:56.66) no preemp > Track 08: audio 54 MB (05:22.84) no preemp > Track 09: audio 36 MB (03:35.49) no preemp > Track 10: audio 27 MB (02:41.33) no preemp > Tr

Re: Key2Audio

2001-07-23 Thread Dave Platt
> And may the source be always with you ... > > Here is the new part of the man page: Thanks! Makes good sense. I ran into a very interesting result while trying this feature out, using my IDE/ATAPI drive under SCSI emulation. The first CD I tried reported some C2 errors: radagast:~$ readcd

Re: Key2Audio

2001-07-23 Thread Dave Platt
> RTFM ;-) Ummm... as of cdrtools 1.11a06, the "c2scan" option is not documented in the man page for "readcd", or any of the other man pages, or in any of the AN* announcement files. The only place it's mentioned, as far as I can tell, is in the "readcd --help" output. Hence, "RTFM" is an answe

Re: Key2Audio

2001-07-23 Thread Dave Platt
> If they have C2 errors on the disk, use Plextor drives, they > have interpolation for uncorrectable audio even when doing DAE. > Return the disk after making a copy because the disk if junk. > (no brand-new CD may have any C2 error at all). Is there any way to query a Plextor CD-ROM or CD-RW dr

Re: Key2Audio

2001-07-21 Thread Dave Platt
> According to Johan Vromans: > > [...] They claim it makes CDs uncopyable, and that they > > even cannot be played on computer CD-ROM drives. > > Can they be played on my regular CD player, e.g. my Philips CD 880 from > 1986? If so, fine, otherwise, the product is flawed and I return it. > > D

cdrecord 1.11a04 DAO mode results

2001-06-26 Thread Dave Platt
A test on my Plextor 1210 worked fine - the -dao mode worked without requiring the use of any of the raw modes. A test on my Ricoh MP6201S failed: Cdrecord 1.11a04 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling TOC Type: 0 = CD-DA scsidev: '2,0' scsibus: 0 target: 2 lun: 0 Linux sg d

Re[2]: Bill Davidsen's incorrect mail setup.....

2001-04-04 Thread Dave Platt
> > >What is that? > > http://www.orgs.org Not quite the right URL, I think. The RBL (Realtime Blackhole List) is one of several lists run by MAPS (www.mail-abuse.org). MAPS also runs the RSS (a list of "open relay" systems known to have been abused by spammers) and the DUL (list of dialup IP

Re: Large capacity CDs

2001-04-03 Thread Dave Platt
> I have some large data sets to store. It would be nice to write tham in > audio mode with larger sectors than the standard ISO9660 format. Since > these will be written and read with an application, the format can be > anything I desire, as long as it's physically portable. I would love to > pu

Business-card CD-R blanks for Plextor?

2001-03-12 Thread Dave Platt
Has anyone found a brand of the little "business card" CD-R blanks which works with a Plextor 12/10/32 burner? I've tried two brands (cdrecord reads out "King Pro Mediatek Inc." for one and "Lead Data" for the other). My Plextor burner won't accept either one - cdrecord reports an I/O error (see

Re: Problems doing audio DAO with a Ricoh 6200s

2001-03-08 Thread Dave Platt
[EMAIL PROTECTED] wrote: > >From: Bas van den Heuvel <[EMAIL PROTECTED]> > > >I'm having problems making an audio cd in DAO mode with cdrecord. > >It's working fine with cdrdao or cdrwin (under wine). > > Your drive does not support DAO (SAO) write mode. The Ricoh MP620x drives definitely do su

Re: PleXwriter 32/10/12s

2001-01-23 Thread Dave Platt
> > Quick question. Is plexwriter 12/10/32s (plextor part number > PX-W1210TSE/SW) supported by cdrecord? This is a new ultrascsi cd > burner, I need to buy an external model. The part number is not listed > as supported on the cdrecord web site. I need to make sure that I can > use it on Linux o

Re: how to merge two ripped CDs?

2001-01-22 Thread Dave Platt
> > Sorry but this looks unnecessarily complex and slow. > > > cdda2wav -v255 -t1-5 > cdrecord -dao -useinfo *.wav > rm *.wav > cdda2wav -v255 -t6-10 > cdrecord -dao -useinfo *.wav > > > should do the trick... I don't think I get it. The set of commands you've shown, look as if they're desi

Re: how to merge two ripped CDs?

2001-01-22 Thread Dave Platt
[EMAIL PROTECTED] wrote: > >From: Fernan Aguero <[EMAIL PROTECTED]> > > >I have ripped two audio CDs, using cdrdao and now I have two > >tocfiles and two 'data.bin' files in my hard disk. > >Now I want to burn just one CD, because the combined length of > >both discs is < 74 min. Is this possibl

Re: readcd | cdrecord

2000-12-11 Thread Dave Platt
> Does anybody know how to pipe the O/P of readcd into cdrecord? - ie. > for a machine with insufficient diskspace to dump the CD's image or for a > faster copy. I tried > > readcd dev=x,y f=- | cdrecord [options] - > > but when I checked what was actually written to the CD it had been cor

Re: using cdrdao to burn a bunch of wav files (toc file ??)

2000-11-14 Thread Dave Platt
> Is there a simple way to create a .toc file for cdrdao from a bunch of > wav files? I just want to recreate the action of > cdrecord -dao -audio [other options] *.wav > but using cdrdao. Here's a snippet of perl code which will do the trick, for the simple case (the data in each .WAV file is

Re: Cdrtoold-1.10a05 ready

2000-11-06 Thread Dave Platt
> Mkisofs: > - New option -no-pad > > - Now default to create padding on the ISO output image Thank you indeed, Jörg! This will save a lot of people, a gread deal of bother and annoyance. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Con

Re: Error burning large QT file with cdrecord 1.9 + linux 2.4.0-test9

2000-11-03 Thread Dave Platt
> >I had problems like this some years ago on the 3DO videogame system, > >working with CD-ROM drives made by MKE (Matsushita / Panasonic). > >In this particular case, I *KNOW* for certain that the CD-ROM driver > >and the operating / file system were *NOT* reading ahead (since I wrote > >all

Re: Error burning large QT file with cdrecord 1.9 + linux 2.4.0-test9

2000-11-02 Thread Dave Platt
> ??? Since he used mkisofs to create the image, and he says the image > checks, presumably by mounting with a loopback mount and doing an md5sum > on the files. When he does a burn he is reading from disk and writing to > CD, and I don't quite see how read-ahead causes a problem, unless you > us

Re: Creating a DAO CD from multiple WAV files..

2000-10-24 Thread Dave Platt
> The total output written to a CD must be a multiple of 2352, because > you must write some number of physical sectors. In DAO mode I am less > clear why padding would be needed, assuming that all the wav files are > concatenated into a single "track" generated on-the-fly. I don't know if > cdr

Re: External writer

2000-10-17 Thread Dave Platt
> Thanks Dave for your reply. Now, are you talking about the PC being turned > on or the device? Normally I would turn off the device, then plug/unplug > it. I always thought that the need for turning off everything, plug devices > and then boot again was due to the need of having the SCSI device

Re: External writer

2000-10-17 Thread Dave Platt
> I have an external Yamaha CDR400t writer. The problem I have is that if I > take the writer to another machine and my linux box boots without the > writer, I cannot use the writer again without rebooting the linux box. > This does not happen on the Mac, where the writer can be used even if it >

Re: The easy way to delete and copy files

2000-08-11 Thread Dave Platt
> Yeah, I know what DirectCD is. What I meant was I didn't know if > the UDF driver in 2.4.0testX was read only, or if it worked like > direct CD where you can use it like an ordinary disk. Sorry for > the confusion.. The older version of UDF (part of the 2.2 kernel tree) is read-only. The new

Re: Can't access CDROM while blanking a CDRW.

2000-08-10 Thread Dave Platt
} Related topic: has anyone ever tried running an ATAPI drive with the } Linux ide-scsi driver? I run my Teac 20-speed-max ATAPI CD-ROM drive using the ide-scsi driver. This allows it to be used with cdparanoia (which, if I recall correctly, works only with SCSI-interface devices and doesn't un

Re: 99 minute CD-R

2000-06-23 Thread Dave Platt
> How many of you woule be interested in 99 minute CD-R blank media? My understanding of the technology leads me to believe that a 99-minute blank would fall quite some ways outside the specification limits for Red Book CDs. Even today's 80-minute blanks are hovering right up near the edge of th

Re: Problems with recent kernels

2000-06-23 Thread Dave Platt
} > And are you using ide-scsi emulation? } } Absolutely. On both my home and office systems, although the office } system gets all the various stuff going including setiathome at nice } -19, while the burner at home is a file server and backup server, two } tapes, two CD burners, a 4x SCSI and