Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to access cd-drive in core installation

Status
Not open for further replies.

johan123

ISP
Aug 5, 2001
6
0
0
US
Hi All
I just install solaris 7x86 using core option.
After installation i would like to access cd-rom drive but don't know how to. Since in core i don't have volmanger no help is found any where on docs.sun.com that's why i m asking. 2nd how can i limit no. of telnet conncetions. say to restrict one user for 1 telnet session at a time.
Thanks and Regards
Johan
 
Johan,

Try mounting /dev/dsk/c0t6d0s0 on /cdrom:

[tt]mount -r -f hsfs /dev/dsk/c0t6d0s0 /cdrom[/tt]

To limit the number of pseudo TTYs to 1, including the following line in /etc/system:

[tt]set pt_cnt=1[/tt]

You may also need to set the number of SunOS pseudo-ttys to 1 or 0:

[tt]set ntpy=0[/tt] Annihilannic.
 
Hi..
Try mount -F hsfs /dev/sr0 /cdrom

sr0 is the link to the CDROM device.

hope it helps
Kavi
 
I can never remember what that link is called. :)

Oh, and by the way, I typo'd. The parameter [tt]ntpy[/tt] should read [tt]npty[/tt]. Annihilannic.
 
is /dev/sr0 a generic name for any cd-rom in any SUN Solaris installation? Or is it specific to Solaris x86?
 
It's generic for any SUN Solaris installation on a machine that has a CD-ROM drive. Annihilannic.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top