10-19-2001
40,
0
Join Date: Sep 2001
Last Activity: 16 December 2002, 4:51 PM EST
Posts: 40
Thanks Given: 0
Thanked 0 Times in 0 Posts
Hmmm
I've got some questions for you, and I think I understand your frustration...
I remember somewhere a while back reading that Suns will only boot from a 2048 block reading CDROM, and the norm is a 1024 block read, so your run of the mill scsi cdrom won't boot a Sun, if that is part of your aim ( or reverse the block sizes, one way or the other...).
I understand you want to install RedHat on the Sparc, so why bother with the CD? From my experience with RH on Sparc (not much), I needed to make a boot diskette, and since that was an image, I could do that on a PC or by dd-ing off my other boxes. If your Sparc is without a floppy, let me say the a sparc floppy is also a bit different from your average floppy.
Now, if you wan to keep solaris and mount that CD, you need to know a coupla things, your filesystem type, and your device. Most of the mount versions out there will see that the device is read-only and warn you and then allow the mount but ask you to use "mount -o ro /dev/cdrom" in the future. Make sure you are mounting the correct partition of the CD, this is part of the device special. I have had the odd CD that wanted s4 mounted or something equally strange.
I also notice that you are using the Linux drive letter specifications, Solaris is different, your devices are under /dev/dsk/c0t6d0s0, as a matter of fact, that is prolly your cd right there, have you explored /dev/dsk for the "cooked" devices on the system? you'll want to look....
Okay, now that all of that is out of the way, if you are installing RH, boot from the floppy, and it will find the CD, especially if you don't have a Sun CDROM, and don't think it's Sun just because the case says so, sometimes it ain't so.
If you are keeping Solaris, mount the drive with:
"mount -o ro /dev/dsk/c0t6d0s0 /cdrom", that should work better.
loadc