lvm + xfs güzel bir ikili oluşturuyor. Virtualbox için oluştuduğum dosya sistemi iki ayrı disk üzerine 4k bloklardan oluşmaktadır. LVM strip size ve xfs bloklarının 4k olması performansa ciddi bir faydası oluyor. i/o performansı meraklıları test edebilir. :) [root@zurbahan ~]# lvcreate -L2126997504B -i2 -I4 -nxfs-log depo File descriptor 7 (pipe:[422885]) leaked on lvcreate invocation. Parent PID 18130: bash Rounding up size to full physical extent 1,98 GiB Logical volume "xfs-log" created. [root@zurbahan ~]# lvcreate -L400G -i2 -I4k -nvbox depo File descriptor 7 (pipe:[422885]) leaked on lvcreate invocation. Parent PID 18130: bash Logical volume "vbox" created. [root@zurbahan ~]# mkfs -t xfs -L vboxs -l logdev=/dev/mapper/depo-xfs--log /dev/mapper/depo-vbox meta-data=/dev/mapper/depo-vbox isize=256 agcount=16, agsize=6553599 blks = ...