Linux power-down processing

Source: Internet
Author: User

In the embedded equipment, the power-down processing has been a more troublesome work, in the equipment with the Linux system, the system of various data processing is to increase the difficulty of power-down processing. Now do the following summary, and then encounter similar problems can be a reference.

1, system-initiated processing

When the system is power-up,/etc/inittab is loaded, initialized, and the individual scripts are executed. such as S13NTP. Similarly, when partitioning the file system in partition 1, the best way to mount is read only, otherwise the system can easily damage the partition if it encounters a blocking condition. Initialization scripts are also optimized to avoid blocking the system.

2. Detect power-down events

Plus a thread dedicated to detecting power-down events, other threads pass the flag if they know about the power-down event and exit as soon as possible.

3,reboot

If there is time to spare after Sync,fflush, try to reboot the system, so there will be some system-level synchronization data.

4. Fsck when power is on again

The purpose of the fsck repair is to delete the file if it is incomplete and not to have an unknown error in the error file.

Linux power-down processing

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.