phedny
10-05-2005, 15:34
[admin@WL500g root]$ cat /proc/mtd
dev: size erasesize name
mtd0: 00040000 00010000 "pmon"
mtd1: 003a0000 00010000 "linux"
mtd2: 002f53b4 00010000 "rootfs"
mtd3: 00010000 00002000 "nvram"
mtd4: 00010000 00010000 "config"
mtd0 (pmon) -> bootloader
mtd1 (linux) -> firmware
mtd3 (nvram) -> nvram variables
mtd4 (config) -> flashfs
Only mtd2 (rootfs) I can't seem to find out what it's used for. Also, why does it have this "strange" size? If it isn't being used by current firmware, is it safe to use it?
dev: size erasesize name
mtd0: 00040000 00010000 "pmon"
mtd1: 003a0000 00010000 "linux"
mtd2: 002f53b4 00010000 "rootfs"
mtd3: 00010000 00002000 "nvram"
mtd4: 00010000 00010000 "config"
mtd0 (pmon) -> bootloader
mtd1 (linux) -> firmware
mtd3 (nvram) -> nvram variables
mtd4 (config) -> flashfs
Only mtd2 (rootfs) I can't seem to find out what it's used for. Also, why does it have this "strange" size? If it isn't being used by current firmware, is it safe to use it?