View Single Post
Posts: 21 | Thanked: 30 times | Joined on Mar 2013
#11
Originally Posted by pichlo View Post
How would that make a difference? Unless the OP has changed the MyDocs format from FAT32 to something like ext3, that is. Err, have you, goodearth?
No, I haven't done anything like that.

Originally Posted by michaaa62 View Post
Did you recheck the permissions
Code:
mount
ls -al /home/user/MyDocs/.maps
First command to check read/write for myDocs partition (and filesystem in question), second to show permissions and content of .maps folder.
mount results:
dev/mmcblk0p1 on /home/yser/Mydocs type vfat (rw,noauto,nodev,noexec,nosuid.noatime,utf8,uid=29 999,shortname=mixed,dmask=000,fmask=0133,rodir)
permission results:
permission for .maps folder is drwxrwxrwx
permission for all the folders under .maps is drwxrwxrwx
permission for the file poi.db under .maps is -rw-r--r--
 

The Following User Says Thank You to goodearth For This Useful Post: