PhxAZCraig
Cadet
- Joined
- Oct 15, 2018
- Messages
- 4
Long time Freenas user. Built a box several years ago, using Freenas 8 point something, eventually upgraded to 9.3 and left alone for a couple of years. Nothing special here - three 4TB SATA drives set up with a ZFS raid5 config and a DOS share to it. I am booting from a USB stick.
All I am doing is running a batch file every night at 2am to robocopy all my files under D:photos to Freenas. Target is q:\photos. I have a simple batch file running on my (Windows 10) PC at 2am. Here is the relevant part:
rem Q:=\\NAS3\nas_images
net use q: \\nas3\nas_images
robocopy d:\photos Q:\photos /E /XO /TIMFIX /FFT /xf d:\pagefile.sys /xd d:\database d:\nxcache d:\temp d:\temp2 d:\$recycle.bin d:\recycler "d:\System Volume Information"
This worked for several years, from Windows 7 to in-place upgrading to Windows 10. I've run the batch file on my laptop as well, when I had some vacation photos to back up.
This week I noticed how out of date it was, and I tried upgrading it to 11.2 stable. All sorts of woes ensued. (Off topic - why does a STABLE release show a bunch of components with BETA in them?)
The upgrade went very slowly, seeming to hang for a long time at 60/20% in the progress indicator. But eventually it completed (more than 30 minutes?)
I ended up at 11.3.something-with-beta-in-the name. I thought the NAS was broken, because it stalled for a long time booting up. Turns out it just got extremely slow - boot times over an hour. Once up, login to the new interface wasn't bad, but pulling up anything on the dashboard or other menus was extremely slow - dashboard takes over 15 minutes to fill out. After fiddling with things for a while, I ended up backing off to 9.3, where almost everything came back ok (in terms of speed). I then upgraded 9.3/9.10 to latest patches (for 9.10).
Now, if I use Windows GUI to map a drive, it works fine. I can browse and see all my files. But my batch file no longer works. It maps the drive, but I cannot see any files. (I can change directories though). When I try to do something like a DIR command, in a DOS window, I get a bunch of these error messages, for each file or directory in my mapped Q drive.
"The system cannot find message text for message number 0x2373 in the message file for Application."
So this is something going wrong with commands issued in a CMD prompt, but not when using File Explorer in Windows. It means my nightly batch file backup system is now broken. What do I need to do to fix this?
Craig
All I am doing is running a batch file every night at 2am to robocopy all my files under D:photos to Freenas. Target is q:\photos. I have a simple batch file running on my (Windows 10) PC at 2am. Here is the relevant part:
rem Q:=\\NAS3\nas_images
net use q: \\nas3\nas_images
robocopy d:\photos Q:\photos /E /XO /TIMFIX /FFT /xf d:\pagefile.sys /xd d:\database d:\nxcache d:\temp d:\temp2 d:\$recycle.bin d:\recycler "d:\System Volume Information"
This worked for several years, from Windows 7 to in-place upgrading to Windows 10. I've run the batch file on my laptop as well, when I had some vacation photos to back up.
This week I noticed how out of date it was, and I tried upgrading it to 11.2 stable. All sorts of woes ensued. (Off topic - why does a STABLE release show a bunch of components with BETA in them?)
The upgrade went very slowly, seeming to hang for a long time at 60/20% in the progress indicator. But eventually it completed (more than 30 minutes?)
I ended up at 11.3.something-with-beta-in-the name. I thought the NAS was broken, because it stalled for a long time booting up. Turns out it just got extremely slow - boot times over an hour. Once up, login to the new interface wasn't bad, but pulling up anything on the dashboard or other menus was extremely slow - dashboard takes over 15 minutes to fill out. After fiddling with things for a while, I ended up backing off to 9.3, where almost everything came back ok (in terms of speed). I then upgraded 9.3/9.10 to latest patches (for 9.10).
Now, if I use Windows GUI to map a drive, it works fine. I can browse and see all my files. But my batch file no longer works. It maps the drive, but I cannot see any files. (I can change directories though). When I try to do something like a DIR command, in a DOS window, I get a bunch of these error messages, for each file or directory in my mapped Q drive.
"The system cannot find message text for message number 0x2373 in the message file for Application."
So this is something going wrong with commands issued in a CMD prompt, but not when using File Explorer in Windows. It means my nightly batch file backup system is now broken. What do I need to do to fix this?
Craig