Hello, after running this command i’m able to access /home/nick/share
on both linux and windows.
/home/nick/shared
is still asking for a password.
1 Like
Assuming that you are connecting anonymously:
restorecon -R ~/share*
chmod -R o+rx ~/share*
Amazing, the other folder works aswell now.
If i decide to add another hard drive to this mini-pc later on. should i just run those 2 commands again for it to work?
Thanks everybody for all the help!