Date: Tue, 19 Oct 2004 17:07:56 -0400 From: Craig Rodrigues <rodrigc@crodrigues.org> To: munn <munn@umd.edu> Cc: freebsd-stable@freebsd.org Subject: Re: usb connected lite-on CR writer Message-ID: <20041019210756.GA96934@crodrigues.org> In-Reply-To: <41645628.5060404@umd.edu> References: <41645628.5060404@umd.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041019210756.GA96934>