Skip to content
Advertisement

chown and chmod doesn’t work (Raspberry Pi 2 – Jessie)

I would like to make a fileserver at home using Raspberry Pi 2. Currently there are 3 users: root, pi and alma. My connected external drive is mounted automatically to /media/pi/TOURO I would like to share “Share” directory on this drive for “alma” users (with read+write permissions)

The problem is that when I try to change owner of the “Share” dir nothing happens:

JavaScript

If I try to change permissions of the directory the same happens:

JavaScript

Has anyone faced with this issue?

Advertisement

Answer

Problem solved after “permissions” option was added in fstab. Like this line:

JavaScript

After this I can chown my files and directories on external drive.

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement