Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Others => Miscellaneous => Topic started by: rajesh.bahl on May 24, 2007, 04:44:41 PM

Title: Seeing the block size of a file system
Post by: rajesh.bahl on May 24, 2007, 04:44:41 PM


Is there any way we can see the block-size of an already existing file system on a system ?



regards
rajesh.bahl
Title: Re: Seeing the block size of a file system
Post by: gauravbajaj on May 30, 2007, 12:07:45 PM
You can use df command to see it , Its usually gives 1 K of Blocks

To see that you can give df command , By default it takes 1 KB as block size but you can specify it also using command
#df -B blocksize