Jump to content

Recommended Posts

Posted

Hi,

 

I'm using armbian on my Cubieboard running from nand. I'm just curious how do you implement wear-leveling in this armbian on nand implementation on ext4?

 

Thanks in advance.

:) :) :)

Posted
  • /tmp & /log = RAM, ramlog app saves logs to disk daily and on shut-down (Wheezy and Jessie w/o systemd)
  • automatic IO scheduler. (check /etc/init.d/armhwinfo)
  • journal data writeback enabled. (/etc/fstab)
  • commit=600 to flush data to the disk every 10 minutes (/etc/fstab)

It's the same as on SD card except without data=writeback ... It can be done harsher but on behalf of security.

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines