Results 1 to 3 of 3

Thread: problem w/ user privilages

  1. #1
    Join Date
    May 2008
    Beans
    116

    problem w/ user privilages

    I am having trouble with the user privilages. I have found and changed the user privilages on my computer, and yet I am having trouble unmounting the disc in my disk drive. details says it is not in my permissions (administrator) and that it is only the permission of the secondary user. again, I have changed all this in the user and groups app. also, when I attempt to eject while in the secondary account it says disc is being used by some unnamed app. I have gone through all the apps and all have been closed properly. I am confused!

  2. #2
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: problem w/ user privilages

    Hard to tell the problem from your description. I do not know if the failure is in your permissions, a problem with open files, or a problem with mounting (hal).

    To unmount the device / partition use sudo :

    Code:
    sudo umount -l /dev/xxx
    change /dev/xxx to your device (/dev/sda1 or what have you).

    You can not un-mount your root partition unless you are running from a live CD.

    Other then that we need a little more information ...
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

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

    Re: problem w/ user privilages

    It sounds like you're trying things from a windows perspective. In linux in general you don't change user privileges. The user has complete control of everything in their home directory, but can only
    execute programs, not change them. the proper way to do things is to change the file permissions. Check out his link:

    http://www.freeos.com/articles/3127/

    Now as to your problem. If you haven't screwed up things to badly, you should in a terminal be able to enter the following commad and eject your cd.

    Code:
    sudo umount /media/cdrom [enter]
    eject [enter]
    Good luck

    Jim

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
  •