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.
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