slow dd backup on ntfs drive



I experienced some very slow backup (days) using Knoppix and an
external hard drive (NTFS). I wanted to backup a whole hard drive so
fat32 was not good enough (since files cannot be larger than 4Gb).

However, when I plugged a fat32 external hard drive, the speed was
fine. I thus backed up my hard drive using dd and storing the result
into different files of 1Gb

Backing up to archive split into 1GB chunks:

dd if=/dev/hda | split -b 1024m -d - hda.

Restoring:

cat hda.* | dd of=/dev/hda

Arno

.



Relevant Pages

  • Re: NTFS and Dos
    ... You know much more about fixing FAT32 than I do. ... write to an NTFS file system. ... >Several utilities and tools can see Long File Names from DOS or DOS ... Three types of LFN support: ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: NTFS and Dos
    ... You know much more about fixing FAT32 than I do. ... write to an NTFS file system. ... >Several utilities and tools can see Long File Names from DOS or DOS ... Three types of LFN support: ...
    (microsoft.public.windowsxp.general)
  • Re: File Searching, how to speed it up?
    ... If you have more data than FAT32 can hold, use ntfs with a larger cluster ... If the average disk queue length goes over 2 it does terrible things ... Nested, 120 files per folder, 60 of those folders for each parent ...
    (microsoft.public.dotnet.framework.performance)
  • Re: convert external drive?
    ... >> and D: (NTFS) drives. ... Right now, everything is FAT32, and the external drive is ... So unless you have some special need for a FAT32 partition on your ... All, or virtually all, commercially-available USB external hard drives ...
    (microsoft.public.windowsxp.general)
  • Re: FAT32 or NTFS on an external USB disk drive???
    ... Converting to NTFS is definitely better - but for those who don't play around ... with computers that much, it may be better to leave it as FAT32. ... FAT & NTFS File Systems in Windows XP ...
    (microsoft.public.windowsxp.general)