Find the answer to your Linux question:
Results 1 to 8 of 8
Hi, I mustn't umount the cdrom and eject, the message error: umount: only ivman can unmount /dev/hda from /media/cdrom0 Why? I need to join on the group o add the ...
  1. #1
    Just Joined!
    Join Date
    Oct 2009
    Posts
    11

    Umount failed

    Hi,
    I mustn't umount the cdrom and eject, the message error:

    umount: only ivman can unmount /dev/hda from /media/cdrom0


    Why? I need to join on the group o add the permission?

  2. #2
    Just Joined!
    Join Date
    Sep 2008
    Posts
    7
    hi max246

    are you running this command as root?
    if not, the root user should have access.

    you can use the "sudo" command:
    sudo umount /dev/cdrom

    hope that helps,
    Kris

  3. #3
    Just Joined!
    Join Date
    Oct 2009
    Posts
    11
    Quote Originally Posted by kristianlm View Post
    hi max246

    are you running this command as root?
    if not, the root user should have access.

    you can use the "sudo" command:
    sudo umount /dev/cdrom

    hope that helps,
    Kris
    No, when click "umount" on file manger ( gnome ) I can't and return this error.

  4. #4
    Linux Guru
    Join Date
    Oct 2007
    Location
    Tucson AZ
    Posts
    1,935
    No, when click "umount" on file manger ( gnome ) I can't and return this error.
    If you are not logged in the GUI as root it won't work. You could easily open a terminal and do it, use 'su' or 'sudo' to get to root depending on your distribution.

  5. #5
    Just Joined!
    Join Date
    Oct 2009
    Posts
    11
    Quote Originally Posted by yancek View Post
    If you are not logged in the GUI as root it won't work. You could easily open a terminal and do it, use 'su' or 'sudo' to get to root depending on your distribution.
    1 Month ago this work but now no..... I suppose there is the upgrade of gnome or oders but now I MUST TO UMOUNT AND MOUNT THE DISK BY MY USER NOT ROOT!

    How I can set my user allow to mount and umount?

  6. #6
    Linux Guru
    Join Date
    Oct 2007
    Location
    Tucson AZ
    Posts
    1,935
    Here's an explanation you could try:

    Linux Headquarters: Using Your CD-ROM Drive

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Post the contents of /etc/fstab file here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  8. #8
    Just Joined!
    Join Date
    Oct 2009
    Posts
    11
    Quote Originally Posted by devils casper View Post
    Post the contents of /etc/fstab file here.
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point> <type> <options> <dump> <pass>

    proc /proc proc defaults 0 0
    /dev/sda3 / ext3 errors=remount-ro 0 1
    /dev/sda1 /media/sda1 ntfs-3g defaults,locale=en_US.UTF-8 0 0
    /dev/sda5 /media/sda5 ntfs-3g defaults,locale=en_US.UTF-8 0 0
    /dev/sda4 none swap sw 0 0
    /dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0

Posting Permissions

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