I am not an expert on mounting things, but I thought it was '//WHERE/SHARE_NAME', not what is after the 'path' parameter in the smb,conf on the server.
That leads me to suggest this:Code:
//192.168.1.179/volume1/homes/ /mnt/SynPi/homes cifs defaults,_netdev,uid=1000,gid=1000,credentials=/home/farrissfpi/passwords/credentials.txt,nofail,x-systemd.automount 0 0
For instance, if this is the share:Then, the fstab line should start with:Code:
[homes] path = /volume1/homes read only = no
Code:
//192.168.1.178/homes
You are of course correct but as I have absolutely no idea how the OP has their NAS setup and what their shares are called all I could do was pass back what they gave me along with, and I quote: "I can't comment on the first two fields except to say that the format for the first is //server_name_or_IP_ addres/share_name/directory_name where /directory_name can be omitted and that the second is a full path to a directory that must exist."
Statistics: Posted by thagrol — Mon Mar 11, 2024 5:49 pm