I need an help because I have a little issue with a network share on my raspberry.
On the Raspberry PI I have installed samba to have some network share in my home and transmission to download torrent too.
The problem is this one:
- I have created one share that it is called "torrent" and the permission settings are this one (I suppose that there aren't limit about permission):
- Code: Select all
[torrent]
create mode = 777
writeable = yes
guest only = yes
directory mode = 777
path = /mnt/disco/torrent
public = yes
- transmission is configured to download all in this share
- the file that transmission downloaded have different permission like this:
- Code: Select all
-rwxrwxrwx 1 nobody nogroup 1719751418 Jan 20 18:30 name_file
-rwxrwxrwx 1 debian-transmission dietpi 1556448850 Jan 20 16:37 name_file
-rw-rw---- 1 debian-transmission dietpi 2641551072 Jan 20 19:55 name_of_file
I suppose that the problem is that all my share can access as guest,in fact if I go to the share and type
- Code: Select all
chmod 777 /mnt/disco/torrent -R
it is all ok.
Are there some way to solve this problem?
Thanks
Federico