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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cdrom drive

Status
Not open for further replies.

bozey00

Technical User
Nov 7, 2000
12
US
No matter what I do, I cannot get the Solaris 8 cd to eject from my cdrom drive. It will not eject manually, nor by the eject command. I've used the pathname as well, but still no luck. This is probably so SIMPLE!!! Please help.
 
Have u umounted the file system mounted from that CDROM ? if not unmount the filesystem and then try.
rajeshr
 
are you using the automounter to work with the cdrom?

if you are you don't need to worry about unmounting it.

however you do need to make sure that no processes are using the mount point.

ie. in a csh:

cd /cdrom/cdrom0
eject cdrom

will not work because you are using the cdrom.

if you are running a program from the cdrom, then the cdrom will also not eject.

likewise if you are sharing the cdrom, of have it mounted elsewhere then you also can't eject the cdrom.
 


Hopefully u'r vold.conf mat not be able to see all the details of the devices configured.
please also check the file /vad/adm/vold.log for errors
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top