www.dragino.com
LG01-N/OLG01-N Gateway User Manual
50 / 61
"rootfs_data" //inside rootfs, all data store here.
"config" // a separate partition doesn't include file system
"art" // radio data and board ID.
Use df command to see available flash & RAM:
tmpfs 30096 96 30000 0% /tmp // RAM: reset after reboot,
/dev/mtdblock4 8512 368 8144 4% /overlay //Flash: Remain after reboot
Reset to factory default:
mtd erase rootfs_data -r
Except /tmp and /var. all data will be store in flash. /tmp and /var are store in RAM