9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* How to get access scsi CDROM?
@ 1995-09-06 10:12 forsyth
  0 siblings, 0 replies; 2+ messages in thread
From: forsyth @ 1995-09-06 10:12 UTC (permalink / raw)


see cdrom(3) and dossrv(4) for details.

9660srv can serve several CDROM devices.  you select a particular one
using a parameter to the mount command; see bind(1).

check that directory /n/cd exists: it might be called /n/cdrom.
if neither exists, just mkdir /n/cd first.  chmod 555 /n/cd .
there isn't anything special about that name, by the way.
you can mount the cdrom's contents anywhere that isn't silly.

suppose the CDROM is set to SCSI ID 6 (if not, make appropriate
substitutions in the device names below).

then:

bind -a '#R6' /dev	# note the '...' protecting the # in #R
ls -l /dev/cd6	# should show something useful

mount /srv/9660 /n/cd /dev/cd6
# now the contents of /dev/cd6 are visible under /n/cd,
# in the current name space.

you can also name the #R device directly in the mount command, without the bind:

mount /srv/9660 /n/cd '#R6/cd6'

if #R isn't known, try substituting #w6 for #R6
and #w6/sd6disk for #R6/cd6 throughout.

note that if you mount the Plan 9 CDROM this way using the 4 diskette
system, you can try:

	bind -b /n/cd/386/bin /bin
	bind -b /n/cd/rc/bin /bin

and make something nearer the full command set available.
(you might then need to do something similar for /sys and /lib
for commands that need special data files.)







^ permalink raw reply	[flat|nested] 2+ messages in thread

* How to get access scsi CDROM?
@ 1995-09-06 18:50 Kenji
  0 siblings, 0 replies; 2+ messages in thread
From: Kenji @ 1995-09-06 18:50 UTC (permalink / raw)


I'm using 486/ISA with AHA1542B scsi HBA + a scsi disk + CDROM.

Now, I'd like to get my CDROM wakeup to read iso9660 formated cdrom.

When I tried,

term% 9660srv,

got a directory of /srv/9660, but not /dev/????.

Then, I cannot mount this cdrom device.

Kenji







^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1995-09-06 18:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-09-06 10:12 How to get access scsi CDROM? forsyth
1995-09-06 18:50 Kenji

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).