Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Thread: Adding permisisons to new disk

  1. #1
    Join Date
    Mar 2005
    Beans
    119

    Adding permisisons to new disk

    I am using Ubuntu Desktop 9.4.

    After reading various posts, I have managed to auto mount my 2nd disk.

    I can however not create any folders or save to it; only browse.

    I have tried the following but it doesn't seem to do anything

    sudo chgrp users /media/disk-1
    sudo chmod g+w /media/disk-1
    sudo chmod +t /media/disk-1

    Basically I want any user to be able to access and write or delete from the disk

    Any ideas

  2. #2
    Join Date
    Apr 2007
    Location
    Eldorado, NM
    Beans
    5,060
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Adding permisisons to new disk

    Code:
    gksu nautilus
    Navigate to the mountpoint, rightclick, properties, permissions.
    -merlin

  3. #3
    Join Date
    May 2009
    Location
    Canada
    Beans
    1,204
    Distro
    Ubuntu

    Re: Adding permisisons to new disk

    Quote Originally Posted by merlinus View Post
    Code:
    gksu nautilus
    Navigate to the mountpoint, rightclick, properties, permissions.
    +1 that should work

  4. #4
    Join Date
    Mar 2005
    Beans
    119

    Re: Adding permisisons to new disk

    Still no joy, when I try change the group from root to users I get told that I don't have permission.. even when logged on as root.

    I've tried making changes to the other options but doesn't appear to work. Are you able to give me more details?

    Cheers

  5. #5
    Join Date
    Nov 2008
    Location
    Fortson, GA
    Beans
    1,008
    Distro
    Ubuntu Development Release

    Re: Adding permisisons to new disk

    Try this:

    Code:
    sudo chown /mount_point your_user_name:your_group -rwxrwxrwx
    This should allow read, write and executable permissions for owner, group and all others.
    -o)
    /\\
    _\_V
    Message void if penguin is violated...Don't mess with the penguin.

  6. #6
    Join Date
    Apr 2007
    Location
    Eldorado, NM
    Beans
    5,060
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Adding permisisons to new disk

    What is the filesystem?

    If spcwingo's suggestion does not work, you might try unmounting the partition, and then changing permissions with

    Code:
    gksu nautilus
    Last edited by merlinus; July 21st, 2009 at 06:22 AM.
    -merlin

  7. #7
    Join Date
    Mar 2005
    Beans
    119

    Re: Adding permisisons to new disk

    Quote Originally Posted by spcwingo View Post
    Try this:

    Code:
    sudo chown /mount_point your_user_name:your_group -rwxrwxrwx
    This should allow read, write and executable permissions for owner, group and all others.
    But this will do it for a certain user, I want it to apply to all users in the "Users" group.

  8. #8
    Join Date
    Nov 2008
    Location
    Fortson, GA
    Beans
    1,008
    Distro
    Ubuntu Development Release

    Re: Adding permisisons to new disk

    Quote Originally Posted by abasel View Post
    But this will do it for a certain user, I want it to apply to all users in the "Users" group.
    Did you see the second part of my post?

    This should allow read, write and executable permissions for owner, group and all others.
    -o)
    /\\
    _\_V
    Message void if penguin is violated...Don't mess with the penguin.

  9. #9
    Join Date
    Mar 2005
    Beans
    119

    Re: Adding permisisons to new disk

    When I do

    chown /media/disk-1 sysadmin:users -rwxrwxrwx

    I get

    chown: invalid option --'r'

    I am using ubuntu 9.04

  10. #10
    Join Date
    Mar 2005
    Beans
    119

    Talking Re: Adding permisisons to new disk

    Finally got it using nautilus.

    What I was doing wrong was trying to set permissions on the mounted disk, instead of unmounting it and then going to the actual mount point.

    I would like to know what I was doing wrong with the chown command though.

    Cheers and thanks for your patience.

Page 1 of 3 123 LastLast

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
  •