http://docs.sun.com/app/docs/doc/817-5093

1 and 17 and neither tell you how to mount a CDROM. Where would I find this info.? Cheers.

Assuming it is in a filesystem Solaris understands then usually a simple:

mount /dev/dsk/c0t0d0s2 /cdrom

Usually works.

You will of course need to find out what device your CD-ROM is using.

In a PC it'll generally be the first device on the second IDE channel and that often means /dev/dsk/c2t0d0s2

In a Sun box with SCSI the CD/DVD drive is generally target 6 on the first SCSI channel and therefore /dev/dsk/c0t6d0s2.

Alternatively, switch on volume management (it should be on already):

svcadm enable volfs

MC


--
Martin 'MC' Brown, http://MCslp.com

_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to