mounting cdrom on solaris X86 without automount mechanism
2007-12-24 20:12:00
First thanks to all friends for their help,
problem was like this
>I can not mount cdrom on intel based 2.6 Solaris. in directory (or mount
>point) /cdrom, there is some old links and cdrom0 semms to linked some old
>cd used before. I tried mount it with mount -F hsfs -r /dev/dsk/c......
>but it can not allocate device that I am try to use , even I am not sure
>about how to define cdrom device (/dev/dsk/c... ?)
>Automount is not working , so how I can mount that cdrom device and what is
>the device representation ?
and because system is installed with some limitations , automount is not
possible (I could not found volmgt in /etc/init.d).
I solved problem wirh this command
--------------------------------------------------------------
mount -F hsfs -r /dev/dsk/c1d0s2 /mnt
--------------------------------------------------------------
I found that devices ending with s2 that is /dev/dsk/*s2 is cdrom devices.
And entry in command represents cdrom.
Kind regards
Levent YILMAZ
Comments
Got something to say?
You must be logged in to post a comment.

