From owner-freebsd-stable@FreeBSD.ORG Tue Oct 19 21:07:54 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F0FF16A4CE for ; Tue, 19 Oct 2004 21:07:54 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1613543D60 for ; Tue, 19 Oct 2004 21:07:54 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from h00609772adf0.ne.client2.attbi.com ([66.30.114.143]) by comcast.net (sccrmhc11) with ESMTP id <2004101921075201100705mie>; Tue, 19 Oct 2004 21:07:53 +0000 Received: from h00609772adf0.ne.client2.attbi.com (localhost [127.0.0.1]) i9JL80m2096948; Tue, 19 Oct 2004 17:08:05 -0400 (EDT) (envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com) Received: (from rodrigc@localhost)i9JL7xkp096947; Tue, 19 Oct 2004 17:07:59 -0400 (EDT) (envelope-from rodrigc) Date: Tue, 19 Oct 2004 17:07:56 -0400 From: Craig Rodrigues To: munn Message-ID: <20041019210756.GA96934@crodrigues.org> References: <41645628.5060404@umd.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41645628.5060404@umd.edu> User-Agent: Mutt/1.4.1i cc: freebsd-stable@freebsd.org Subject: Re: usb connected lite-on CR writer X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 21:07:54 -0000 On Wed, Oct 06, 2004 at 04:31:36PM -0400, munn wrote: > How do I mount the disk with mount_msdos? You should use mount_cd9660 instead. On FreeBSD 4.x: mount -t cd9660 /dev/cd0c /mnt On FreeBSD 5.x: mount -t cd9660 /dev/cd0 /mnt -- Craig Rodrigues http://crodrigues.org rodrigc@crodrigues.org