Hi where,
I'm trying to set up a Samba server for my raspberry.
I tried all the instructions that can be found on Google however I can't manage to set it correctly.
I want to have shared windows drive with no user or password request - open dirve.
I'm following instructions:
my share directory is mounted to USB hard-drive
[Anonymous]
path = /media/MAC
browsable =yes
writable = yes
guest ok = yes
read only = no
force user = nobody
create mask=0777
directory mask=0777
I mount my USD drive by:
sudo mount -t auto /dev/sda1 /media/MAC
When ever the samba is lunch i have access to shared folder, but i don't have edit rights
If I want to copy file or create folder, windows give POP-UP window
"You need permission to preform this action".
I have lunched commands:
chmod -R 0775 /media/MAC
chown -R nobody:nogroup /media/MAC
error message:
root@Raspberry:/media# chown -R nobody:nogroup /media/MAC
chown: changing ownership of '/media/MAC/.Trash-1000/info/untitled folder.trashinfo': Operation not permitted
chown: changing ownership of '/media/MAC/.Trash-1000/info': Operation not permitted
chown: changing ownership of '/media/MAC/.Trash-1000/files/untitled folder': Operation not permitted
chown: changing ownership of '/media/MAC/.Trash-1000/files': Operation not permitted
chown: changing ownership of '/media/MAC/.Trash-1000': Operation not permitted
chown: changing ownership of '/media/MAC/Labas': Operation not permitted
chown: changing ownership of '/media/MAC': Operation not permitted
Please advise what i'm doing wrong.
Thanks in advance
Saulius