Subject: Re: trouble mounting a scsi-cd
To: Oliver Paulzen <opp@sunday.muffin.org>
From: Erik E. Fair <fair@clock.org>
List: port-sparc
Date: 03/05/1997 02:27:01
CD-ROMs are read-only. Gotta tell the kernel that. I usually use:

mount_cd9660 -o ro /dev/cd0a /mnt

I've never taken the time to figure out how mount passes its options to the
subordinate programs (or, for that matter, from fstab).

	Erik