So I tried to format my partions first with XFS and 8k block size ... I formated the partition but when I mounted it I got:
XFS: Attempted to mount file system with blocksize 8192 bytes
XFS: Only page-sized (4096) or less blocksize currently work.
After that I tried to format with ext3. but when I launched:
mkfs.ext3 -b 8192 /dev/hdc1 I get:
mkfs.ext3: 8192-byte blocks too big for system (max 4096)
4096 is the maximum sized block ?
Thanks