Author Topic: Problem with ACL  (Read 1300 times)

remoncadat

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Problem with ACL
« on: October 01, 2019, 09:25:17 pm »
Hello everyone,

I'm trying to solve one problem, I got a HDD in NTFS format, and I want to share some folders inside.
First, I got an error in the web interface, the error said that the mount point must be mounting with ACL option. So, I edit my fstab file in this way:

Quote
/dev/disk/by-uuid/C04AB9714AB964B6 /mnt/C04AB9714AB964B6 ntfs acl,nosuid,nodev,nofail,x-gvfs-show,rw 0 0

In terminal execute
Quote
mount -a
, but the error persist.

If I create directories or files in the terminal I can do it without problem, but I can't share the directory.

Hope yo can help me

Thank you in advance