I can't for the life of me figure out how to get any Debian install to mount any share I have on my Windows Nano Server install. I can see them and access them from any Windows machine but Debian spits back the below error.
[83473.076686] CIFS VFS: cifs_mount failed w/return code = -112
Here is what I've tried.
1) Started with...
sudo mount -t cifs //192.168.0.15/TVShows /mnt/TVShows -o username=<DOMAINNAME>/unixshare_fid,password=<PASSWORD>
2) Added these parameters (in various combos)
ip=192.168.0.15
sec=ntlmv2
iocharset=utf8
3) Tried adding legacy server call Reg key to the Nano Server (MS Document)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0\AllowLegacySrvCall
I know I'm no expert on this subject but I have to problems mounting shares from other systems, something is different with Nano, just not sure what.