Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Hardware > Network Harddisk not work

Reply
Thread Tools Display Modes

Network Harddisk not work

 
 
Pascal Flo
Guest
Posts: n/a

 
      03-27-2007
hello,

I have a network hard disk Packard Bell Netstore 3500, I see it on the
network, I can access to root folder but I cannot go deeper in the tree (with
Vista Home Premium). Explorer search, search, ...

Thanks for your help
P.

 
Reply With Quote
 
 
 
 
Malke
Guest
Posts: n/a

 
      03-27-2007
Pascal Flo wrote:
> hello,
>
> I have a network hard disk Packard Bell Netstore 3500, I see it on the
> network, I can access to root folder but I cannot go deeper in the tree (with
> Vista Home Premium). Explorer search, search, ...
>
> Thanks for your help
> P.
>


I'm not familiar with that particular device but if by "network hard
disk" you mean this is a NAS device, there has been quite a bit of
trouble with them and Vista. Most NAS devices run some form of Linux.
You need to check with the mftr. for updated firmware that will make it
compatible with Vista.

In order to work properly with *nix systems, the *nix system must be
running the latest version of Samba - or there is a workaround to do on
Vista. I'll give you the steps below, but your first action is to
contact Packard Bell tech support for the device.

From Michael Bishop (MS) - Basically, the issue with Samba and Vista is
that Vista no longer permits LM or NTLM authentication by default; only
NTLMv2. Samba versions 1.x and 2.x only support LM and NTLM, so there's
an issue there.

Recommended solution: upgrade to Samba 3.x and enable NTLMv2 by adding
"client ntlmv2 auth = yes" to your smb.conf file. Because of another
issues with previous versions, I strongly recommend upgrading to 3.0.22
or later regardless of your choice for this particular instance.

Alternate solution: change Vista's security settings to permit
lower-security authentications. (as below)

To enable Windows Vista to connect to Mac OS X with Windows File Sharing
enabled and other *nix systems, you will need to change the following
policy in Windows Vista:

Start>Run>secpol.msc [enter]

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

Navigate to the policy "Network Security: LAN Manager authentication
level" and double-click it to get its Properties. By default Windows
Vista sets the policy to "NTVLM2 responses only". Use the drop-down
arrow to change this to "LM and NTLM – use NTLMV2 session security if
negotiated".

In Vista Home Premium, you won't have this tool so per Steve Winograd, do:

1. Run the registry editor and open this key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Lsa

1. If it doesn't already exist, create a DWORD value named
LmCompatibilityLevel

3. Set the value to 1

4. Reboot


Malke
--
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"
MS-MVP Windows - Shell/User
 
Reply With Quote
 
Pascal Flo
Guest
Posts: n/a

 
      03-28-2007
Hi, thanks for your help.

There is no firmware update from PB.
There is no samba installed on my PC.
I tried to change HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Lsa in
registery with 1 (in hexa) but it doesn't work.

P

"Malke" wrote:

> Pascal Flo wrote:
> > hello,
> >
> > I have a network hard disk Packard Bell Netstore 3500, I see it on the
> > network, I can access to root folder but I cannot go deeper in the tree (with
> > Vista Home Premium). Explorer search, search, ...
> >
> > Thanks for your help
> > P.
> >

>
> I'm not familiar with that particular device but if by "network hard
> disk" you mean this is a NAS device, there has been quite a bit of
> trouble with them and Vista. Most NAS devices run some form of Linux.
> You need to check with the mftr. for updated firmware that will make it
> compatible with Vista.
>
> In order to work properly with *nix systems, the *nix system must be
> running the latest version of Samba - or there is a workaround to do on
> Vista. I'll give you the steps below, but your first action is to
> contact Packard Bell tech support for the device.
>
> From Michael Bishop (MS) - Basically, the issue with Samba and Vista is
> that Vista no longer permits LM or NTLM authentication by default; only
> NTLMv2. Samba versions 1.x and 2.x only support LM and NTLM, so there's
> an issue there.
>
> Recommended solution: upgrade to Samba 3.x and enable NTLMv2 by adding
> "client ntlmv2 auth = yes" to your smb.conf file. Because of another
> issues with previous versions, I strongly recommend upgrading to 3.0.22
> or later regardless of your choice for this particular instance.
>
> Alternate solution: change Vista's security settings to permit
> lower-security authentications. (as below)
>
> To enable Windows Vista to connect to Mac OS X with Windows File Sharing
> enabled and other *nix systems, you will need to change the following
> policy in Windows Vista:
>
> Start>Run>secpol.msc [enter]
>
> Click on "Local Policies" --> "Security Options"
>
> Navigate to the policy "Network Security: LAN Manager authentication
> level" and double-click it to get its Properties. By default Windows
> Vista sets the policy to "NTVLM2 responses only". Use the drop-down
> arrow to change this to "LM and NTLM – use NTLMV2 session security if
> negotiated".
>
> In Vista Home Premium, you won't have this tool so per Steve Winograd, do:
>
> 1. Run the registry editor and open this key:
>
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Lsa
>
> 1. If it doesn't already exist, create a DWORD value named
> LmCompatibilityLevel
>
> 3. Set the value to 1
>
> 4. Reboot
>
>
> Malke
> --
> Elephant Boy Computers
> www.elephantboycomputers.com
> "Don't Panic!"
> MS-MVP Windows - Shell/User
>

 
Reply With Quote
 
