Help with Samba share?
Setting up Samba share manjaro kde
[HowTo] Minimal configuration for Manjaro Samba share
[root tip] [How To] Basic Samba Setup and Troubleshooting - #8 by linux-aarhus - Tutorials - Manjaro Linux Forum
Videos
Hello All,
I configured Samba as usual following the arch wiki, but i'm stuck.
I can see the folders but i cant access them on my Windows 11 machine.
Here's my Samba conf file:
Where am i doing it wrong??
GNU nano 8.2 smb.conf
[global]
workgroup = MANJARO
server string = Manjaro Samba Server
server role = standalone server
log file = /var/log/samba/log.%m
max log size = 50
guest account = nobody
map to guest = Bad Password
min protocol = SMB2
max protocol = SMB3
[Disk2]
path = /mnt/sdb/Disc2
public = yes
writable = yes
printable = no
[Disk1]
path = /mnt/sdc1/Disc1
public = yes
writable = yes
printable = no
SMB and NMB Services are running i checked it.
Tips? Thanks in advance
I can't install samba or nautilus-share extension to locally share the folders though official repos. It was a widely used feature. It seems like pacman doesn't include those packages now. I recently noticed the missing SHARE section onnautilus > Rightclick> folder> properties and thought it was a samba issue. Then I realised samba is no longer present in my system. When I looked up, on the wiki. pamac install nautilus-share manjaro-settings-samba( both are present on official repos only) it still says to install nautilus-share via pacman (which includes samba as a dependency). But pacman/pamac doesn't seem to get any packages from the servers. They still show 404 error. I already tried refreshing the mirrors list.
When I try to remove Samba, which I do not use in my stand-alone Manjaro KDE installation, I get the following message: "could not satisfy dependencies:- removing samba breaks dependency 'samba' required by kdenetwork-filesharing".
Why is it required, and can I change the file dependency so I can remove Samba?