Hi,
is there any way by which i can know how much free space has been left in mtdblocks, i have tried df command which gives me this result
# df
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/mtdblock2 2560 2200 360 86% /
/dev/ram0 115 10 105 9% /var
/dev/mtdblock3 3328 2068 1260 62% /var/tmp
/dev/mtdblock3 3328 2068 1260 62% /home
/dev/mtdblock3 3328 2068 1260 62% /etc
/dev/mtdblock3 3328 2068 1260 62% /usr/bin
here it say that its "1k-blocks" but i am pretty sure that wrong, i have inserted some files and get that its about 2424 byte per block, is there any way i can know true block size? or is there any other way to find free space size?
thanks
