(23-Feb-2019, 09:21 AM)agent_kith Wrote: Go here and download the filesystems upgrade kernel. Reboot and try to mount the Windows share again, it should work.
Edit: Should work coz I havn't test this myself yet. I'm going out soon so unfortunately has run out of time.
In meantime, I forced my Win 7 server to use SMB1 and was able to mount Windows share, but like you, sad SMB1 is not recommended to use because of security reasons.
If somebody needs to enable SMB1 command from PowerShell is:
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" SMB1 -Type DWORD -Value 1 –Force
to disable SMB1 command is:
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters" SMB1 -Type DWORD -Value 0 –Force
I try to install the upgraded kernel, but installation failed with the last two lines:
/cow format specified
stdin: Not a typewriter as aufs and not support found