Subject: Re: X HELP:where is libz!?
To: Alberto <xperm@geocities.com>
From: Armen Babikyan <synapse@lethargy.mit.edu>
List: port-mac68k
Date: 01/01/1998 11:55:51
> I have a Toshiba SCSI CD rom connected to my mac. To mount the cd I have to
> type:
> 
> cd /dev; ./MAKEDEV cd0
> mkdir /cdrom
> mount -t cd9660 -o ro /dev/cd0c /cdrom
> 
> but in last line netbsd says:
> "cd9660: not found"
> what happends?

I use "mount_cd9660":
  mount_cd9660 /dev/cd0c /cdrom
should mount an ISO-9660 based filesystem. I don't think there's a way to
mount hfs partitions on CDROM's yet. at least, hfsutilities won't
recognize or mount any partitions on /dev/cd0, and regular mount obviously
won't.

good luck,

  - a