Oct 15, 2004 #1 7280 MIS Apr 29, 2003 331 IT Hi, I just installed solaris 9 with core group. Now I need to mount a cdrom but I'm not able to do it because there isn't the volmgt. Thanks Tarek
Hi, I just installed solaris 9 with core group. Now I need to mount a cdrom but I'm not able to do it because there isn't the volmgt. Thanks Tarek
Oct 15, 2004 1 #2 bfitzmai Technical User May 15, 2004 853 US You need to look at /dev/dsk to find the device name for the CD. mount -F hsfs -0 -o ro /dev/dsk/<device name> /cdrom Upvote 0 Downvote
You need to look at /dev/dsk to find the device name for the CD. mount -F hsfs -0 -o ro /dev/dsk/<device name> /cdrom
Oct 18, 2004 #3 lsherwood Programmer Jul 12, 2001 8 US The following command might help you find the device name for the cdrom: iostat -En Larry Upvote 0 Downvote