1833784 Members
2168 Online
110063 Solutions
New Discussion

block size

 
kunjuttan
Super Advisor

block size

Hi Gurus,

How can check the block size of particular file systems..

thanx in advance..
4 REPLIES 4
rariasn
Honored Contributor

Re: block size

Hi:

# fstyp -v /dev/vgxx/rlvoln | grep f_bsize

rgs,
kunjuttan
Super Advisor

Re: block size

Hi,
Thanxx..May i know what is this f_frsize.

Patrick Wallek
Honored Contributor

Re: block size

Have a look at the 'stat' man page for more info. Briefly:

f_bsize; /* preferred file system block size */
f_frsize; /* fundamental file system block size */
Patrick Wallek
Honored Contributor

Re: block size

>>Have a look at the 'stat' man page for more info.

That should read: Have a look at the 'statvfs' man page for more info.