Saturday, October 17, 2009

Netgear ReadyNAS Duo + Win7 = Fail

I recently bought a ReadyNAS Duo for use at home, and am also running Windows 7.

Unfortunately, the two don't seem to be very happy with each other. Copying files from my Windows 7 machine, over the wireless LAN, to the ReadyNAS Duo throws up this error:


These errors happen randomly, often after a few files have been copied. Looking at a network capture, it looked like the ReadyNAS was sending an error in response to one of the SMB commands that Windows 7 sent...
SMB SMB:C; Transact2, Query FS Info, Query FS Size Info (NT)
SMB SMB:R; Transact2, Query FS Info, Query FS Size Info (NT)
SMB SMB:C; Transact2, Query File Info, Query File Standard Info, FID = 0x2B31
SMB SMB:R; Transact2, Query File Info, FID = 0x2B31 - NT Status: System - Error, Code = (8) STATUS_INVALID_HANDLE


I tried switching to Robocopy, but the same thing happens (at least Robocopy can be made to automatically retry...) One problem with using Robocopy is that the timestamps on the ReadyNAS seem to be FAT-based, so Robocopy will always think the files on the Windows 7 machine are newer than those on the ReadyNAS.


To get the timestamps to work as ecpected (and have Robocopy skip files that already exist on the ReadyNAS), you need to use the /FFT option. This is odd, since the ReadyNAS seems to be reporting it supports the NTFS filesysten, looking at the SMB responses it sends to Windows:
SMB SMB:C; Transact2, Query FS Info, Query FS Attribute Info (NT)
SMB SMB:R; Transact2, Query FS Info, Query FS Attribute Info (NT), FS = NTFS

I hope there is an update to support Windows 7 properly... Time to try Netgear's tech support (steeling myself...)

2 comments:

Bill Kirchhoff said...

Do you "Automatically update database" checked under Streaming Services/ReadyDLNA? I had the same issue until copying files to the media share until disabled the feature.

Mark said...

Thank you Bill!
Your suggestion worked perfectly - I also tried updating to Samba 3.3.7 based on a suggestion on the ReadyNAS support forum, but that had no effect...