Hi Folks,
I have a device of size 5219263 blocks (each of size of 4096, Actually it has 41754107 blocks each of size 512 bytes. I just converted it into 4k blcok). When I try to create reiserfs file system on this device it reporting ERROR message that there are no enough blocks on the device. I tried the following command #mkfs -t reiserfs -b 4096 /dev/sda1 5219263 On the same device I am able to Ext2/Ext3 file system with out any problem #mkfs -t ext3 -b 4096 /dev/sda1 5219263 // this command running with out any problem. Why I am getting problem with reiserfs file system Your help is appreciated. Thanks in advance Regards Masthan
