DmVerityMode
Android OS स्टार्टअप के दौरान dm-verity मोड.
Enums |
DM_VERITY_MODE_UNSPECIFIED |
अज्ञात मान. |
ENFORCING |
इससे पता चलता है कि डिवाइस के खराब होने का पता चलने पर, वह रीस्टार्ट हो जाएगा. |
IO_ERROR |
यह बताता है कि खराब हो चुके डेटा ब्लॉक (जिसे ईओ बूट स्थिति भी कहा जाता है) को पढ़ने की कोशिश में, I/O गड़बड़ी का मैसेज मिलेगा. |
DISABLED |
यह बताता है कि डिवाइस पर dm-verity बंद है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-04-11 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-04-11 (UTC) को अपडेट किया गया."],[[["dm-verity is a feature used during Android OS startup to ensure data integrity."],["It has various operational modes, including `ENFORCING`, `IO_ERROR`, and `DISABLED`, governing system behavior when corruption is detected."],["`ENFORCING` mode triggers a system restart upon encountering corruption, while `IO_ERROR` results in input/output errors for reads from affected blocks."],["The `DISABLED` mode signifies the deactivation of dm-verity on the device."]]],["The provided information details four `dm-verity` modes during Android OS startup. `DM_VERITY_MODE_UNSPECIFIED` signifies an unknown state. `ENFORCING` mode restarts the device upon detecting data corruption. `IO_ERROR` mode returns an I/O error when corrupted data is read. `DISABLED` indicates that dm-verity is inactive on the device. Each mode dictates how the system handles data integrity and potential corruption during the boot process.\n"]]