On Fri, 9 Nov 2007, Fernando Witzke wrote:
> dd if=/dev/${disk}d bs=1m count=$size skip=$offset \
> | gzip -9 \
> | progress dd of=$file
>
> running the script this way gave me a transfer rate about 800kbs...and
> changing the gzip option to 1 didn't make it any better...
>
> so, i tried to remove gzip command to see if the problem was compressing
> ...this is the command:
>
> dd if=/dev/${disk}d bs=1m count=$size skip=$offset \
> | progress dd of=$file
>
> running it on netbsd gives me a transfer rate of ~5MBs:
> $ sh savepart wd0 e image
>
> but if i boot g4u kernel, and try to make write this file in the fat
> partition the transfer rate stands around 1MBs, this is the script:
> $ mkdir /mnt/fat
> $ mount /dev/wd0f
> $ savepart wd0 e /mnt/fat/image
>
> I guess it's it.

Hm, my guess was wrong. I have no idea of what's going on, from this 
distance. :(


  - Hubert

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
g4u-help mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/g4u-help

Reply via email to