Jump to content

Recommended Posts

Posted

Hello everyone. I'm new to Armbian.
If I do not restart or turn off by command (correctly) all the files generated or transferred since it was turned on are deleted immediately.
Why? :huh: Is it normal in Armbian? I use Orange Pi Win Plus 2, how do I deactivate that functionality?

I use it as a remote server.

Posted
9 minutes ago, blackPanter28 said:

all the files generated or transferred since it was turned on are deleted immediately.


All files changed in last 10 minutes. That would be normally. If more than 10min, your SD card is dead.

 

9 minutes ago, blackPanter28 said:

how do I deactivate that functionality?


 Do a proper shutdown. If you want to avoid fs corruption in any stage, you need to have full read only file system. This is ofc possible, but it has other limitations - you can't write to it :) 

You can change commit interval from 10m to 0m but it will affect performances. Go to /etc/fstab and remove commit=600 but this will solve only one problem. You still can run into fs corruption due to sudden power cut.

Posted
28 minutes ago, blackPanter28 said:

Why? :huh:

The same reason as for a Windows machine that you should NOT unplug the power cord without proper shutdown, otherwise you are searching for OS corruptions ...

Posted
2 hours ago, Igor said:


All files changed in last 10 minutes. That would be normally. If more than 10min, your SD card is dead.

 


 Do a proper shutdown. If you want to avoid fs corruption in any stage, you need to have full read only file system. This is ofc possible, but it has other limitations - you can't write to it :) 

You can change commit interval from 10m to 0m but it will affect performances. Go to /etc/fstab and remove commit=600 but this will solve only one problem. You still can run into fs corruption due to sudden power cut.

 

Thanks you! It's solved!

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

Important Information

Terms of Use - Privacy Policy - Guidelines