Finally I gained some knowledge to help another user here on the forum.
To enable full access to your pi via Samba Shares for editing from a Windows computer:
Enter this in the terminal
sudo nano /etc/samba/smb.conf
Then go to the very bottom of the configuration file that command brings up, and enter these parameters.
[pi]
comment = pi
path = "/home"
writeable = yes
guest ok = yes
create mask = 0644
directory mask = 0755
force user = pi
Reboot the pi and you should be able to now access a folder called pi, giving you full access to everything in the home folder on the pi.
I havent tried it, but for true full access, entering a path of “/” should work…
EDIT: I just tried all the folders since I claimed full access to the home folder, but some folders will not be able to be accessed. I have tried several times to post a link to the information you need, but everytime I include the link, my message is deleted from this thread. Search google for Samba Shares with Windows ACLs, and that will bring the page up with the information you need.
Im going to take a nap because I’ve been working all day. If you need permission to access other folders and figure out how to do it, please tell me here, otherwise I will figure it out when I wake up.