April 25, 2024, 10:08:15 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: Seeing the block size of a file system  (Read 3310 times)

Offline rajesh.bahl

  • Linux Learner
  • ***
  • Posts: 86
Seeing the block size of a file system
« 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

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
Re: Seeing the block size of a file system
« Reply #1 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