Hello i want to add a user to the foxboard. the background is i want to have difrent user for difrent directorys so that they have access to this directorys but not to the others.
i try adduser -h /mnt/0/home/user1 user1 The user is added because i can make a ssh log in with this user. But if i try to create a file as this user in his homedirectory i have no permissions. When i made a chmod -R 777 user1 on this directory as the root user ther is no change. I mount a SD-Card with the following option. mount /dev/mmc0 /mnt/0 -t vfat -o noatime,sync best regards gregor
