choose FedoraWorkstation Zone (the actually active zone)
set Samba and Samba-client service on
4 - configure Samba server:
sudo nano /etc/samba/smb.conf
(Add in the end of to the smb.conf the follow lines)
[shared]
path = /mnt/data/shared_folder
guest ok = yes
guest only = yes
writeable = yes
browsable = yes
5 - restart samba service
sudo systemctl restart smb
This configuration is suppose to be enough but the Fedora doesn’t give me access to the shared folder created despite it is shown when I try to access it from Dolphin→Network→Shared Folders (SMB) → MyPC.
I also tried several variation to configure the smb.conf without success like adding:
[global]
usershare allow guests = yes
map to guest = bad user
server role = standalone server
[shared]
public = yes
read only = no
Just a note, the samba service was set to inactive after restart. It is not clear to me why. Then I just run the follow command to enable it for the next restart: