唔包?
https://developer.apple.com/libr ... DontLinkElementID_1
What has Apple done to ensure the reliability of my data?
Apple products are designed to prevent data corruption and protect against data loss.
To protect data from hardware errors, all Flash/SSD and hard disk drives used in Apple products use Error Correcting Code (ECC). ECC checks for transmission errors, and when necessary, corrects on the fly. Apple File System uses a unique copy-on-write scheme to protect against data loss that can occur during a crash or loss of power. And to further ensure data integrity, Apple File System uses the Fletcher's checksum algorithm for metadata operations.
Does Apple File System use journaling?
Apple File System uses copy-on-write to avoid in-place changes to file data, which ensures that file system updates are crash protected without the write-twice overhead of journaling. |