Slashdot Mirror


Speeding up Firewire File Transfers?

Milo_Mindbender asks: "I've got a pretty common problem: copying a ton of files from an old Windows XP computer to a new one. After noticing how long transfers were taking over my 100mbps Ethernet, I hooked up a IEEE1394/Firewire cable and things were much faster. Strangely though, Windows is still only using about 10% of the cable's 400mbps bandwidth. Does anyone know any tips/tricks for speeding this up or any Shareware mass-file-copy tools that would be faster than Explorer/file sharing? Right now, the older machine is setup with Windows file sharing and the new machine is copying from it, neither machine is using much CPU and the disks are nowhere near their max speed. The number and size of the files might be what's slowing it down, since it's gigabytes of files in the 100-200k size range."

20 of 187 comments (clear)

  1. archive then move? by vjl · · Score: 4, Informative

    Have you tried to archive/compress them first [gzip/zip/etc], then move the big file over? Lots of small files take longer to move than fewer larger files. /vjl/

  2. Move the old hard drive, then copy by TheArtfulTodger · · Score: 4, Informative

    Why not just plug the old hard drive on the secondary channel on the new PC, reboot and then just file copy? Or do I need to reread the question?

    1. Re:Move the old hard drive, then copy by BrynM · · Score: 5, Informative
      The problem with doing that is Windows can detect the "magic" folders... Mods: If you don't know what "magic" is, please mod some other comment. Thank you.

      Do you mean the software named "Magic Folders"? Or perhaps you have some kind of Folder of Holding with compression created by a high-level Magic User. Most likely you mean the Special Folders that are used by Windows, but then again you may just be spouting about something you actually know little about.

      Or maybe you should just explain yourself and not flame the mods... You might even get modded +Insightful or +Informative then and you would have the advantage of explaining your term to the person you were answering - thus being genuinely helpful.
      --
      US Democracy:The best person for the job (among These pre-selected choices...)
    2. Re:Move the old hard drive, then copy by BrynM · · Score: 4, Informative
      BTW, I learned the term "magic" from the Microsoft tool "tweakgui". I didn't invent it.

      I looked in TweakUI and it calls them "Special Folders" as well. My point is: Be careful about how you present things that you may only have cursory knowledge of here on Slashdot. I was being funny about it, but there are planty of users out there who will ream you for bad information. Instead of being authorative and telling the mods what to do, you could have replied in the form of a question such as "You could try, but won't windows have problems with the magic folders?" or something like that. Further, you could disclaim being an authority and just post something along the lines of "I think that...".

      Ok, I'm done being a slashdot post nazi now :D

      From my experience, XP stores the hard locations (ie: c:\Documents and Settings\BrynM\My Documents") for the special folders it needs in the registry. I've never had a problem slapping a previously used drive into a machine to copy files (I did this exact thing to recover files after and IDE failure that was corrupting NTFS just a couple of weeks ago). If you've had problems or know of them, then please post that.
      --
      US Democracy:The best person for the job (among These pre-selected choices...)
    3. Re:Move the old hard drive, then copy by cgenman · · Score: 2, Informative

      Special folders don't exist on the second drive. Only the real folders do. So your desktop folder is still in a folder on the drive, you just have to know where to look. In this case, that's Drive:\Documents and Settings\User\Desktop. The virtual folder itself ceases to be where you expect it to be, as Windows is not searching your secondary drive for them, but it continues to be where it is.

      If you want to know where a folder really is on the drive, just do a search for a file you think is in the drive.

      In terms of Folders, Windows adds the contents of the folders together. If instead of being meticulous about your upgrade, you simply copy over your entire "Documents and Settings" folder, all of the contents of the folders that were virtual before will be added to the new folders that are virtual now. This works better if you keep usernames the same between machines. Nothing should break. I'd recommend against directly copying your program folders or windows folders, but nothing from there would work anyway.

      I've done upgrades like this before, direct drive-to-drive through the intermediary OS. It really is the fastest way to do it.

  3. Here by abscissa · · Score: 5, Informative

    Here you go.

    Firewire is crippled in Windows by default. You need the patch here to restore functionality.

    1. Re:Here by PayPaI · · Score: 2, Informative

      Non login requiring link here
      Article seems to imply that only 1394b (FW800) controllers are affected. Still, limiting to S100 is a pretty dumb move on MSFT's part (insert tinfoil rant about MS being in league with Intel over FW vs USB2 here).
      As a side note, I use an external FW drive on my HP laptop running XPSP2 Pro, and I can pull >35MB/s from it. I do not have any machines with 1394b so I can't confirm that there is an issue with that, but my 1394 port is definitely not running at S100.

    2. Re:Here by Anonymous Coward · · Score: 2, Informative

      Thanks for the link but in order to download the fix MS requires you to have that Windows Genuine Advantage crap installed.

      Until Microsoft gets a truthful disclosure I refuse to install it.

  4. Find the bottleneck by philocipher · · Score: 2, Informative

    If your not maxing out your connection, any number of things could be limiting the speed of the transfer; cpu, bus speed, harddrive performance etc. Use a system monitoring utility to see what's at 100% utilization, and then upgrade the part. Transfering larger files that are sequential on the disk will also help.

  5. Re:Use FTP by andy753421 · · Score: 2, Informative

    If you're using tcp/udp and you're really worried about protocols slowing you down here's a nice way to bypass them almost completely.
    user@destination $ netcat -l -p 12345 | tar -x
    user@source $ tar -c /usr/src/linux-2.6.17.1 | netcat desktop 12345

  6. Re:xcopy? by Anonymous Coward · · Score: 1, Informative

    Yes, xcopy for NT is very good. I use it all the time. You need a string of options as long as your arm to do proper backups, though, and it chokes if the number of files is too large. In that case, you could try GNU cp.

  7. Re:It's the hard drive, not the fire-wire by ArbitraryConstant · · Score: 5, Informative

    Firewire 400 is 400 megabits per second.

    A modern SATA drive can do just shy of 70 megabytes per second, which is 560 megabits.

    --
    I rarely criticize things I don't care about.
  8. Pay attention to units by Bogtha · · Score: 3, Informative

    Strangely though, Windows is still only using about 10% of the cable's 400mbps bandwidth.

    Are you sure you aren't confusing mbps with MBps? 400mbps is equal to 50 megabytes per second, and "12.5% of the cable's bandwidth" sounds suspiciously like your description of the problem, "about 10% of the cable's bandwidth".

    --
    Bogtha Bogtha Bogtha
  9. Re:xcopy? by 1u3hr · · Score: 3, Informative
    Is there now a version that supports long filenames?

    See my earlier post about XXcopy, http://www.xxcopy.com./

  10. Have you tried this? by Anonymous Coward · · Score: 3, Informative

    There is a problem in Windows XP SP2 with firewire transfer. Albeit that it could be numberous small files creating problems but it should be faster than 100mbps ethernet. Try this blog regarding Windows XP SP2 Firewire Slowness for a link to the KB and a links to few other work arounds or just go direct to the KB article.

  11. Re:It's the hard drive, not the fire-wire by ArbitraryConstant · · Score: 3, Informative

    "Modern? This is from an old computer to a new computer - and those speeds would be for consecutive data. Which I suppose is fair, given that the user defragmented completely. But an IDE drive's speed is far less 400mbit/s."

    They're just about as fast as SATA drives, since ATA-100 is still faster than the sustained speeds of the drives (100 is megabytes in this case). This is why ATA-133 never caught on -- it's faster than any of the drives you'd connect it to. It wasn't SATA's speed that made it popular, it's the numerous other advantages (thinner cable, cheaper, hotplug, etc).

    --
    I rarely criticize things I don't care about.
  12. Re:It's the hard drive, not the fire-wire by PB_TPU_40 · · Score: 2, Informative

    Acuatlly hardrives both IDE/EIDE, and normal scsi are measured in MB/s note the capital B meaning BYTEs not BITs. External communication channels are measured in bits/s. Only the new SATA, and SerialSCSI drives are bits/sec. If you calculate it out, a 3.0Gb/s SATA drive pulls about 375MB/s burst rate. Its marketing manipulation.

    I'm not sure why you're transfers aren't that fast, for me firewire from my external harddrive is just as fast and getting stuff off my fileserver *6 disk raid 0*. I have yet to max out my gigabit system, and that was copying 3 dvd images to my desktop (U160 SCSI) *I was doing this to determine upper bandwidth from my server* and even then I was sustaining only about 60 MB/s, note thats sustained.

    My firewire disk drive copies at a slightly slower rate, but at about 30MB/sec, however considering the theoretical MAX with just transfer, no protocol or system overhead is 50MB/sec. Another question is how much ram do you have, cause most certainly if your sending drive is slow, or your recieving is slow, everything is limited to that speed.

    --
    -PB_TPU_40 The trick to flying is to throw yourself at the ground and miss.
  13. Re:It's a good thing you don't write Windows... by $RANDOMLUSER · · Score: 2, Informative

    I don't know which is worse, how breathtakingly wrong this post is (Windows: now it sees into the future) or the fact that this AC post got modded "insightful".

    --
    No folly is more costly than the folly of intolerant idealism. - Winston Churchill
  14. NSCopy by megabyte405 · · Score: 2, Informative

    I use NSCopy for any decently-sized Windows File Sharing file transfer - it can copy a whole directory tree and throttle the speed down or up (to maximum "plaid") Just google for it, it's free.

    If you want more speed, I'd say get FireZilla (an FTP client) and FireZilla Server (an easy to use FTP server), both open source and free. Set up the server on the "source" computer, and download as fast as you can! It will use the bandwidth much better.

    One of the other suggestions about moving the hard drive would work too, but these are within your original constraint of improving network transfer performance. If you move the hard drive, use a text-mode (like xcopy) utility to copy from the command prompt - far faster than using Explorer.

    Good luck!

    --
    I recognize people by their sigs. Is that a bad thing?
  15. Synctoy by joeaic · · Score: 2, Informative
    --
    From here to there and there to here funny things are everywhere.