I’ve been following this useful guide to try add some shares from my NAS, but I’m falling at the point I attempt to mount.
I’m getting an error back unknown file system type ‘smbfs’
Guides online are suggesting that samba needs to be installed (it is) or that I should try to use cifs instead. Which I’ve sorta tried, but didn’t have a clue what I was doing. |
I’m at a very noob level with linux (and plex come to that). So not entirely understanding some of what I’m doing.
It looks like I need to mount the smb share from my nas. I’ve tried doing it via GUI, but that still isn’t recognised within the plex server.
Answers using words of one syllable will be appreciated
So I’m not sure what happened with this, but all of a sudden the mounts i created weren’t there any more. So this is just to expand on what I did to get it working again. (I think the issue was that I’d mounted using the GUI into the network section, then mounted from that).
This is for an SMB file share on my network.
I edited /etc/fstab
sudo nano /etc/fstab
As it’s an SMB it looks like I needed to give the IP address rather that using smb://
So if I’ve got NFS enabled on my NAS (which apparently I do), I can just switch out cifs for nfs in etc/fstab and then run mount -a again and it’ll be using nfs?
correct… considering the respective mount parameters (e.g. as shows in ChuckPA’s example – there’s also a detailed description in the tips & tricks section linked above)
I try to write Tips & Tricks / How To’s to be both problem solving and educational. When done, I hope you understand why it’s done that way. It saves trouble next time because you already have a good idea and better understanding