From owner-freebsd-questions@FreeBSD.ORG Wed Dec 15 00:57:05 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 E72DA16A4CE for ; Wed, 15 Dec 2004 00:57:05 +0000 (GMT) Received: from titan.open-networks.net (dsl-202-173-148-209.qld.westnet.com.au [202.173.148.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CAE243D39 for ; Wed, 15 Dec 2004 00:57:03 +0000 (GMT) (envelope-from timothy@open-networks.net) Received: from [192.168.1.200] (unknown [192.168.1.1]) by titan.open-networks.net (Postfix) with ESMTP id 9EA3989D; Wed, 15 Dec 2004 10:56:59 +1000 (EST) Message-ID: <41BF8BDB.1080304@open-networks.net> Date: Wed, 15 Dec 2004 10:56:59 +1000 From: Timothy Smith User-Agent: Mozilla Thunderbird 0.8 (X11/20041023) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Giorgos Keramidas , freebsd-questions@freebsd.org References: <41BEF5A3.8010603@open-networks.net> <200412140749.30400.james@idea-anvil.net> <41BF7AB5.4090603@open-networks.net> <20041215001359.GA86541@gothmog.gr> In-Reply-To: <20041215001359.GA86541@gothmog.gr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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:57:06 -0000 what your suggesting is for 5.x mount -t cd9660 /dev/cd0 /mount cd9660: /dev/cd0: No such file or directory and yes /mount does exist and yes i do have permission to use it. note how earlier i posted the problem with /cdrom Giorgos Keramidas wrote: >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? > >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > >