From owner-freebsd-questions@freebsd.org Mon Oct 19 15:16:56 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB333A191D7 for ; Mon, 19 Oct 2015 15:16:56 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B02C6D1B for ; Mon, 19 Oct 2015 15:16:56 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: by mailman.ysv.freebsd.org (Postfix) id ACCC0A191D6; Mon, 19 Oct 2015 15:16:56 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC621A191D5 for ; Mon, 19 Oct 2015 15:16:56 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: from cosmo.uchicago.edu (cosmo.uchicago.edu [128.135.70.90]) by mx1.freebsd.org (Postfix) with ESMTP id 8B95FD1A for ; Mon, 19 Oct 2015 15:16:56 +0000 (UTC) (envelope-from galtsev@kicp.uchicago.edu) Received: by cosmo.uchicago.edu (Postfix, from userid 48) id C684BCB8CBB; Mon, 19 Oct 2015 09:58:20 -0500 (CDT) Received: from 128.135.52.6 (SquirrelMail authenticated user valeri) by cosmo.uchicago.edu with HTTP; Mon, 19 Oct 2015 09:58:20 -0500 (CDT) Message-ID: <31927.128.135.52.6.1445266700.squirrel@cosmo.uchicago.edu> In-Reply-To: <20151019133856.GA35131@neutralgood.org> References: <20151019133856.GA35131@neutralgood.org> Date: Mon, 19 Oct 2015 09:58:20 -0500 (CDT) Subject: Re: Burning DVDs From: "Valeri Galtsev" To: kpneal@pobox.com Cc: john.haraden@yahoo.com, questions@freebsd.org Reply-To: galtsev@kicp.uchicago.edu User-Agent: SquirrelMail/1.4.8-5.el5.centos.7 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2015 15:16:57 -0000 On Mon, October 19, 2015 8:38 am, kpneal@pobox.com wrote: > On Fri, Oct 16, 2015 at 09:18:23PM -0700, john.haraden--- via > freebsd-questions wrote: >> (1) I am running FreeBSD 10.2 with >> crdtools-3.00_2 and >> dvd+rw-tools-7.1_1 >> (2) I can mount and read previously burned CDs and DVDs. >> (3) However, I cannot mount a blank cd or a blank dvd. > > The newest FreeBSD I have access to (FreeBSD 9.3) does not appear to > support > packet writing of UDF filesystems. Packet writing support is required to > treat a UDF-formatted DVD as a normal read-write filesystem. > > I do not know about newer FreeBSD. Anyone want to chime in? Anyone want > to update the table at en.wikipedia.org? > > Before using a blank disk, however, you will need to newfs_udf the disk. > Only after doing that will you have any hope of mounting read-write a > "blank" disk. (It isn't truly blank after being formatted.) I know this is really not an answer (about mounting "blank" CD/DVD). I burn DVDs with a single command growisofs which comes with dvd+rw-tools, say I want to burn all in current directory to DVD: growisofs -dvd-compat -Z /dev/cd0 -dvd-video -V DVD . (skip some options if you need just data DVD not DVD to be played on stand alone DVD player). When I need to burn from iso disk image (either CD or DVD) I use cdrecord command which comes with cdrtools package: cdrecord -dao disk-image.iso When I need to create Bluray disk (playable on stand-alone BD player), my path is longer: I first create disk image in a file (of necessary size), format it (make filesystem), mount it, copy there all necessary, unmount, then burn the image. Something like this: touch dvd.img du -sk BDMV # in the above I just found out how much space I will use on DB # and use the result in the following command - get it slightly larger... dd if=/dev/zero of=dvd.img bs=1024 count=10000000 mkudffs --vid AVCHD dvd.img mkdir tmp mount -o loop dvd.img tmp rmdir tmp/lost+found cp -R BDMV CERTIFICATE tmp umount tmp rmdir tmp growisofs -Z /dev/dvd=dvd.img I hope, this helps. Valeri > > -- > Kevin P. Neal http://www.pobox.com/~kpn/ > On the community of supercomputer fans: > "But what we lack in size we make up for in eccentricity." > from Steve Gombosi, comp.sys.super, 31 Jul 2000 11:22:43 -0600 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > ++++++++++++++++++++++++++++++++++++++++ Valeri Galtsev Sr System Administrator Department of Astronomy and Astrophysics Kavli Institute for Cosmological Physics University of Chicago Phone: 773-702-4247 ++++++++++++++++++++++++++++++++++++++++