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
[EMAIL PROTECTED
On Wed, 6 Oct 2004, munn wrote:
> at scbus0 target 0 lun 0 ()
>
> How do I mount the disk with mount_msdos?
You probably want mount_cd9660, as I've never seen an MSDOS filesystem
stuck on a CD.
> When I look in /dev I see the following scsi devices ( da0 da8)
I'd also suggest cd0 instead