Friday, October 14, 2011

How to check FileSystem Block Size on Linux

In case  you wish to find out what Block Size your system is using in using, you can use the following commands to check

# tune2fs -l /dev/sda1 | grep -i 'block size'
Block size:1024

# blockdev --getbsz /dev/sda1
1024

No comments: