×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles
    in:

    Mac OS X not ejecting cdrom

    This is really one of the most maddening things that OS X does:

    The disk "Foo" is in use and could not be ejected.
    
    Try quitting applications and try again.
    

    "Hey, you’re the damn computer — try telling me what those applications are! Try telling me what files are in use! Try letting me override!"

    In Linux you would now use the fuser command to find out which process still uses it, and fuser -k would even kill it right away in one step, but OS X doesnt have that so you can use:

    lsof -D /path/to/cdrom
    

    instead, and then kill the process manually.

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.