Results 1 to 9 of 9

Thread: How to unmount a DVD device?

  1. #1
    Join Date
    Jan 2014
    Location
    Statham,GA USA
    Beans
    212
    Distro
    Ubuntu 12.04 Precise Pangolin

    How to unmount a DVD device?

    [visually impaired] How does one unmount a DVD device in Terminal? EDIT: I used umount /media/cdrom0 and was told that it was not mounted (according to mtab). I am trying to install an .iso on a blank disc in the DVD-R drive. Startup Disk Creator will not recognize the blank disk for some reason.It says the dvd is already mounted.
    Last edited by lisati; January 23rd, 2014 at 04:51 AM. Reason: Normalize font size
    A to Z Answers to a lot of your questions....NewDocs.
    Book Download about 13.10.

  2. #2
    Join Date
    Aug 2012
    Beans
    Hidden!

    Re: How to unmount a DVD device?

    Quote Originally Posted by bc.haynes View Post
    [visually impaired] How does one unmount a DVD device in Terminal? EDIT: I used umount /media/cdrom0 and was told that it was not mounted (according to mtab). I am trying to install an .iso on a blank disc in the DVD-R drive. Startup Disk Creator will not recognize the blank disk for some reason.It says the dvd is already mounted.
    Try the command,
    Code:
    eject -T /dev/sr0
    the -T is a toggle switch for the eject command, you can keep using this to open and close the dvd drive tray. /dev/sr0 is the main device to look at for optical drives, most if not all other optical devices in /dev/ are just a link to it.

    Ejecting the drive tray and closing again should reset any mount problems, try that 1st; if not post back any terminal errors here between [CODE] and [/CODE] tags for clarity. The simplest way of doing this is to highlight the terminal output posted into your editor and then click on the button in the message toolbar. You may need to select the advanced editor here, if you need to post back errors.
    Last edited by cariboo; January 23rd, 2014 at 06:21 AM. Reason: Fixed quote

  3. #3
    Join Date
    Jan 2014
    Location
    Statham,GA USA
    Beans
    212
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to unmount a DVD device?

    I tried what you said and it didn't work.
    Code:
    ben@ben-ThinkCentre-M78:~$ eject -T /dev/sr0
    ioctl: Input/output error
    Last edited by lisati; January 23rd, 2014 at 04:54 AM.
    A to Z Answers to a lot of your questions....NewDocs.
    Book Download about 13.10.

  4. #4
    Join Date
    Aug 2012
    Beans
    Hidden!

    Re: How to unmount a DVD device?

    Quote Originally Posted by bc.haynes View Post
    I tried what you said and it didn't work.
    Code:
    ben@ben-ThinkCentre-M78:~$ eject -T /dev/sr0
    ioctl: Input/output error
    Ok, I think the software may have locked the drive. I used to get that problem when using startup disk creator; most of the time I would end up having to use a paperclip and force eject the drive (if the manual eject button on the drive also fails it can become necessary to use the override mechanism) and then reboot to clear the mount problems. I try to avoid manually touching (mounting/unmounting) any device handled by mtab, it can get nightmarish .

    I would suggest, shut down startup disc creator and clear the system mounts with a reboot (not very elegant but effective), if the drive still won't eject on the command line on reboot or with the hardware button (this has happened here) it becomes necessary to use the paperclip and the drive manual override mechanism (if available). Once the drive is free reboot. Check it is working with the eject command. Load a blank disc (iirc, this should always be done first before even opening startup disc creator) then open startup disc creator. Good luck.
    Last edited by cariboo; January 23rd, 2014 at 06:22 AM.

  5. #5
    Join Date
    Jan 2014
    Location
    Statham,GA USA
    Beans
    212
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to unmount a DVD device?

    I am trying to burn a .iso to a blank DVD. I have rebooted the system (as coldcritter64 suggested). I open the DVD drive, insert a blank DVD, and close the drive. I immediately get an error message that I cannot burn the DVD because it is mounted. I close the windows, start Startup Disc Creator, and disc creator does not recognize the DVD drive. Then, I ;
    Code:
    umount -f /dev/sr0
    Then, I open the DVD drive and close it with the blank DVD inside. Again I get the error that the drive is mounted. Startup Disc Creator will not recognize the DVD. I have tried all I can think of to do, even, using a different manufacturer's blank DVD.

    A moderator has gotten after me for posting this in another forum. I did not believe it was double-posting. It was a different scenario than the one coldcritter64 answered. I am sorry. Thank you for doing your job ( without pay?), moderator. I appreciate it.
    Last edited by lisati; January 23rd, 2014 at 04:53 AM.
    A to Z Answers to a lot of your questions....NewDocs.
    Book Download about 13.10.

  6. #6
    Join Date
    Jun 2007
    Location
    Paraparaumu, New Zealand
    Beans
    Hidden!

    Re: How to unmount a DVD device?

    Hi bc.haynes: if you are having trouble reading the screen, you can make what you are reading larger by holding down the Ctrl key and using your mouse wheel to adjust the size of the writing on the display.
    Forum DOs and DON'Ts
    Please use CODE tags
    Including your email address in a post is not recommended
    My Blog

  7. #7
    Join Date
    Jun 2007
    Location
    Paraparaumu, New Zealand
    Beans
    Hidden!

    Re: How to unmount a DVD device?

    Quote Originally Posted by bc.haynes View Post
    A moderator has gotten after me for posting this in another forum. I did not believe it was double-posting. It was a different scenario than the one coldcritter64 answered. I am sorry. Thank you for doing your job ( without pay?), moderator. I appreciate it.
    Please do not post the same question in multiple parts of the forum, it dilutes the community's ability to help.
    Forum DOs and DON'Ts
    Please use CODE tags
    Including your email address in a post is not recommended
    My Blog

  8. #8
    Join Date
    Jan 2014
    Location
    Statham,GA USA
    Beans
    212
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: How to unmount a DVD device?

    Quote Originally Posted by lisati View Post
    Please do not post the same question in multiple parts of the forum, it dilutes the community's ability to help.
    Somehow, I have incurred the wrath of the ubuntu gods. A second person has asked me not to double-post in the forums....even used the same line to chastize me. Ladies, I said I was sorry. I don't (knowingly) plan to double-post. I promise, cross-my-heart-and-hope-to-die-forgiven, I won't double-post any more. Now, please, do something constructive and answer my post. I really want to burn the 13.10 .iso so I can try it. I bet the weather in New Zealand is nice this time of year....it's freezing here.
    A to Z Answers to a lot of your questions....NewDocs.
    Book Download about 13.10.

  9. #9
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How to unmount a DVD device?

    Startup Disc Creator, as well as Brasero can be problematic at times, I'd suggest using K3B for anything to do with burning discs. If you just have to use the command line to unmount a disc, use:

    Code:
    df -h
    To see where the disc is mounted, then use the location the above command that shows you where the disc is mounted along with the umount command.

    As a side note, please use your browsers zoom command to make things large enough for you to read, instead of formatting the font to the largest size allowable by the forum.
    Last edited by cariboo; January 23rd, 2014 at 06:34 AM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •