| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 2 months |
| seen | Jun 23 '12 at 23:39 | |
| stats | profile views | 0 |
|
Apr 4 |
awarded | Student |
|
Apr 2 |
comment |
Reboot to fail safe mode when root file system is full Thanks a zillion :) For embedded systems,we really need the booting to be 110% robust. BTW, we are running a camera with builtin Atom cpu, 1G of ram, 4G nand drive, application is LPR or ANPR :) |
|
Apr 2 |
comment |
Reboot to fail safe mode when root file system is full Thanks. What do I need to do to mount the root filesystem in RAM? sorry I am an os newbie. I only what to do when rc.local runs :( |
|
Mar 31 |
comment |
Reboot to fail safe mode when root file system is full Thanks. This way wld the system boot under diskfull? How can I do that please? Thanks |
|
Mar 28 |
comment |
Reboot to fail safe mode when root file system is full Thanks, thats an idea! intentionally mount the /largedataarea as tmpfs during boot and then test for diskfull and remount from Nandrive. Where to place this code? fstab and rc.local? |
|
Mar 28 |
comment |
Reboot to fail safe mode when root file system is full Thanks. Unfortunately Nands and SSDs seems to take disk full very badly and may not do proper shutdown on error condition. But maybe on boot, can detect disk full and delete the planted file? Where to plant such a code? rc.local is not run yet, dont think. Its an embedded system with storage hardwired. |
|
Mar 28 |
comment |
Reboot to fail safe mode when root file system is full Yes, its an embedded system with hardwired Nandrive. Device is mounted 4 meters high on a pole. Rebooting to Ram all the time wld make the system completely non-persistent and is the last resort. |
|
Mar 22 |
asked | Reboot to fail safe mode when root file system is full |