hello,
I'm running debian testing with 2.6.28
and ocfs2-tools, ocfs2console 1.4.1
everything work fine for my older devices (thanks)
but i can't format my new big device to use more than 16To for it.
I've tried to modify and compile ocfs2-tools to force jbd2
with no success to compile.
Thanks for your help.
--
Christophe .
ps :
root at server:~# mkfs.ocfs2 --fs-feature-level=max-features -N 32 -T mail
-L home /dev/sdd1
mkfs.ocfs2 1.4.1
Cluster stack: classic o2cb
Filesystem Type of mail
Filesystem label=home
Block size=4096 (bits=12)
Cluster size=16384 (bits=14)
Volume size=35644168421376 (2175547389 clusters) (8702189556 blocks)
67447 cluster groups (tail covers 9213 clusters, rest cover 32256 clusters)
Journal size=268435456
Initial number of node slots: 32
ERROR: jbd can only store block numbers in 32 bits. /dev/sdd1 can hold
8702189556 blocks which overflows this limit. Consider increasing the
block size or decreasing the device size.
root at server:~# lsmod
Module Size Used by
ocfs2_dlmfs 19600 1
ocfs2_stack_o2cb 5824 1
ocfs2_dlm 187200 2 ocfs2_dlmfs,ocfs2_stack_o2cb
ocfs2 454792 2
jbd2 58544 1 ocfs2
ocfs2_nodemanager 179384 36 ocfs2_dlmfs,ocfs2_stack_o2cb,ocfs2_dlm,ocfs2
configfs 27312 2 ocfs2_nodemanager
ocfs2_stackglue 13488 2 ocfs2_stack_o2cb,ocfs2