On Thu, 26 Jan 2006 12:22:16 +1300, "~misfit~" <>
wrote:
>I've recently had a HDD come into my possesion. It's a Samsung Spinpoint
>80GB that was used in a machine in a hot place with no effort made in the
>placement of the drive in the case to facilitate cooling.
>
>I got the machine to troubleshoot as it kept crashing out of Windows, with
>increasing frequency as it got hotter. It got to the stage where it wouldn't
>boot. I replaced the drive and migrated all the data off it onto the
>replacement, it was completely accessable as a slave drive. For my troubles
>I got to keep the Samsung.
>
>Anyway, it seems that there's something wrong with the MFT or somesuch. Not
>only won't it boot but I can't install Windows to it, the installation
>routine gives an error. (Can't remember what).
>
>So, I decided to use it as a a data drive. An external USB data drive to be
>exact. It works fine as such. I use it to back up certain folders from my
>main machine and also to transfer files to other machines.
>
>My problem? I still have a couple machines here that are running Win 89SE
>and would like to format the drive with FAT32 as one partition so they can
>see it as well. XP won't do this for me. Can anyone advise me of how to do
>this? (The 98SE machines are running the "Unnoficial Service Pack" if that
>means anything. I haven't tried formatting FAT32 with 98SE yet as those
>machines only have USB1.1 and it's slooooow accessing the drive. However, I
>will if that's a workable option. I just didn't want to delete the current
>50GB of data and try it if it's not going to work).
I take it that the drive is currently NTFS? You could use BootItNG from
http://www.bootitng.com to convert it to FAT32.
It does partition resizing and conversion. The free demo works OK. It runs
from a boot disk. It'll be a bit slow over USB, especially with 50GB of data,
but it'll get there eventually. You could use Partition Magic or similar but
I don't know if their demo version will do this.
BootItNG is also a boot manager, when it first starts up remember NOT to
choose the option to install it on your hard drive. It does disk imaging as
well. It's a very handy utility and well worth the registration fee if you're
looking at buying.
>Also, I need a freeware mirroring program. It gets tedious backing up my
>folders to the drive each time, either over-writing the whole folder or just
>doing an eye-ball comparison and copying the files selectively. It would be
>reall nice to just plug it in and run a program that just copied the changed
>or recently added files from the (identically named) source folders. Am I
>asking too much? I have several back-up solutions (Some that will do
>incremental back-ups) but they all insist on backing up to some proprietry,
>compressed format. I just want the files to be backed up as identical to the
>originals. That way I can access them from another machine.
Xcopy will do this. You can put it in a batch file, e.g.
xcopy "c:\Documents and Settings\Joe Bloggs\My Documents\*.*" "f:\Documents\"
/drchevy
That should be all one line. Just add another line with the appropriate paths
to backup from other locations. Check the xcopy documentation:
xcopy /?
to see what all the switches do.
Dr. Chevy is how I remember the command line switches I usually use
--
Ray Greene