apt-get install samba samba-common-bin
edit /etc/samba/smb.conf
[pimylifeupshare]
path = /home/pi/music
writeable=Yes
create mask=0777
directory mask=0777
public=no
create a samba user
sudo smbpasswd -a pi
restart samba
sudo systemctl restart smbd
\\raspberrypi\pimylifeupshare`
or on mac for example
smb://192.168.178.62/pimylifeupshare
dnf install samba
sudo systemctl enable smb --now
firewall-cmd --get-active-zones
sudo firewall-cmd --permanent --zone=FedoraWorkstation --add-service=samba
sudo firewall-cmd --reload
sudo smbpasswd -a martin
add this to your smb config file
follow symlinks = yes
wide links = yes
unix extensions = no