Switched from another Arch distro to this one as had read good reviews about it. However, I cannot click on my NAS drives to open them up. The icon is just unresponsive in Thunar.
So it would appear that the system can see the NAS drives, however, it cannot do anything with them.
Where is the best place to start to troubleshoot this please?
In terms of the what the NAS do, they are my central storage for all the computers in the house, with documents, photos, backups etc on them
I opened a terminal and watched the journal - when i opened thunar and clicked browse network and then clicked on MyBookLive - the journal did not move at all.
I opened firefox and navigated to a random website, and the journal updated at that point.
never was using nas but i would bet thunar needs some package or setup to be able to open the shares… because of that I asked for what the nas is using could be samba or nfs or sftp/ssh
If that is Western Digital MyBook Live it is probably using samba protocol for connection.
Look if you have intalled packages (with pacman -Ss) smbclient, gvfs-smb, udiskie, udisks2
I am not sure which are the correct packages but I have these and I usually don’t have problem connecting drives.
It is also possible you do not have permission to mount the drive (you may need to run thunar as root - this may not be entirely safe/sane thing to do).
sudo pacman -S --needed smbclient gvfs-smb udiskie udisks2
will only ask to install if not already installed.… pacman -Qs package-name will show if package is installed…
Many thanks to all taking a crack at this one - have run the above for all the samba stuff and it did install some stuff - but had made no observable difference alas.
Not sure if it relevant, but back when I used samba I had to start a smb.service (and maybe more) to get it to work. Might be worth a look to see what’s involved…
I dont understand it at all and all the guides are written assuming you are familiar with the lingo for it ( could really just use a guide with examples )
having said that - looking on thunar - i can see the NAS drives by clicking browse network ( cant interract with them ) but when I go to windows network icon - i cant see anything at all
It’s a Micro$oft product, that allows a filthy, polluted windoze machine, full of malware and backdoors to connect to your pure, innocent GNU+Linux system. You are perfectly justified in being terrified of it.
This service runs samba so that you can share files on that device to the rest of the network (a.k.a a server). If you want to connect to some other device you will need samba client (smbclient).
Sharename Type Comment
--------- ---- -------
IPC$ IPC IPC Service (My Book Live Network Storage)
Public Disk Public Share
SMB1 disabled – no workgroup available
running the second command gives
[iand@Linux ~]$ /usr/bin/smbclient \\192.168.1.211\Public
Can’t load /etc/samba/smb.conf - run testparm to debug it
Password for [WORKGROUP\iand]:
Try “help” to get a list of possible commands.
smb: > help
It looks like samba is working on the NAS.
In Thunar can you enter smb://192.168.1.211 or smb://192.168.1.211/Public into the navigation bar (where you see your current Path)? Does that connect you to the NAS?
I tried a different approach and installed the Budgie desktop as opposed to the xfce one - and it all just started working ( Never have quite got my head round why this sometimes helps ) point is, I am up and running with Endeavour OS and really pleased with how fast and nimble it is