munchy_cool
New Around Here
cat /proc/mtd
It won't show exactly 64M, I think due to some overhead in setting up a separate boot partition during firmware upgrade, but it's close (this is on my fork, the latest merlin will be slightly different)
Code:admin@AC68P-00000:/tmp/home/root# cat /proc/mtd dev: size erasesize name mtd0: 00080000 00020000 "boot" mtd1: 00180000 00020000 "nvram" mtd2: 03e00000 00020000 "linux" mtd3: 03c57a1c 00020000 "rootfs" (= 63,275,500) mtd4: 04000000 00020000 "brcmnand" mtd5: 02000000 00020000 "jffs2"
so for me , rootfs is 03c57ae8 ..not sure how to convert that into MB ?
Edit
I am on your latest build
Edit 2
too much food on Thanksgiving killed my thinking power. Those sizes are in hexadecimal...03c57ae8 = 63273704 which is around 64mb ..so we have a way of finding out if rootfs was expanded or not..nice ..
Last edited: