Setting up Samba share manjaro kde

I used to have no issues doing a basic Samba share of my two storage drives I always mount them at

/mnt/hunter/drive1
and
/mnt/hunter/drive2

is there a newbies guide to setting samba up on manjaro something really easy for a dummy to follow?
the way I am used to doing it and had worked for me in the past no longer works. I tried the arch wiki but it is confusing to me. I have a learning difficulty and I get lost.

This is what has worked for me in the past it was easy and I don’t need anything more than this.

[global]
log file = /var/log/samba/log.%m
load printers = no
passwd chat = Enter\snew\s\spassword:* %n\n Retype\snew\s\spassword:* %n\n password\supdated\ssuccessfully .
obey pam restrictions = yes
null passwords = yes
map to guest = Bad User
encrypt passwords = yes
passdb backend = tdbsam
passwd program = /usr/bin/passwd %u
dns proxy = no
unix password sync = yes
workgroup = WORKGROUP
debug level = 1
guest account = nobody
os level = 20
auto services = global
syslog = 0
usershare allow guests = yes
panic action = /usr/share/samba/panic-action %d
max log size = 1000
pam password change = yes
use sendfile = yes
time server = no
wins support = no
[homes]
browseable = no
comment = Home Directories
available = no

[Drive1]
read list = nobody,user
write list = user, add nobody here for passwordless read/write access
force directory mode = 0775
store dos attributes = no
create mask = 0775
hide dot files = yes
user = nobody,user
public = yes
ea support = no
inherit acls = yes
browseable = yes
writeable = yes
inherit permissions = yes
printable = no
path = /mnt/hunter/drive1
force create mode = 0775
comment = Drive 1
directory mask = 0755
valid users = nobody,user

[Drive2]
read list = nobody,user
write list = user, add nobody here for passwordless read/write access
force directory mode = 0775
store dos attributes = no
create mask = 0775
hide dot files = yes
user = nobody,user
public = yes
ea support = no
inherit acls = yes
browseable = yes
writeable = yes
inherit permissions = yes
printable = no
path = /mnt/hunter/drive2
force create mode = 0775
comment = Drive 2
directory mask = 0755
valid users = nobody,user

Hi @Roo79x,

What error are you presented with is you try to start SAMBA in the terminal?

sudo systemctl start smb.service

Edit:

P.S.: When providing terminal output, paste it between three (3) backtics (```). Like this:

```
pasted text
```

This will just cause it to be rendered like this:

Bibendum dolor
metus placerat accumsan
id elit
purus maximus tincidunt
urna maximus
metus aliquam eros.

Instead of like this:

Bibendum dolor metus placerat accumsan id elit purus maximus tincidunt urna maximus metus aliquam eros.

Thereby improving legibility and making it easier for those trying to be of assistance.

Please edit your post accordingly.