* dd - unequal speed from partition to partition, partition to file, file to partition
@ 2011-03-28 19:28 bolega
2011-03-28 19:37 ` Stan Bischof
2011-03-28 22:29 ` Stefan Monnier
0 siblings, 2 replies; 3+ messages in thread
From: bolega @ 2011-03-28 19:28 UTC (permalink / raw)
To: help-gnu-emacs; +Cc: gnuist006
dd - unequal speed from partition to partition, partition to file,
file to partition
/dev/sda1 to /dev/sda2 around 25Meg/s
/dev/sda1 to a file_sda1 around 12Meg/s
file_sda1 to /dev/sda1 around 5Meg/s
Why ???
I have played with various block sizes such 1M, 4M, 500M
In the all three cases, its from the same disk to itself OR from
different disks, eg SATA to USB ... if I recall correctly.
Please give an explanation why read from a file to disk partition is
so slow ???
Bolega
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: dd - unequal speed from partition to partition, partition to file, file to partition
2011-03-28 19:28 dd - unequal speed from partition to partition, partition to file, file to partition bolega
@ 2011-03-28 19:37 ` Stan Bischof
2011-03-28 22:29 ` Stefan Monnier
1 sibling, 0 replies; 3+ messages in thread
From: Stan Bischof @ 2011-03-28 19:37 UTC (permalink / raw)
To: help-gnu-emacs
In comp.os.linux.misc bolega <gnuist006@gmail.com> wrote:
> dd - unequal speed from partition to partition, partition to file,
> file to partition
>
> /dev/sda1 to /dev/sda2 around 25Meg/s
> /dev/sda1 to a file_sda1 around 12Meg/s
> file_sda1 to /dev/sda1 around 5Meg/s
>
> Why ???
>
> I have played with various block sizes such 1M, 4M, 500M
>
> In the all three cases, its from the same disk to itself OR from
> different disks, eg SATA to USB ... if I recall correctly.
>
> Please give an explanation why read from a file to disk partition is
> so slow ???
>
Well, the obvious answer ( maybe even the right one ! ) is that
different disks and interfaces have different speeds available,
different cache sizes and so on.
Transferrring from one SATA disk to another SATA on the same bus
will definitely be a different speed than transferring from the
same disk to another disk mounted on USB. Transferring from one
disk to another will be different ( likely faster ) than
from one disk to elsewhere on the same disk.
In each case the data goes through a path- and the slowest
link in that path will determine the overall speed. Then
you get into other items like cache size- small files may be very
fast if they fit into cache while big files can be much
slower since they overflow the cache. Lots of variables.
There is absolutely no reason to expect the various paths
to be the same speed , not even taking into account the
software used.
Stan
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: dd - unequal speed from partition to partition, partition to file, file to partition
2011-03-28 19:28 dd - unequal speed from partition to partition, partition to file, file to partition bolega
2011-03-28 19:37 ` Stan Bischof
@ 2011-03-28 22:29 ` Stefan Monnier
1 sibling, 0 replies; 3+ messages in thread
From: Stefan Monnier @ 2011-03-28 22:29 UTC (permalink / raw)
To: help-gnu-emacs
> dd - unequal speed from partition to partition, partition to file,
> file to partition
> /dev/sda1 to /dev/sda2 around 25Meg/s
> /dev/sda1 to a file_sda1 around 12Meg/s
> file_sda1 to /dev/sda1 around 5Meg/s
> Why ???
Maybe you need to update to a more recent version of Emacs?
Stefan
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-03-28 22:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-28 19:28 dd - unequal speed from partition to partition, partition to file, file to partition bolega
2011-03-28 19:37 ` Stan Bischof
2011-03-28 22:29 ` Stefan Monnier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).