[3155] in linux-scsi channel archive
Re: SCSI CD-Rom Installation
daemon@ATHENA.MIT.EDU (Leonard N. Zubkoff)
Fri Jan 30 14:28:41 1998
Date: Fri, 30 Jan 1998 11:22:42 -0800
From: "Leonard N. Zubkoff" <lnz@dandelion.com>
To: bkruger@mindspring.com
CC: linux-scsi@vger.rutgers.edu
In-reply-to: <3.0.5.32.19980130131214.007a8110@mindspring.com> (message from
Bob Kruger on Fri, 30 Jan 1998 13:12:14 -0600)
Date: Fri, 30 Jan 1998 13:12:14 -0600
From: Bob Kruger <bkruger@mindspring.com>
Many thanks for getting me on the right track.
Can you remember or give me the file name/sequence that you used to create
these files? This will be my first crack at creating a device, and I must
admit profound ignorance.
Your help is greatly appreciated.
There's supposed to be a MAKEDEV script, but I don't know how many it will
actually create. Here's the manual way:
mknod -m 660 sr6 b 11 6
chown root.disk sr6
Just iterate over however many you need.
Leonard