07-10-2020, 02:50 PM
you mount it with the user as the owner.
echo $UID
will give you the user's ID. for me it was 32011
sudo umount /media/sdcard
sudo mkdir /media/sdcard
sudo mount -U 1A11-CBE8 /media/sdcard -o uid=32011
to get the UUID of the sdcard, check /dev/disk/by-uuid/ and it should be an identifier in the form of ####-####
echo $UID
will give you the user's ID. for me it was 32011
sudo umount /media/sdcard
sudo mkdir /media/sdcard
sudo mount -U 1A11-CBE8 /media/sdcard -o uid=32011
to get the UUID of the sdcard, check /dev/disk/by-uuid/ and it should be an identifier in the form of ####-####