On Sun, Aug 07, 2011 at 11:39:33AM -0700, Dhaval Giani wrote:
> [Adding vgoyal to the cc]
[..]
> > -- process 31646 --
> >
> > user@localhost$ dd if=/tmp/fourgigfile of=/mnt/fourgigfile bs=4k
> > count=100
> > 100+0 records in
> > 100+0 records out
> > 409600 bytes (4.1 GB
That worked, thanks! What are my options for throttling data via cp?
ie: cp /tmp/fourgigfile /mnt/fourgigfile
FWIW, I'm trying to copy files from one filesystem to another without
sacrificing system performance. This maybe where I should be using
blkio.weight but I'd like to be able to put a har
On Mon, Aug 08, 2011 at 10:42:50AM -0500, Dusty Hall wrote:
> That worked, thanks! What are my options for throttling data via cp?
> ie: cp /tmp/fourgigfile /mnt/fourgigfile
>
> FWIW, I'm trying to copy files from one filesystem to another without
> sacrificing system performance. This maybe whe