From owner-freebsd-questions@FreeBSD.ORG Sat Dec 20 12:09:52 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 CC8F91065676 for ; Sat, 20 Dec 2008 12:09:52 +0000 (UTC) (envelope-from thedossone@googlemail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.188]) by mx1.freebsd.org (Postfix) with ESMTP id 5F6E68FC17 for ; Sat, 20 Dec 2008 12:09:52 +0000 (UTC) (envelope-from thedossone@googlemail.com) Received: by fk-out-0910.google.com with SMTP id k31so888453fkk.11 for ; Sat, 20 Dec 2008 04:09:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=WjLetyTxQY5R7hGN12GBBp2IGNAjcZ9Q6+Q0Zw7mpjs=; b=FOuVr3NHQBzb9oBpNLEeI6GcDV5kRF9A4J7gboHFIiirh1aXMecCDm/7hh4rXOcXpP TqPlg5pZJvoW3T2emAJyiunk3vU4hJGy9rKB2qtnjMox96qWhnq1kdjFh5+rj6kVzqf/ xP7ETu49UYVi2NZ9zcdXzj1gekHtX3muZlPdA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=xNZpkVmwPxAWCIsGvMw0NWVN8Tmi+isnPtunVjRo64cYZ646vg9FfvHxK3CI8PKPEY 21/FRBK+VOz9swniyV6PRN5LV53oXzXQmqKxY8TYigHZeCXzBtzuhZSdyXrcpOCQDgNQ 9OLQJ3tLwF/nzShGs4BSSXzt8cFKUlDSVfzVU= Received: by 10.103.227.10 with SMTP id e10mr1598323mur.30.1229773549469; Sat, 20 Dec 2008 03:45:49 -0800 (PST) Received: by 10.103.239.15 with HTTP; Sat, 20 Dec 2008 03:45:49 -0800 (PST) Message-ID: <6fec50390812200345g5ae379ek85e2fd7d1f491553@mail.gmail.com> Date: Sat, 20 Dec 2008 11:45:49 +0000 From: "Max Russell" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 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 12:09:52 -0000 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. ta Max