extremely slow copy speed (50k/s)

Jon Nettleton jon.nettleton at gmail.com
Fri Feb 18 15:29:07 UTC 2011


>>
>> He is the line of my /etc/fstab file which defines my backup disk, with
>> the label common
>>
>> LABEL=common            /home/vinicius/Desktop/common  ntfs
>> auto,user,sync  0 0
>>

Part of your performance problem is definitely mounting with the
'sync' command.  This option basically removes any write caching that
is done by the kernel and forces lots of extra "writes" to the disk.

you should also run `iostat 5 10` while doing the copy this will give
you a snapshot of the number and size of the reads and writes down to
the IO subsystem.

Also, how are your disks connected, PATA, SATA, ESATA, USB 1.1/2.0?
All this could give different reasons why you are seeing problems.

That should get you started.

Jon


More information about the laptop mailing list