Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] X Freezes With Firefox on Many Post 2.6.38 Kernels
Date: Sat, 30 Jul 2011 10:05:30
Message-Id: 201107301104.37945.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] X Freezes With Firefox on Many Post 2.6.38 Kernels by Dale
1 On Saturday 30 Jul 2011 01:32:07 Dale wrote:
2 > Alex Schuster wrote:
3 > > Am 30.07.2011 01:06, schrieb Dale:
4 > >> I'm just curious as to how much longer dd is going to take. I wish it
5 > >> has some sort of a progress bar or something. :/
6
7 dcfldd has a progress indicator AFAIR.
8
9 To make sure that your dd speed is maxed out for the drive that you are dd-ing
10 on, you need to run some tests with different block sizes:
11
12 dd if=/dev/zero bs=1024 count=1000000 of=/tmp/1G_file.txt
13 dd if=/dev/zero bs=2048 count=500000 of=/tmp/1G_file.txt
14 dd if=/dev/zero bs=4096 count=250000 of=/tmp/1G_file.txt
15 dd if=/dev/zero bs=8192 count=125000 of=/tmp/1G_file.txt
16
17 On my 500G drive 2048 gives the best speed.
18
19 Then set bs=2048 or whatever is faster on yours when you run the dd command.
20
21 --
22 Regards,
23 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] X Freezes With Firefox on Many Post 2.6.38 Kernels Dale <rdalek1967@×××××.com>