From owner-freebsd-questions@FreeBSD.ORG Thu May 8 01:16:19 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 65FF81065673 for ; Thu, 8 May 2008 01:16:19 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [208.70.104.210]) by mx1.freebsd.org (Postfix) with ESMTP id 07C338FC14 for ; Thu, 8 May 2008 01:16:18 +0000 (UTC) (envelope-from iaccounts@ibctech.ca) Received: (qmail 2478 invoked by uid 1002); 8 May 2008 01:16:20 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(208.70.104.100):. Processed in 0.06603 secs); 08 May 2008 01:16:20 -0000 Received: from unknown (HELO ?192.168.30.110?) (steve@ibctech.ca@208.70.104.100) by pearl.ibctech.ca with (DHE-RSA-AES256-SHA encrypted) SMTP; 8 May 2008 01:16:20 -0000 Message-ID: <48225467.4040009@ibctech.ca> Date: Wed, 07 May 2008 21:16:23 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: "David M. Patronis" References: <48225087.1000409@ibctech.ca> <482252C2.2010704@gmail.com> In-Reply-To: <482252C2.2010704@gmail.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Mounting USB CD-ROM manually, after boot 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: Thu, 08 May 2008 01:16:19 -0000 >> mount: /dev/cd0 : Invalid Argument >> >> Can anyone shed some quick light onto the solution that I am likely >> purely overlooking? >> > Try this: > > mount_cd9660 /dev/cd0 /mnt Thank you for the very quick reply. The above command that David stated worked immediately. Thanks everyone, Steve