I have an issue with a mount point that was previously configured. It shows the folder, but the mount is missing and holds "?" values for size, permissions, etc.
So I tried to remount using cifs and the same command from before:
mount -t cifs //nas.domain.local/share /mnt/archive
But I get the error:
Host is down.
If I ping the domain or IP I get a proper resolution and I also connected using smbclient without issue
ping nas.domain.local
ping ip
smbclient //nas.domain.local/share
I looked around, but cant find a solid answer. Any thoughts?