From owner-freebsd-questions@FreeBSD.ORG Wed Dec 15 00:15:00 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8983C16A4CE for ; Wed, 15 Dec 2004 00:15:00 +0000 (GMT) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AF5B43D48 for ; Wed, 15 Dec 2004 00:14:59 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-b141.otenet.gr [212.205.244.149]) iBF0ErBs017134; Wed, 15 Dec 2004 02:14:56 +0200 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id iBF0EUu8087031; Wed, 15 Dec 2004 02:14:46 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id iBF0E06A086986; Wed, 15 Dec 2004 02:14:00 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 15 Dec 2004 02:13:59 +0200 From: Giorgos Keramidas To: Timothy Smith Message-ID: <20041215001359.GA86541@gothmog.gr> References: <41BEF5A3.8010603@open-networks.net> <200412140749.30400.james@idea-anvil.net> <41BF7AB5.4090603@open-networks.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41BF7AB5.4090603@open-networks.net> cc: freebsd-questions@freebsd.org Subject: Re: cannot mount cdrom - not a newbie problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 00:15:00 -0000 On 2004-12-15 09:43, Timothy Smith wrote: > titan# mount -t cd9660 /dev/cd0a /mount > cd9660: /dev/cd0a: Invalid argument Try without *any* partition name: titan# mount -t cd9660 /dev/cd0 /mount Since /mount is a non-standard name, you _did_ check that /mount exists as a directory right?