Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 16
Hi, What log would i look in for this error: "You are not privileged to eject this volume." I have been trying to track down where this is coming from ...
  1. #1
    Linux Newbie
    Join Date
    Dec 2009
    Posts
    103

    Drive Eject Problem...

    Hi,

    What log would i look in for this error:

    "You are not privileged to eject this volume."

    I have been trying to track down where this is coming from for about three weeks now... I get it a lot... It is a dialog box with an OK. Running Debian, and Gnome.

    Dave

  2. #2
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    I suspect that your user account is not allowed to unmount the drive.
    Let's say your CD drive is /dev/hdb, do you get an error if you "unmount /dev/hdb"?
    Debian GNU/Linux -- You know you want it.

  3. #3
    Linux Newbie
    Join Date
    Dec 2009
    Posts
    103
    Hi,

    THanks for the info... I do get that error, but I am trying to find out what is causing this problem... I get the dialog box a lot, and it comes from what looks like nowhere! I have looked all over the logs, and can not find anything attempting to umount a drive... I would like to be able to see what is actually trying to umount a drive, and look into why it is trying, or failing...

    Dave

  4. #4
    Linux Engineer GNU-Fan's Avatar
    Join Date
    Mar 2008
    Posts
    935
    I recommend to create a temporary new user account. See if it happens with that user too.
    If not, it's maybe something you autostart when login to Gnome.
    Debian GNU/Linux -- You know you want it.

  5. #5
    Linux Newbie
    Join Date
    Dec 2009
    Posts
    103
    I'll do that right now... Not sure why I did not think of that...

  6. #6
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,956
    Also, if you insert the device before you login, then it is "owned" by root and you will not be able to eject it. Try waiting until you are logged in before inserting the disc/device.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  7. #7
    Linux Newbie
    Join Date
    Dec 2009
    Posts
    103
    The funny part about this is that I am not mounting anything... Whatever is mounting, is happening on boot, but for the life of me I can't find out what it is...

  8. #8
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,955
    post your /etc/fstab
    Bodhi 1.3 & Bodhi 1.4 using E17
    Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17

    "The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"

  9. #9
    Linux Newbie
    Join Date
    Dec 2009
    Posts
    103
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point> <type> <options> <dump> <pass>

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

    sda contains windows, and GRUB
    sdb1 is linux
    sdb5 is swap
    hda is the cd rom which I blieve has some issues with the hardware...

  10. #10
    Linux Newbie
    Join Date
    Dec 2009
    Posts
    103
    Oh yes...

    I have remed out both hda, and sda1, and the problem continues...
    They are back to mounting at boot...

Page 1 of 2 1 2 LastLast

Posting Permissions

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