Subject: Re: Installation problem
To: Paul Goyette <paul@whooppee.com>
From: Bob Nestor <rnestor@metronet.com>
List: port-mac68k
Date: 08/30/1998 20:46:08
Paul Goyette <paul@whooppee.com> wrote:

>Nope - you really don't want to use the mount_cd9660 utility.  When you
>type ``mount -t cd9660 ...'' the mount utility automatically invokes 
>mount_cd9660 after processing the common mount options (like rdonly).

But doing so doesn't really hurt anything as far as I can tell.  On both 
Mac and i386 I do

   mkdir /cdrom
   mount_cd9660 /dev/cd0a /cdrom
       or
   mount_cd9660 /dev/cd0c /cdrom

and everything works just fine.

-bob