From owner-freebsd-questions@FreeBSD.ORG Sat Dec 20 15:22:36 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 785F71065675 for ; Sat, 20 Dec 2008 15:22:36 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id 3F6028FC12 for ; Sat, 20 Dec 2008 15:22:36 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from baby-jane.lamaiziere.net (246.10.87-79.rev.gaoland.net [79.87.10.246]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 6F344633655; Sat, 20 Dec 2008 16:22:34 +0100 (CET) Received: from baby-jane (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 4279C682168; Sat, 20 Dec 2008 16:22:33 +0100 (CET) Date: Sat, 20 Dec 2008 16:22:32 +0100 From: Patrick =?ISO-8859-15?Q?Lamaizi=E8re?= To: freebsd-questions@freebsd.org, "Max Russell" Message-ID: <20081220162232.528135be@baby-jane> In-Reply-To: <6fec50390812200345g5ae379ek85e2fd7d1f491553@mail.gmail.com> References: <6fec50390812200345g5ae379ek85e2fd7d1f491553@mail.gmail.com> Organization: /dave/nulle X-Mailer: Claws Mail 3.3.1 (GTK+ 2.12.9; i386-apple-darwin9.3.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit Cc: Subject: Re: mount DVD - invalid argument X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Dec 2008 15:22:36 -0000 Le Sat, 20 Dec 2008 11:45:49 +0000, "Max Russell" a écrit : > I have two DVD drives on my machine. > > max@~: grep acd /var/run/dmesg.boot > acd0: DVDR at ata1-master UDMA66 > acd1: DMA limited to UDMA33, device found non-ATA66 cable > acd1: DVDROM at ata1-slave UDMA33 > > the optical section of my fstab is like this: > > /dev/acd0 /cdrom cd9660 ro,noauto 0 0 > /dev/acd1 /cdrom cd9660 ro,noauto 0 0 > > however, when I try and mount a DVD, I get the following: > > max@~: sudo mount_cd9660 -s 0 /dev/acd0 /cdrom > mount_cd9660: /dev/acd0: Invalid argument > > I have been able to mount CDs. > > If I'm missing something really obvious, any help would be > appreciated. Some DVDs are in UDF format. Use mount_udf(8).