Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Access Denied to Zip Disk!

  • 30-03-2005 11:18am
    #1
    Closed Accounts Posts: 394 ✭✭


    Howdy folks, I'm pretty new to this whole Linux thing and after making some good progress I'm stuck with a (seemingly simple) problem...

    I'm running Debian Linux with KDE.

    When trying to use this with an Iomega zip disk I had some problems.

    I put this into fstab when logged in as the super user
    /dev/hdb4 /mnt/zip vfat user,defaults,exec 0 0

    If I go into /mnt/zip everything is there, so no problems so far.

    When I open a Konqueror window in KDE and try to open the disk "graphically" it says "access denied to /mnt/zip"

    Using my rudimentary knowledge of these things I'm guessing that as superuser I have privilidges and as "myself" I don't.

    I took a look at the passwd file and considered changing my gid but thought I'd ask here to see if anyone knew better!

    Any help is appreciated,
    thanks in advance


Comments

  • Registered Users, Registered Users 2 Posts: 4,003 ✭✭✭rsynnott


    Try mounting from the user you want to access it from. Also, try adding "umask=0666" to the fstab.


  • Closed Accounts Posts: 7,230 ✭✭✭scojones


    The problem is that you have mouted the drive as root, but you are launching konqueror as a different user. If you launch konqueror as root you will not have any problems - or as the above poster says, mount it as the user that will be launching konqueror.


Advertisement