Re: USB drive problem



"Bob Davis" <nospam@xxxxxxxxxx> wrote in
news:hstsj.527$aj7.250@xxxxxxxxxxxx:

I have a Vipower USB mobile rack with a 300gb IDE drive enclosed
that's formatted NTFS, used to backup important files for storage
off-site. Once per month I update the files using a batch file (4NT)
using this context for the copy command:

COPY D:\TIFBAK\*.* L:\TIFBAK /U /S

The problem is that it hasn't updated the files since 09/2007 even
though it would show file-copy progress and lots of disk activity as
if it was being done. Thus, I thought I was backing up the files but
in fact was not, and it seems to be unable to hold more than 118gb in
that folder. After running the batch file, which appears to be adding
files, the total used capacity of the drive does not change,
suggesting that no files are being added. However, if I repeat a given
copy command manually (e.g., COPY D:\TIFBAK\FILENAME.ZIP L:\TIFBAK)
I'm told the file exists and asks if I want to overwrite it. It in
fact doesn't exist, as it doesn't show up using DOS DIR command, in
Windows Explorer, or Windows file search. The files copied are
typically 20mb-1gb in size.

This problem persists whether using the batch file, doing a COPY
command in DOS, or using Windows Explorer to copy the files. OTOH, if
I move all 118gb existing in the \TIFBAK folder to the root of that
drive (L:\) there is no such problem going beyond 118gb and all files
are copied successfully.

My D: drive, a 500gb SATA drive in the computer also has a \TIFBAK
folder which is the first-level storage device for these files, and
there is no such limitation--so I'm convinced it isn't an NTFS
capacity problem. Is there a USB interface or driver issue that
prevents >118gb in a folder under the root directory? I've solved the
problem by changing the batch-file commands to L:\ as the destination
folder, but I would like to know what's going on with this. I've been
thinking I've been backing up my files and for five months have not!

The first problem I see is that there is no U or S switch for COPY.
COPY switches:
http://www.computerhope.com/copyhlp.htm

There is a U and S switch for XCOPY.
XCOPY switches:
http://www.computerhope.com/xcopyhlp.htm

But that doesn't explain why Explorer can't copy files totaling more
than 118GB to a subdirectory on an external USB HD.

--
pcbldrNinetyEight
.



Relevant Pages

  • Re: Ways to get a Directory Listing in a Text File, or Printed out - Re: Web site directories
    ... Use the CD Command, in a Command Prompt Window ... That doesn't specify a folder, just changes to the specified folder, ... if yo ucall up a Script (or Batch File) by using the *RightClick* ...
    (uk.people.silversurfers)
  • Re: Un-erasable folder
    ... Or first use the dir command with the /x switch to see the SFN ... > so it should have created a folder named "Even in the Quietest ... > instead it created one missing a period, thus: "Even in the Quietest ...
    (microsoft.public.windows.file_system)
  • Re: How to copy whole folders?
    ... First of all your syntax is different than xcopy help shows: ... I want just to move my batch file from one folder to another and run it ... error and restart the same xcopy command until all files are copied. ...
    (microsoft.public.windows.file_system)
  • Re: XCopy Exclude Function NOT Working
    ... folder that I would like to exclude. ... some other Xcopy command as well the trouble command line follows along ... with the contents of the exclude file list. ... Batch file command: ...
    (microsoft.public.windowsxp.general)
  • Re: Automate printing of all files in a subfolder
    ... What I want to be able to do is to print a all the files in a folder ... I know I can probably write a batch file to open Monarch, ... Will the command open all of the files at once or will it be smart enough to ...
    (microsoft.public.windowsxp.general)