blob: 421d5afeb13849ac0aa5f6b3b331ba37841a1460 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
.TH JUKE 7
.SH NAME
juke \-
.SM CDROM
juke box
.SH SYNOPSIS
.B 9fs juke
.SH DESCRIPTION
The
.I juke
file system is a stand-alone file server,
.BR jukefs ,
that stores copies of
.SM CDROM\c
s
in a simulation of the true juke box that it replaces.
Each `disc' in the juke box appears as a file in
.B /n/juke
or in a subdirectory of
.BR /n/juke .
Here are descriptions of some of them.
.nr zz \w'\f(CWsupercomputing.93\fP'u/1n+2
.TP \n(zz
.B plan9.1992
The 1992 Plan 9 release.
.TP
.B plan9.1995
The 1995 Plan 9 release.
.TP
.B dss/dss.???
Digitized Sky Survey (102 discs covering the night sky); access with
.IR scat (7).
.TP
.B eg/*
Chess end games.
.PP
To see the contents of a
.SM CDROM\c
, start
.B 9660srv
(see
.IR dossrv (4))
and mount the service with the file name of the
.SM CDROM
as the attach specifier.
.SH BUGS
There should be a way to access the contents of the
.SM CDROM\c
s
without running
.B 9660srv
locally.
|