Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Dec 2004 02:13:59 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Timothy Smith <timothy@open-networks.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: cannot mount cdrom - not a newbie problem
Message-ID:  <20041215001359.GA86541@gothmog.gr>
In-Reply-To: <41BF7AB5.4090603@open-networks.net>
References:  <41BEF5A3.8010603@open-networks.net> <200412140749.30400.james@idea-anvil.net> <41BF7AB5.4090603@open-networks.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2004-12-15 09:43, Timothy Smith <timothy@open-networks.net> 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?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041215001359.GA86541>