I wanted to change permissions on my external drives that are automounted however I have tried by sudo nautilus and then going to gui and permissions and changing it however it does not let me.
I ran the ls -l and get
drwx------ 1 xbmc xbmc
the gui shows below.
owner xbmc
folder access create and delete files
file access ---
Group xbmc
folder access none
file access ---
others
folder access none
file access ---
how can I change it so that everyone has permission to access the drive and ALL folders/files inside of it. I am trying to get plexmedia server running and I cant see my drives via the webpage manage to add it to my source to be able to stream my content.
I want to change the "others" access so that I can access all my drives on the /media path to get read and write for all my folders from anywhere.
you can see my drives that are mounted here (external drives are #18,19,20) http://paste2.org/p/1754386
/etc/fstab
to do this properly). – gertvdijk Jul 15 '13 at 08:43chmod 1777 [MOUNTPOINT]
instead ot that chown, so it works for all users. The 1 is supposed to prevent other users from deleting your files. – basic6 Oct 27 '17 at 09:31