From owner-freebsd-doc@FreeBSD.ORG Mon Apr 4 13:45:08 2005 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDEF416A4CE; Mon, 4 Apr 2005 13:45:08 +0000 (GMT) Received: from sccmmhc91.asp.att.net (sccmmhc91.asp.att.net [204.127.203.211]) by mx1.FreeBSD.org (Postfix) with ESMTP id 44D6C43D60; Mon, 4 Apr 2005 13:45:08 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from twinmp (12-218-21-193.client.mchsi.com[12.218.21.193]) by sccmmhc91.asp.att.net (sccmmhc91) with ESMTP id <20050404134515m9100pvfsje>; Mon, 4 Apr 2005 13:45:15 +0000 From: Josh Paetzel To: Marc Fonvieille Date: Mon, 4 Apr 2005 08:45:05 -0500 User-Agent: KMail/1.7 References: <200504031600.27612.josh@tcbug.org> <20050404062220.GB39413@abigail.blackend.org> <20050404062900.GC39413@abigail.blackend.org> In-Reply-To: <20050404062900.GC39413@abigail.blackend.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504040845.05669.josh@tcbug.org> cc: doc@freebsd.org cc: "Simon L. Nielsen" Subject: Re: Handbook: 16.7 Creating and Using Optical Media (DVDs) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2005 13:45:08 -0000 On Monday 04 April 2005 01:29, Marc Fonvieille wrote: > On Mon, Apr 04, 2005 at 08:22:20AM +0200, Marc Fonvieille wrote: > > If you need to pass "special" option to mount a data DVD/CD, it > > means the filesystem on the media has some "issues" or is not > > really "compliant". This should be marginal. > > If we need to document it, we just have to update a bit the > > mount_cd9660 manual page to say that issue is media independant > > and -s 0 may be required by some "weird" data CD/DVD/whatever > > that refuse to be mounted. > > I wonder if it's not a multisession issue... but I have no > multisession data DVD under hand to test. > What gives dvd+rw-mediainfo command on these DVDs? > > Marc So perhaps add the following to man mount_cd9660: EXAMPLES The following command can be used to mount a Kodak Photo-CD: mount_cd9660 -o rw -v -s 0 /dev/cd0c /cdrom The follwoing command can be used to mount a data DVD: mount_cd9660 -s 0 /dev/acd0 /cdrom Sorry I'm too lazy to submit a patch to this unless it's decided that it needs to be fixed. :) -- Thanks, Josh Paetzel