Hello guys, ı have a OrangePi 3 LTS device and latest DietPi 8.12.1
Everything is adjusted by me, but i have a small problem on Samba share
I installed samba via software center
This is my smb.conf settings
cat /etc/samba/smb.conf
[global]
workgroup = WORKGROUP
server string = %h server
dns proxy = no
log file = /var/log/samba/log.%m
max log size = 1000
syslog only = no
syslog = 0
panic action = /usr/share/samba/panic-action %d
security = user
encrypt passwords = true
passdb backend = tdbsam
obey pam restrictions = yes
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
pam password change = yes
map to guest = bad user
load printers = no
printcap name = /dev/null
disable spoolss = yes
max xmit = 65535
socket options = TCP_NODELAY IPTOS_LOWDELAY
read raw = yes
write raw = yes
max connections = 65535
max open files = 65535
min protocol = SMB2_10
max protocol = SMB3_11
client min protocol = SMB2_10
client max protocol = SMB3_11
[DietPi User Data]
comment = DietPi Share
path = /mnt/dietpi_userdata
browseable = yes
create mask = 0664
directory mask = 0775
valid users = dietpi root
force user = root
writeable = yes
[DietPi Root]
comment = DietPi Root Folder Share
path = /
browseable = yes
create mask = 0775
directory mask = 0775
valid users = dietpi root
force user = root
writeable = yes
[Web Dosyaları]
comment = DietPi HTTP Web Share
path = /var/www
browseable = yes
create mask = 0775
directory mask = 0775
valid users = dietpi root
force user = root
writeable = yes
[32 GB SD]
comment = 32 GB SD
path = /mnt/32_GB_SD
browseable = yes
create mask = 0775
directory mask = 0775
valid users = dietpi root
force user = root
writeable = yes
[4 TB HDD]
comment = 4 TB HDD
path = /mnt/4_TB_HDD
browseable = yes
create mask = 0775
directory mask = 0775
valid users = dietpi root
force user = root
writeable = yes
I have a 32 gb SD card on orange pi 3 lts and 4 TB HDD attached via usb 3.0
ı’m using 2 MacOS device both of them are not connected red one’s
when i click on the red ones it gives a pop up like this
In comment please look the second message
I am connected via smb://IP with root user
Windows and android phone is connected via native file manager with red one’s
---- Additional info: when i connect to my router via ethernet I can get 80-90 mb/s (usb 3.0 hdd speed limit) speed over samba file transfer, but when I connect with wifi (1300mbps or sometimes 866mbps on at near router) I see maximum transfer rates of 10-13 mb
Why is this caused?