× NETGEAR will be terminating ReadyCLOUD service by July 1st, 2023. For more details click here.
Orbi WiFi 7 RBE973
Reply

ReadyNAS 314 USB failures with Robocopy

PWS442
Guide

ReadyNAS 314 USB failures with Robocopy

I am using ROBOCOPY to backup data to a 4TB WDC hard drive via an OWC USB 3.0 enclosure connected to one of the rear ports. The command is

 

robocopy m: s:\aatest /e /R:1 /MIN:1 /TS /NP /FP /NDL /XX /FFT /XF ._* .ds_* /XD Recycle* snapshot /LOG+:s:\aatestlogrobocopy.txt

 

Where m is a share on the NAS, and s: is the mapped drive name.

 

The log file that it creates contains this: "ERROR 50 (0x00000032) Changing File Attributes s:\aatest\ The request is not supported."

 

I Just re-formatted (again) the HDD via ReadyNas 4.6.1 from my MacBook as NTFS, and I run the command from a Windows 10 PC.

 

I have no problems accessing the contents. It leaves the log find and the top level folder on the USB drive, but it goes no further.

 

I have granted all the access I can think of, Network access is Anonymous (as are most all the shares on the internal drives), but File Access says that "The feature is not supported for the selected share/device", not that I know if it is good or bad.

 

Things were OK until a few weeks ago (It was formatted as FAT32, and had hit its limit, I have these warnings in the log: "Share: Consumed space on folder USB_HDD_8 exceeds 82% of the quota (1.6 TB)."

 

Any advice?

 

 

Message 1 of 6

Accepted Solutions
StephenB
Guru

Re: ReadyNAS 314 USB failures with Robocopy

The idea on /copy:dt was to explicitly exclude the attribute copy.  The forum firmware turned the :d into an emoticon (an annoying habit it has).


@PWS442 wrote:

 

 

I copy successfully when hooked up directly to the PC. It just seemed that the USB port on the rear was a good thing. Am I wrong?


 If you are driving the backup from the PC, it is better to use a direcly connected USB drive.  Otherwise you are transfering all the data over the network twice.

View solution in original post

Message 4 of 6

All Replies
StephenB
Guru

Re: ReadyNAS 314 USB failures with Robocopy

Try adding  /COPY:DT to your command line.

 

However, this is a very inefficient way to copy (the data goes from the NAS to the PC, and then back to the NAS USB drive).  

 

Two faster methods:

(a) attach the WDC disk directly to the PC (so the data only transits the network once).

(b) use an RN314 backup job (so the data doesn't transit the network at all).

Message 2 of 6
PWS442
Guide

Re: ReadyNAS 314 USB failures with Robocopy

Adding the T option did not copy new, nor modified files. Nothing was listed in the log. First it said the file I modified was skipped, then it said that it and the new file were both skipped. Using DAT (the default) also did nothing. Using /Copyall (DATSOU) said that I "do not have the Manage Autiting user right". DATS gave same error as before.

 

I will look into the native backup options (can snapshots be excluded?), or revise my VB6 program and run it on the W10 box.

 

I copy successfully when hooked up directly to the PC. It just seemed that the USB port on the rear was a good thing. Am I wrong?

Message 3 of 6
StephenB
Guru

Re: ReadyNAS 314 USB failures with Robocopy

The idea on /copy:dt was to explicitly exclude the attribute copy.  The forum firmware turned the :d into an emoticon (an annoying habit it has).


@PWS442 wrote:

 

 

I copy successfully when hooked up directly to the PC. It just seemed that the USB port on the rear was a good thing. Am I wrong?


 If you are driving the backup from the PC, it is better to use a direcly connected USB drive.  Otherwise you are transfering all the data over the network twice.

Message 4 of 6
PWS442
Guide

Re: ReadyNAS 314 USB failures with Robocopy

Thank you. I used the "d" option, did not see the "t" from the PC for a small folder successully. Then set up a backup job of the entire 5.44TB (usable) 4.70 (free), and to the WDC 4TB over the USB 3.0 rear port, it took 11 hours! Seems excessively long.

 

However, my question, (and RTM might be the answer) is how do I exclude certain files/folders? The Mac leaves a lot of ".DS*" and "._*" files around, and heaven forbid the drive gets a Recycle Bin (although I think I kind of liked that on the older ReadyNAS devices vs snapshot, just scared of editing the files and "bricking" it.)

 

Thanks and have a happy season.

Message 5 of 6
StephenB
Guru

Re: ReadyNAS 314 USB failures with Robocopy


@PWS442 wrote:

 

However, my question, (and RTM might be the answer) is how do I exclude certain files/folders? The Mac leaves a lot of ".DS*" and "._*" files around

 


There are several ways to exclude (and include) with Robocopy.  For your specific patterns, this is what you'd want:

/XF *.DS /XF *._*

 

There's a good command line summary here: http://ss64.com/nt/robocopy.html (it includes a bit more explanation than Microsoft's page here: https://technet.microsoft.com/en-us/library/cc733145.aspx )

Message 6 of 6
Top Contributors
Discussion stats
  • 5 replies
  • 4442 views
  • 0 kudos
  • 2 in conversation
Announcements