From owner-freebsd-hardware Thu Jun 24 10:35:29 1999 Delivered-To: freebsd-hardware@freebsd.org Received: from pinhead.parag.codegen.com (207-44-235-154.CodeGen.COM [207.44.235.154]) by hub.freebsd.org (Postfix) with ESMTP id 76D0B151E1; Thu, 24 Jun 1999 10:35:25 -0700 (PDT) (envelope-from parag@pinhead.parag.codegen.com) Received: from pinhead.parag.codegen.com (parag@localhost.parag.codegen.com [127.0.0.1]) by pinhead.parag.codegen.com (8.9.3/8.9.3) with ESMTP id KAA24561; Thu, 24 Jun 1999 10:35:14 -0700 (PDT) (envelope-from parag@pinhead.parag.codegen.com) To: tarkhil@asteroid.svib.ru Cc: hardware@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: CDRecord not seeing CD-R In-Reply-To: Message from Alex Povolotsky of "Thu, 24 Jun 1999 19:01:03 +0400." <199906241501.TAA00805@shuttle.svib.ru> X-Face: =O'Kj74icvU|oS*<7gS/8'\Pbpm}okVj*@UC!IgkmZQAO!W[|iBiMs*|)n*`X ]pW%m>Oz_mK^Gdazsr.Z0/JsFS1uF8gBVIoChGwOy{EK=<6g?aHE`[\S]C]T0Wm X-URL: http://www.codegen.com Date: Thu, 24 Jun 1999 10:35:14 -0700 Message-ID: <24557.930245714@pinhead.parag.codegen.com> From: Parag Patel Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 24 Jun 1999 19:01:03 +0400, Alex Povolotsky wrote: >to your kernel, enable POSIX realtime and NEVER try to run any disk-hog like >tcl/tk while writing! Um - I do it all the time. My mailer of choice is exmh. I've run exmh, netscape, audio/video clips seti@home, all while burning CDs with no difficulties. (Mind you, I do have a dual-CPU SMP system.) The trick is to run "cdrecord" as root so that it will set itself with high "realtime" priorities for its processes, and use a temp disk file for the CD image. cdrecord seems to automatically try to set realtime priorities, at least when built from the port. I found piping mkisofs into cdrecord didn't work well for deep hierarachies - mkisofs sometimes hit a place where it'd spend an inordinate amout of time spinning and cdrecord's buffer would empty, then bye-bye CD-R blank. System activity or lack thereof made no difference - it's something inside mkisofs. -- Parag Patel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message