2012年6月27日星期三

Win7 can't access NAS(Linux Samba Share)

For Win7 Pro & Ultima, Vista


1. Open the Run command and type "secpol.msc".

2. Press "continue" when prompted by Vista.

3. Click on "Local Policies" --> "Security Options"

4. Navigate to the policy "Network Security: LAN Manager authentication level" and open it.

5. By default Windows Vista sets the policy to "NTVLM2 responses only". Change this to "LM and NTLM – use NTLMV2 session security if negotiated".

Once you’ve done this Windows Vista will be able to view network drives based on Samba servers and should fix any issues around using Samba as a Primary Domain Controller.


For Win7 Home Pre(Not yet tested)

In Registry add DWORD LmCompatibility and set it from 0 to 2
HKLM\SYSTEM\CurrentControlSet\Control\Lsa\LmCompatibility

SME Linux 7.X update error due to yum update repository errors since Centos 4.9 moved to vault

do a command in terminal.

yum --disablerepo=base --disablerepo=updates update

It will do a manual update & fix/patch the yum update problem.