Timeline for How to manually mount the virtual file systems, to copy MTD partitions
Current License: CC BY-SA 4.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 19, 2019 at 22:37 | comment | added | fxgreen | So, I need to mount every partition in order to dump it? I mean like this, for example, for nvram file: # mknod -m 644 /dev/mtd9 c 90 9 # mknod -m 644 /dev/mtdblock9 b 31 9 # mount -t jffs2 /dev/mtdblock9 /mnt | |
| Apr 19, 2019 at 21:32 | history | answered | Jay | CC BY-SA 4.0 |