installation SolidSteel, SolidPipe and SolidWeld
Search the Devicefile for the cd rom
If you don't know which is the correct device file for the CD-ROM, the following
will help you:
-
Log in as root
-
Open a terminal window
-
Enter the commands as written below. Check the spelling to make sure that
each line is typed correctly:
(Use "`" and not "´" ; Use "-1" (one) in the first line)
for i in `ls -1 /dev/rdsk`
do
echo /dev/dsk/$i `diskinfo -v /dev/rdsk/$i | grep CD-ROM`
done
If you see type: CD-ROM at the end of a line, the proper device file will
be at the beginning of that line
If there is no proper device file, contact your system administrator