lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 29 Dec 2010 17:40:12 +0100
From:	Kay Diederichs <kay.diederichs@...-konstanz.de>
To:	linux-ext4@...r.kernel.org
Cc:	linux-ext4@...r.kernel.org
Subject: Re: Uneven load on my raid disks.

Rogier Wolff wrote:
...
> 
> http://www.goplexian.com/2010/09/6-tips-for-improving-hard-drive.html
> 
> says: 
> dumpe2fs -h /dev/md0 | grep RAID
> 
> should show wether my ext4 partition is on a RAID. Well mine is, but
> doesn't provide any output. Did I forget those raid-options during
> formatting? Can this be tuned after the fact?
> 

% tune2fs -l /dev/md0

...
RAID stride:              128
RAID stripe width:        768
...

runs much faster than dumpe2fs.
The command can also adjust the values.

HTH,
Kay

--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists