jump to navigation

Hidden Share$ in OpenFiler
October 16, 2007

Posted by Roel in : Technical , add a comment

You can create a hidden (Windows) share in OpenFiler (SMB/CIFS Share) by entering the “Override SMB share name” ending with the  $  sign. Do not forget to restart (disable and enable) the SMB/CIFS service.

OpenFiler (OF) Hidden Share Screenshot. Click to enlarge.
(click to enlarge screenshot)

This actually changes the /etc/samba/smb.conf file to something like this (you can also do that manually):

[Backup$]
        comment = Backup
        path = /mnt/...../Backup
...

Note: Linux boxes always see ‘hidden’ Windows shares, only windows is hiding them.
obscurity != security

Windows .NET 2.0 Update warnings (aspnet_perf.dll / KB928365)
October 14, 2007

Posted by Roel in : Technical , add a comment

I had a Windows Server 2003 R2 x64 (30day edition) running. When I decided to run all updates (http://windowsupdate.microsoft.com), I saw the following warnings in the Application Event Log:

Event ID: 37
Type: Warning
Source: WINMgmt
Description:
WMI ADAP was unable to load the C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_perf.dll performance library due to an unknown problem within the library 0×0.

(more…)