Whamcloud - gitweb
mke2fs: get device topology values from blkid
authorEric Sandeen <sandeen@redhat.com>
Fri, 2 Oct 2009 16:32:42 +0000 (11:32 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 4 Oct 2009 19:09:18 +0000 (15:09 -0400)
commit9ed8e5fec226aa53634ed95cbeac736d90a518e5
tree327f4426e5b492455fcd74f005937979a9cf3fb3
parente1f085079525c0ed4c5ab1f2abedaf9407a7b8da
mke2fs: get device topology values from blkid

Handle automatic selection of stride/stripe:

mke2fs 1.41.9 (22-Aug-2009)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=16 blocks, Stripe width=32 blocks
...

And warn on block device misalignment:

mke2fs 1.41.9 (22-Aug-2009)
/dev/sdc1 alignment is offset by 32256 bytes.
This may result in very poor performance, (re)-partitioning suggested.
Proceed anyway? (y,n)

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
configure
configure.in
misc/mke2fs.c