From owner-freebsd-stable@FreeBSD.ORG Sat Aug 31 13:40:24 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DF229FBF; Sat, 31 Aug 2013 13:40:24 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) by mx1.freebsd.org (Postfix) with ESMTP id 94AEF227F; Sat, 31 Aug 2013 13:40:24 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1VFlRc-000FgY-Ux; Sat, 31 Aug 2013 17:42:28 +0400 Date: Sat, 31 Aug 2013 17:42:28 +0400 From: Slawa Olhovchenkov To: Thomas Laus Subject: Re: Lost CAM Access to DVD Writer Message-ID: <20130831134228.GA59931@zxy.spb.ru> References: <5220F437.24888.CC3B3@lausts.acm.org> <20130831054630.GA95009@nargothrond.kdm.org> <5221E8D9.31243.A1126@lausts.acm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5221E8D9.31243.A1126@lausts.acm.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false Cc: freebsd-stable@freebsd.org, "Kenneth D. Merry" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Aug 2013 13:40:24 -0000 On Sat, Aug 31, 2013 at 09:00:09AM -0400, Thomas Laus wrote: > > You probably need to recompile whatever application you're using to burn > > CDs. > > > The actual program, cdrecord, works when invoked from the command line. The > following script does not: > > EXAMPLES > Dumps the /u file system to DVDs using growisofs. Uses a 16MB cache, > creates a snapshot of the dump, and records the dumpdates file. > > /sbin/dump -0u -L -C16 -B4589840 -P 'growisofs -Z /dev/cd0=/dev/fd/0' /u > > I wonder if the recent change to devfs might be the root cause of my problem. > I have been dumping to DVD for years without any issues until now. Maybe the > re-direction to /dev/fd/0 requires a different syntax. Are you sure mount fdescfs? /dev/fd is fdescfs, not devfs.