Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why isn it saving /etc/passwd for the next boot?

boot passwd Saving
0
Posted

Why isn it saving /etc/passwd for the next boot?

0

The root filesystem is being mounted in RAM. The only filesystems that you are able to write to (saving data on the SanDisk) are /os and /app. /os contains the core of the operating system, including a “root.fs” compressed image, which is what’s loaded into the ramdisk at boot time. The result of this is that no changes you make outside of the /os or /app directories will be persistent. Configuration of the device (phone number, device ID, etc.) is actually done in NVRAM and not even on the SanDisk. See the scripts in /rc for details on accessing NVRAM data. I’ll write about it here in a bit.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123