Sanjoooo@feddit.de to linuxmemes@lemmy.world · 1 year agoMe, trying to step into the world of linuxfeddit.deimagemessage-square3fedilinkarrow-up13arrow-down10
arrow-up13arrow-down1imageMe, trying to step into the world of linuxfeddit.deSanjoooo@feddit.de to linuxmemes@lemmy.world · 1 year agomessage-square3fedilink
minus-squareSanjoooo@feddit.deOPtoLinux@lemmy.ml•Manjaro: Can't access smb share with GTK-based appslinkfedilinkEnglisharrow-up1·1 year agoYou’re right, I’ve been mixing up nfs and smb. Meanwhile, I’ve found a solution: I’ve added the following line to my /etc/fstab: //nas/sharedFolder /mnt/entrypoint cifs credentials=/home/yourUserNameHere/.nascreds,uid=yourUserID,gid=yourGroupID,defaults,auto 0 0 then run sudo systemctl daemon-reload followed by sudo mount -av. make sure your credentials file can only read by users and groups you trust, in my case it’s 750. However, this is still a workaround. The thing is, GTK-based apps don’t show network resources. That irks me. linkfedilink
minus-squareSanjoooo@feddit.deOPtoLinux@lemmy.ml•Manjaro: Can't access smb share with GTK-based appslinkfedilinkEnglisharrow-up1·1 year agoUsing gvfs-nfs returns unknown file system type. I’ve run mount -v yadda yadda and got portmap query failed: RPC: Unable to receive - Connection refused linkfedilink
Sanjoooo@feddit.de to Linux@lemmy.mlEnglish · edit-21 year agoManjaro: Can't access smb share with GTK-based appsplus-squaremessage-squaremessage-square5fedilinkarrow-up116arrow-down13
arrow-up113arrow-down1message-squareManjaro: Can't access smb share with GTK-based appsplus-squareSanjoooo@feddit.de to Linux@lemmy.mlEnglish · edit-21 year agomessage-square5fedilink
You’re right, I’ve been mixing up nfs and smb.
Meanwhile, I’ve found a solution: I’ve added the following line to my
/etc/fstab
://nas/sharedFolder /mnt/entrypoint cifs credentials=/home/yourUserNameHere/.nascreds,uid=yourUserID,gid=yourGroupID,defaults,auto 0 0
then run
sudo systemctl daemon-reload
followed bysudo mount -av
.make sure your credentials file can only read by users and groups you trust, in my case it’s 750.
However, this is still a workaround. The thing is, GTK-based apps don’t show network resources. That irks me.