![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Eject CDROM? | leenguyen0101 | AIX | 4 | 03-18-2008 01:48 AM |
| Tape eject using nsrjb | Argus | SUN Solaris | 1 | 10-10-2005 08:31 AM |
| cd rom dont eject | lo-lp-kl | UNIX for Dummies Questions & Answers | 1 | 10-06-2005 05:50 PM |
| eject floppy messages | Serious_Lee | Shell Programming and Scripting | 4 | 09-18-2003 03:01 PM |
| Eject Tape | bbhavis | UNIX for Dummies Questions & Answers | 3 | 06-15-2001 09:12 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
cdrom will not eject
Hi I have placed a CD into the rom and now I can not eject it.
when i type in eject cdrom i get the follwing error root@ssdb0009 # eject cdrom /vol/dev/rdsk/c0t6d0/dp_a0500_solaris_7_and_8_cd: Device busy Therefore i try and eject it with the -f option (eject -f cdrom) I still get the device is busy I stop the volume mgr and try then but stil not working. do i need a reboot ?? |
|
|||||
|
Hi denisca,
Unix never lies. It realy means the device is busy. It can have several causes. Your current working directory resides on the mounted CD. Or maybe your previous ksh still resides in there. fuser -cu /SD_CDROM should tell you more. This shows you the current runnning prcesses on this FS. ps -ef and than look for possible processes running on this FS might clear out some as well. It is very important to first make sure all processes have stopped on this FS before stoppping and restarting mountd. Good luck Regs David |
|
|||||
|
I have seen problems on Soalris often (especially with Oracle CDs for some reason) where vold gets messed up and no matter what you do you cannot eject the CD. There are 2 options I use:
1. Stop and restart vold: #/etc/init.d/volmgt stop #/etc/init.d/volmgt start #eject 2. Reboot. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|