[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mirroring HDs in NT4


  • To: omega-list@xxxxxxxxxx
  • Subject: Re: Mirroring HDs in NT4
  • From: Michael Charness <wsi@xxxxxxxxxxxxx>
  • Date: Tue, 27 Jan 1998 06:55:28 -0800 (PST)
  • In-reply-to: <3.0.2.32.19980124172613.00966a70@xxxxxxxxxxxxx>

PureBytes Links

Trading Reference Links

At 05:26 PM 1/24/98 Robert Bianchi wrote:
>Hi Michael,
>I noticed your post on the Omega-List re: doing a mirror backup in Win 95.
>I run on an NT4 operating system.  Would you know whether the same commands
>would work under an NT4 operating system ????

I don't know anything about NT4.  The 
xcopy c:\*.*/e/h/k/r/c d:\ 
command is what PC Magazine says that you use if you're replacing your hard
drive with a larger one.  You put the bigger HD in as a new (slave) hard
disk, then run that command, then take out the smaller HD and re-jumper the
large new HD as master instead of slave, and it's supposed to be
plug-and-play.  I've never actually tried it that way, but I certainly use
the above XCOPY command every weekend on my trading machine.

>Also, what do the following commands perform:
>/e     ???
>/h     ???
>/k     ??? 
>/r     ???
>/c     ???

If from a DOS window you do a "xcopy/?" you'll find out that
/e=copies directories and subdirectories, including *E*mpty ones
/h=copies hidden and system files also
/k=copies and retains file attributes rather than resetting
/r=Overwrites read-only files
/c=continue copying even if the system reports errors

Mike C.