Results 1 to 4 of 4

Thread: How do I set owner and access permissions on a mounted partition?

  1. #1
    Join Date
    Apr 2010
    Beans
    98

    How do I set owner and access permissions on a mounted partition?

    Hi! I have an NTFS partition mounted at /home/svz/data. The default owner of this directory and all its subdirectories is root. How can I change the owner and the access permissions for the entire partition or its subdirs?

    I tried to use `sudo chown` and `sudo chmod` but this results in nothing happening.

  2. #2
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: How do I set owner and access permissions on a mounted partition?

    NTFS is defective and cannot handle regular permissions.

    You'll have to mount the partition using the uid and gid options. This problem with NTFS comes up often. Here are some details on setting it up:
    http://ubuntuforums.org/showthread.php?t=1604251

  3. #3
    Join Date
    Jan 2011
    Location
    KS, USA - OK, USA
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: How do I set owner and access permissions on a mounted partition?

    ASFIK All drives and directories are root within Ubuntu
    System Specs: Processor:Intel® Core™ i7-2640M CPU @ 2.80GHz × 4 Graphics:nVidia Quadro 2000m RAM: 8 GB

    Ubuntu User: 34379

  4. #4
    Join Date
    Apr 2010
    Beans
    98

    Re: How do I set owner and access permissions on a mounted partition?

    Quote Originally Posted by Lars Noodén View Post
    NTFS is defective and cannot handle regular permissions.

    You'll have to mount the partition using the uid and gid options. This problem with NTFS comes up often. Here are some details on setting it up:
    http://ubuntuforums.org/showthread.php?t=1604251
    Thanks, that's a really good how to.

Tags for this Thread

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
  •