Archive for November, 2017

Enabling SMB v1 on Windows to resolve issues

Before going into details a little back story.

SMB v1 is old proprietary protocol (now open sourced, after it was reverse engineered) and should be avoided if possible. Most of the time we can forget about it especially in recent lights of WannaCry outbreaks. So why do I write about enabling it, right?

When using VLC on my portable devices (iOS and Android TV) after host Windows 10 upgrade to Fall Creators Update did noticed that those devices can’t no longer access shares. When navigating to host, that I know had shares enabled, nothing happened and VLC just displayed “Empty folder”, it didn’t event asked for authentication on that device (accessing shares do require authentication on that host). VLC do use libdsm (Defective SMb)(*1) that probably don’t fully support new SMB protocols. Using Mac as smb host do also cause some issues with SMB but OS update apparently do fix that.

FreeFileSync and syncing with old Mac 10.9.5 (IIRC) caused issues with inability to read / traverse content of directories etc. This was corrected in some macOS update. As far as I know FFS do use native OS calls so issue that I did experienced was mostly on macOS side, but as I said this do affected only old 10.9.5 versions, after updating to recent version issue was resolved. Reason why I did kept that device with so old os version was because QA testing.

More info about issues plagued SMB v1: https://blogs.technet.microsoft.com/filecab/2016/09/16/stop-using-smb1/

Read the rest of this entry »

, ,

No Comments