412. Escalator Accident at Newmarket North Mall, May 8, 1989
I’m absolutely terrified of escalators. I don’t like the “up” escalator, because you’re going high up in the air, under no control of your own, you worry about falling over the side, even if you know you’re far too big to fall over the side. The “down” one scares me even more, seeing those all those little teeth on the edge of the stairs, ready to stab your body if you stumble while getting on the step. I know, I still have the scar on my knee from when I stumbled getting on a stair at the old Sears at the old Newmarket Fair Mall in ‘99.
Speaking of Newmarket, this is where this entry started. During this quarantine, I’ve been working on reviving my retail history blog. I have access to Proquest, so I’ve been getting newspaper articles about my two dead malls in the town I grew up in. I found one article about Newmarket that made me incredibly sad, realizing that I had walked by the site where a girl was killed because she was playing on an escalator so many times growing up.
(Daily Press, May 9, 1989)
This was before the mall was renovated into “Newmarket Fair” in 1990. I was five when this accident happened, so I didn’t even know there was a set of escalators there until I found the article.
(from my blog)
The escalators were replaced by a large glass paneled elevator and stairs during the renovations. Newmarket Fair stopped being a mall by the late 90s, and the anchor stores, and then eventually the smaller stores became offices in the early 00s. The building is now called Netcenter.
Accessing Western Digital NetCenter Password Protected Shares from Windows 7 (64 bit)
Update
I recently purchased a Toshiba R705-P35 (i3, 4GB) and it came with Windows 7 Home Premium 64 bit and as it turned out the secpol.msc is not available in that version of Win 7. Fortunately, a colleague of mine pointed out that the procedure described in the previous post only creates or updates a registry entry, if one already exists. Below is the procedure that works in all versions of Win 7 and tested with 64 bit Win 7 professional and home premium.
Run the registry editor and open this key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
If it doesn’t already exist, create a DWORD value named LmCompatibilityLevel
Set the value to 1
Reboot
Original Post
I have a Western Digital NetCenter consumer NAS that I’ve been using since late 2006. The 250GB, 7200 RPM network attached storage has served me well. I primarily use it for achieving PDF files like downloads of online bank statements and additional backup for music and picture files. It has few shares that arecompletely open, like Music and Pictures etc. I also have few shares on it that are password protected . I must say that security is not NetCenter’s strong point, it is based on the old “Windows for Workgroups 3.1″ model of “share level” security – all you need to access a resource is a password. But overall it meets my needs and I can mount all the shares including the password protected shares on Windows XP machines and my Linux distribution without much issue.
While testing Windows 7 on VirtualBox, trying to decide whether to upgrade, one of the first issues I encountered is its inability to connect to the password protected shares on NetCenter. It is a show stopper for me, as I am not about to throw away years of archived files or upgrade to newer drive just because Win 7 cannot connect to it. It works perfectly with my Linux distribution, where I spend 70% of my time and my wife who is the primary Windows user in the house is not complaining about Win XP SP3, which is very stable at this point.
So the Google search begins…
As it turned out this is not a NetCenter specific issue as people are complaining about other legacy NAS storages as well as mounting shares or connecting to older Windows versions.
This post helped me the most as it directly relates to the issue at hand. And the solution provided by micet worked for me and I quote
To connect to my WD Netcenter from Windows 7, I had to set up a security policy. The default local security policy on Windows Vista/7 is set to use NTLM v2 only. This was preventing me from accessing my shares when they were configured to use a password. The following procedure changes the policy to allow older Lan Manager Protocols if needed:
Run MMC snap-in secpol.msc
Expand Local Policies -> Security Options
Find Network security: LAN Manager authentication level
Double click and change to “Send LM and NTLM – use NTLMv2 session security if negotiated”
Now I can connect using any username and the password configured on the WD Netcenter (you must provide a username, even though it isn’t used by the WD Netcenter).
That’s it, I am in business. I verified this solution on three machines; Dell Precision M6500 (i7, 16GB), Dell Latitude E6400, and a Custom Desktop (i7, 12GB). All of them running Windows 7 Professional 64 bit