Pascal Flo
Guest
Posts: n/a

 
      04-05-2007
Hi,

Packard Bell publish a new firmeware, I load it and it works now.

Thanks again,
P

"Malke" wrote:

> Pascal Flo wrote:
> > hello,
> >
> > I have a network hard disk Packard Bell Netstore 3500, I see it on the
> > network, I can access to root folder but I cannot go deeper in the tree (with
> > Vista Home Premium). Explorer search, search, ...
> >
> > Thanks for your help
> > P.
> >

>
> I'm not familiar with that particular device but if by "network hard
> disk" you mean this is a NAS device, there has been quite a bit of
> trouble with them and Vista. Most NAS devices run some form of Linux.
> You need to check with the mftr. for updated firmware that will make it
> compatible with Vista.
>
> In order to work properly with *nix systems, the *nix system must be
> running the latest version of Samba - or there is a workaround to do on
> Vista. I'll give you the steps below, but your first action is to
> contact Packard Bell tech support for the device.
>
> From Michael Bishop (MS) - Basically, the issue with Samba and Vista is
> that Vista no longer permits LM or NTLM authentication by default; only
> NTLMv2. Samba versions 1.x and 2.x only support LM and NTLM, so there's
> an issue there.
>
> Recommended solution: upgrade to Samba 3.x and enable NTLMv2 by adding
> "client ntlmv2 auth = yes" to your smb.conf file. Because of another
> issues with previous versions, I strongly recommend upgrading to 3.0.22
> or later regardless of your choice for this particular instance.
>
> Alternate solution: change Vista's security settings to permit
> lower-security authentications. (as below)
>
> To enable Windows Vista to connect to Mac OS X with Windows File Sharing
> enabled and other *nix systems, you will need to change the following
> policy in Windows Vista:
>
> Start>Run>secpol.msc [enter]
>
> Click on "Local Policies" --> "Security Options"
>
> Navigate to the policy "Network Security: LAN Manager authentication
> level" and double-click it to get its Properties. By default Windows
> Vista sets the policy to "NTVLM2 responses only". Use the drop-down
> arrow to change this to "LM and NTLM – use NTLMV2 session security if
> negotiated".
>
> In Vista Home Premium, you won't have this tool so per Steve Winograd, do:
>
> 1. Run the registry editor and open this key:
>
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Lsa
>
> 1. If it doesn't already exist, create a DWORD value named
> LmCompatibilityLevel
>
> 3. Set the value to 1
>
> 4. Reboot
>
>
> Malke
> --
> Elephant Boy Computers
> www.elephantboycomputers.com
> "Don't Panic!"
> MS-MVP Windows - Shell/User
>

 
Reply With Quote
 
Malke
Guest
Posts: n/a

 
      04-05-2007
Pascal Flo wrote:
> Hi,
>
> Packard Bell publish a new firmeware, I load it and it works now.


Thanks for updating this thread. Glad you got things sorted. BTW, just
for your own info, the Samba referenced is not installed on your
computer but on the *nix device.


Malke
--
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"
MS-MVP Windows - Shell/User
 
Reply With Quote
 
phillfri
Guest
Posts: n/a

 
      04-21-2007
I've got the same problem with my CoolMaxCN-550 NAS. I've nade the
adjustments to the registry as suggested, but it makes no difference. I still
can't access subfolders. CoolMax claims that its a Windows Vista problem,
since first level folder access does work, indicating that protocols for
accessing the drive are in fact working.

"Pascal Flo" wrote:

> hello,
>
> I have a network hard disk Packard Bell Netstore 3500, I see it on the
> network, I can access to root folder but I cannot go deeper in the tree (with
> Vista Home Premium). Explorer search, search, ...
>
> Thanks for your help
> P.
>

 
Reply With Quote
 
damc
Guest
Posts: n/a

 
      05-17-2007
I have a MAP KC-31N which displays the exact same behaviour. Tried the fix,
but this did not help, and I only think it helps with the authentication
anyway.
I can only hope that Mapower releases a new firmware or that Vista gets a
fix to be backwards compatible. Terrible that XP works better than Vista from
a user perspective, no matter how non secure the old solution was. I have
everything behind a firewall and need things to work, rather than be
extremely secure and not work.

"phillfri" wrote:

> I've got the same problem with my CoolMaxCN-550 NAS. I've nade the
> adjustments to the registry as suggested, but it makes no difference. I still
> can't access subfolders. CoolMax claims that its a Windows Vista problem,
> since first level folder access does work, indicating that protocols for
> accessing the drive are in fact working.
>
> "Pascal Flo" wrote:
>
> > hello,
> >
> > I have a network hard disk Packard Bell Netstore 3500, I see it on the
> > network, I can access to root folder but I cannot go deeper in the tree (with
> > Vista Home Premium). Explorer search, search, ...
> >
> > Thanks for your help
> > P.
> >

 
Reply With Quote
 
