Debian Samba Setup
apt-get update
apt-get install sambaAdd User
useradd usernameChange username to you real username
passwd usernameSet Password of username user
smbpasswd -a usernameSet samba password. Set samba password for connect samba drive
nano /etc/samba/smb.confEdit samba config file
[raid016T]
comment = Pi4 16TB Raid0
path = /home/raid016T
create mask = 0777
directory mask = 0777
browseable = yes
only guest = yes
public = yes
read only = no
vaild users = usernameCreate config Share Folder information
systemctl restart sambaRestart samba service