answered
2016-08-12 00:27:47 +0200
I've reformatted the SDCard to ext4 and changed the ownership of the card to nemo:privileged:
devel-su chown -R /media/sdcard/xxx-xxx
...then copied the old Pictures and Videos folder onto the card and made symlinks of the old folders.
rm -R /home/nemo/Pictures
rm -R /home/nemo/Videos
ln -s /media/sdcard/xxx-xxx/Pictures /home/nemo/Pictures
ln -s /media/sdcard/xxx-xxx/Videos /home/nemo/Videos
lastly I stuck in a hidden .nomedia-file in the card root so that there wouldn't appear any duplicates in the Gallery:
touch .nomedia-file
@schturman: Thanks for your help. It's very much appreciated.
please post permissions of the corresponding folders using
bomo ( 2016-08-11 00:42:39 +0200 )editls -lah
drwxr-xr-x 2 nemo nemo 112K Aug 10 23:11 Camera
droid001 ( 2016-08-11 00:44:35 +0200 )edittry to
bomo ( 2016-08-11 00:48:31 +0200 )editchown -R nemo:privileged
, also check the permission in the parent folders of/media/sdcard/5E00-B6EB/media/Pictures/Camera
chown: changing ownership of `Camera': Operation not permitted
droid001 ( 2016-08-11 00:51:17 +0200 )editwith
bomo ( 2016-08-11 00:52:36 +0200 )editdevel-su
... see also my latest edit to the previous comment