I am having a problem utilizing a mounted drive on my Raspberry Pi 2B running Diet Pi.
dietpi@DietPi:/media/dietpi/Other$ sudo chmod 666 -R /media/dietpi dietpi@DietPi:/media/dietpi/Other$ touch text.txt touch: cannot touch 'text.txt': Permission denied dietpi@DietPi:/media/dietpi/Other$ The media appears to be mounted correctly as I am able to read what is in the drive.
Other Steps Attempted
sudo chown -R dietpi /media/dietpi This returns numerous of the following error:
chown: changing owndership '/media/dietpi/<file/dir>: Operation not permitted
/etc/mtabor/proc/mounts- is it mountedrw?/proc/mounts, run e.g.grep /media /proc/mounts. The error messagechown: changing ownership <path>: Operation not permittedis typical and expected for filesystems that cannot store Unix-style file permissions for individual files/directories. We need to identify the filesystem type (listed in /proc/mounts): for such filesystems, mount options can usually be used to adjust the permissions filesystem-wide, but those options are specific to each filesystem type/family.