LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   Howto mount CDROM manually in SOLARIS10 without the volmgt service running. (https://www.linuxquestions.org/questions/solaris-opensolaris-20/howto-mount-cdrom-manually-in-solaris10-without-the-volmgt-service-running-621049/)

koolks 02-14-2008 06:19 AM

Howto mount CDROM manually in SOLARIS10 without the volmgt service running.
 
Hi,

I am using SOLARIS-10 on HP DL 585 with AMD opteron processor.
I just wanted to know how can we manually mount CDROM on SOLARIS-10 without using the volmgt service.
Thanks in advance.

Thanks,
Koolks

jlliagre 02-14-2008 09:09 AM

Something like:

Code:

mount -F hsfs -o ro /dev/dsk/c1t0d0s2 /cdrom
You may need to adjust c1t1d0 to your machine.

Code:

rmformat -l
will tell you what controller, target and disk to use for your CD-ROM.


All times are GMT -5. The time now is 06:18 AM.