Results 1 to 2 of 2
Hi all,
I want to know there is any user command to know the hard disk block size used in my system? I prefer a built in command rather than ...
- 04-08-2008 #1
[SOLVED] What's my block size ?
Hi all,
I want to know there is any user command to know the hard disk block size used in my system? I prefer a built in command rather than program to know these info.
Thanks.- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 04-08-2008 #2
I got it

sudo dumpe2fs /dev/sda2 | grep -i 'Block size'- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------


