Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13
Always when I want to mount my Ipod or any USB Memory I get: Cannot mount volume. Error org.freedesktop.DBus.Error.AccessDenied. How do I sort this out?...
  1. #1
    Just Joined! Neel.M's Avatar
    Join Date
    Jul 2007
    Posts
    19

    Help I cant mount my drives on my Debian.

    Always when I want to mount my Ipod or any USB Memory I get:

    Cannot mount volume.
    Error org.freedesktop.DBus.Error.AccessDenied.

    How do I sort this out?

  2. #2
    Linux Newbie Tutku's Avatar
    Join Date
    Jul 2007
    Location
    Izmir / Turkey
    Posts
    167
    your Dbus and HAL modules are active now?
    can you post here your /etc/fstab content?

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Quote Originally Posted by Neel.M
    Always when I want to mount my Ipod or any USB Memory I get:

    Cannot mount volume.
    Error org.freedesktop.DBus.Error.AccessDenied.

    How do I sort this out?
    Which Desktop Environment are you using? Its a known bug in KDE. Add user option for all relevant devices in /etc/fstab file.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Just Joined! Neel.M's Avatar
    Join Date
    Jul 2007
    Posts
    19
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point> <type> <options> <dump> <pass>
    proc /proc proc defaults 0 0
    /dev/sda5 / ext3 defaults,errors=remount-ro 0 1
    /dev/sda6 /home reiserfs defaults 0 2
    /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0

    I dont think I have permission to edit it. I tried to insert a shell script in my "/usr/local/bin" and it didnt allow me to.

    I use Gnome, I dont like KDE. Gnome is suppose to give me more options.
    Last edited by devils casper; 07-30-2007 at 01:03 PM. Reason: posts merged.

  5. #5
    Just Joined! Neel.M's Avatar
    Join Date
    Jul 2007
    Posts
    19
    I just gave myself more priveledges by going to "Users and groups". The one problem is that I still dont have Permission to mount but the message has changed:

    Error org.freedesktop.Hal.Device.PermissionDeniedByPolic y.

    This accured when I tried to access my "PQSERVISE" and my "26.9GB Volume" drive.

    But my IPod can now be mounted, The one problem is that I cant write data to my filesystem. Please Help me!

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Press Alt+F2 and type gksu natulius.
    Check if it allows you to delete or save contents in IPod.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  7. #7
    Just Joined! Neel.M's Avatar
    Join Date
    Jul 2007
    Posts
    19
    Quote Originally Posted by devils_casper View Post
    Press Alt+F2 and type gksu natulius.
    Check if it allows you to delete or save contents in IPod.
    Ya, thats all fine, I have full permission to my Ipod, but the only problem is that I have no permission to my filesystem now. I found out how to get permission for accessing my Ipod. It was not a error, it was just changing some stuff on my user account. The problem now is that I cant write contents to my filesystem.

    I keep getting this message:

    Error while copying to "/usr/local/bin".
    You do not have permissions to write to this folder.

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Error while copying to "/usr/local/bin".
    You do not have permissions to write to this folder.
    Why are you trying to write anything in that folder. Normal Users doesn't have permission to write outside their Home Folder. You must have root privileges to do that.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Just Joined! Neel.M's Avatar
    Join Date
    Jul 2007
    Posts
    19
    Quote Originally Posted by devils_casper View Post
    Why are you trying to write anything in that folder. Normal Users doesn't have permission to write outside their Home Folder. You must have root privileges to do that.
    Thats what Ive been trying to tell you, mate. I only have one user and that user should have root privileges. I cant be 100% sure. How do I give myself these privileges?

  10. #10
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Root User is disabled in Ubuntu by default and the only user that you have create during installation is a Normal User.
    You can gain root privileges using sudo or gksu as i have suggested earlier. Root User and Normal User, that you have created during installation, uses same password.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

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
  •