damc
Guest
Posts: n/a

 
      05-17-2007
I also have this exact same problem. I am hoping that MAPover will release a
new firmware release for the MAP KC31N. However it is still amazing that
Vista is not backwards compatible even if it would mean it had to be 'less
secure'. Max security without functionality is no use.
Maybe if we're lucky a vista update will be released too.

"phillfri" wrote:

> I've got the same problem with my CoolMaxCN-550 NAS. I've nade the
> adjustments to the registry as suggested, but it makes no difference. I still
> can't access subfolders. CoolMax claims that its a Windows Vista problem,
> since first level folder access does work, indicating that protocols for
> accessing the drive are in fact working.
>
> "Pascal Flo" wrote:
>
> > hello,
> >
> > I have a network hard disk Packard Bell Netstore 3500, I see it on the
> > network, I can access to root folder but I cannot go deeper in the tree (with
> > Vista Home Premium). Explorer search, search, ...
> >
> > Thanks for your help
> > P.
> >

 
Reply With Quote
 
koze
Guest
Posts: n/a

 
      05-17-2007
You have a couple of options to overcome that problem till the new firmware
is ready.
Use FTP to access the drive, that works for me.
If that 's not comfartable to work with for uou try the RC from total
commander (www.ghisler.com) , that let me access the nas fine.

Ko

"damc" <> schreef in bericht
news:C3DDEFE9-B4C3-4A37-845F-...
>I also have this exact same problem. I am hoping that MAPover will release
>a
> new firmware release for the MAP KC31N. However it is still amazing that
> Vista is not backwards compatible even if it would mean it had to be 'less
> secure'. Max security without functionality is no use.
> Maybe if we're lucky a vista update will be released too.
>
> "phillfri" wrote:
>
>> I've got the same problem with my CoolMaxCN-550 NAS. I've nade the
>> adjustments to the registry as suggested, but it makes no difference. I
>> still
>> can't access subfolders. CoolMax claims that its a Windows Vista problem,
>> since first level folder access does work, indicating that protocols for
>> accessing the drive are in fact working.
>>
>> "Pascal Flo" wrote:
>>
>> > hello,
>> >
>> > I have a network hard disk Packard Bell Netstore 3500, I see it on the
>> > network, I can access to root folder but I cannot go deeper in the tree
>> > (with
>> > Vista Home Premium). Explorer search, search, ...
>> >
>> > Thanks for your help
>> > P.
>> >



 
Reply With Quote
 
damc
Guest
Posts: n/a

 
      05-17-2007
Thanks,
had tried that already and does work fine. However it is not a solution for
accessing my media in general (movies music etc.) with microsoft media
center.
I guess I will have to be patient and in the meanwhile add linux as a
dualboot option so I will have streaming access.



"koze" wrote:

> You have a couple of options to overcome that problem till the new firmware
> is ready.
> Use FTP to access the drive, that works for me.
> If that 's not comfartable to work with for uou try the RC from total
> commander (www.ghisler.com) , that let me access the nas fine.
>
> Ko
>
> "damc" <> schreef in bericht
> news:C3DDEFE9-B4C3-4A37-845F-...
> >I also have this exact same problem. I am hoping that MAPover will release
> >a
> > new firmware release for the MAP KC31N. However it is still amazing that
> > Vista is not backwards compatible even if it would mean it had to be 'less
> > secure'. Max security without functionality is no use.
> > Maybe if we're lucky a vista update will be released too.
> >
> > "phillfri" wrote:
> >
> >> I've got the same problem with my CoolMaxCN-550 NAS. I've nade the
> >> adjustments to the registry as suggested, but it makes no difference. I
> >> still
> >> can't access subfolders. CoolMax claims that its a Windows Vista problem,
> >> since first level folder access does work, indicating that protocols for
> >> accessing the drive are in fact working.
> >>
> >> "Pascal Flo" wrote:
> >>
> >> > hello,
> >> >
> >> > I have a network hard disk Packard Bell Netstore 3500, I see it on the
> >> > network, I can access to root folder but I cannot go deeper in the tree
> >> > (with
> >> > Vista Home Premium). Explorer search, search, ...
> >> >
> >> > Thanks for your help
> >> > P.
> >> >

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Network Discovery Doesn't work on private network Kym Windows Vista Networking 2 04-13-2009 07:11 AM
Network discovery desn't work on my private network Kym Windows Vista Networking 0 02-04-2008 10:48 PM
Network harddisk not work Pascal Flo Windows Vista Networking 1 03-28-2007 12:24 AM
ide harddisk cannot work (vista rc2) Jerry Liu Windows Vista General Discussion 0 10-13-2006 07:40 AM
USB 2.0 harddisk audiolover Windows Vista Hardware 1 10-05-2006 10:22 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59