Subject: Re: Installation problem
To: None <port-mac68k@netbsd.org>
From: Ulrich Hausmann <ulrich.hausmann@rhein-neckar.netsurf.de>
List: port-mac68k
Date: 08/30/1998 17:10:11
Hmm. I tried in all ways but I don't get the CDRom mounted. Without that, I
don't know how to install the man package - since I should do that from the
shell. Hmm?

Anyway, here comes what I get, when I do 'disklabel cd0a'

type: SCSI
disk: SCSI - CD-ROM
label: ficticious
flags: removable
bytes/sector: 2048
sectors/track: 100
tracks/cylinder: 1
sectors/cylinder: 100
cylinders: 3074
total sectors: 307384
rpm: 300
interleave: 1
trackscrew: 0
cylinderscrew: 0
headswitch: 0              # milliseconds
track-to-track seek: 0     # milliseconds
drivedata: 0

3 partitions:
#      size     offset   fstype   [fsize  bsize    cpg]
  a:  1229536       0    ISO9660                       # (Cyl. 0-12295*)
  c:  1229536       0    ISO9660                       # (Cyl. 0-12295*)

When I try to do 'mount -t cd 9660 -o rdonly /dev/cd0a /cdrom). The error I
get is: 

mount_cd9660: : No such file or directory

The CD I try to mount is the Gateway3.

Thanks in advance,

Ulrich

----------
>Von: Ken Nakata <kenn@synap.ne.jp>
>An: paul@whooppee.com
>Cc: port-mac68k@netbsd.org
>Betreff: Re: Installation problem
>Datum: Sam, 29. Aug 1998 16:05 Uhr
>

>On Sat, 29 Aug 1998 04:56:01 -0700 (PDT), Paul Goyette wrote:
>> On Sat, 29 Aug 1998, Ken Nakata wrote:
>> > 
>> > mount -t cd9660 /dev/cd0a /cdrom
>> 
>> Hmmm.  I've always had to specify Read-Only, too:
>> 
>>  mount -t cd9660 -o rdonly /dev/cd0a /cdrom
>
>I thought "-t cd9660" made it automatically read-only, but I may be
>wrong.  I myself simply do "mount /cdrom" since I have the following
>entry in my /etc/fstab:
>
>/dev/cd0a       /cdrom  cd9660  ro,noauto       0 0
>
>Well, it has "ro" option :-)
>
>Ken
>