Hi All,
I've a folder on my user folder that is shared using samba (shared with everyone), and works ok.
I've a secondary 2TB disk formatted with ext4, and a folder on it that I want to share. My problem is that as soon as I share it with Samba (shared with everyone) it un-shares itself automatically. I suspect that it's a problem is caused by the rights on this secondary disk.
I've use chown to take ownership on the disk:
sudo chown -R elhtpc /media/elhtpc/STORE
And I've also try chmod:
sudo chmod -R 777 /media/elhtpc/STORE
Problem persists.
How can I share a folder content on this disk?
Many thanks in advance
I've a folder on my user folder that is shared using samba (shared with everyone), and works ok.
I've a secondary 2TB disk formatted with ext4, and a folder on it that I want to share. My problem is that as soon as I share it with Samba (shared with everyone) it un-shares itself automatically. I suspect that it's a problem is caused by the rights on this secondary disk.
I've use chown to take ownership on the disk:
sudo chown -R elhtpc /media/elhtpc/STORE
And I've also try chmod:
sudo chmod -R 777 /media/elhtpc/STORE
Problem persists.
How can I share a folder content on this disk?
Many thanks in advance
Comment