macOS 10.15.5 APFS Bug Affects Bootable Backup Drives

SSD hard drive

An APFS bug was found in macOS Catalina 10.15.5, the most recent operating system update for Macs. It affects bootable backups created by software such as Carbon Copy Cloner, the company that discovered the bug.

APFS Bug

The bug has no effect on existing backups or the filesystem itself, it remains limited to when a bootable backup is first created.

Don’t miss the best of The Mac Observer

Set us as a preferred source and our Apple reporting ranks higher in your Google Search results and Discover feed — one tap, no account changes.

Or get it by email

The chflags() system call can no longer set the SF_FIRMLINK flag on a folder on an APFS volume. Rather than fail with an error code that we would have detected, it fails silently – it exits with a success exit status, but silently fails to set the special flag. That’s a bug in the APFS filesystem implementation of chflags – if a system call doesn’t do what you ask it to do, it’s supposed to return an error code, not success.

SSD hard drive

It’s unknown whether this is a bug or something Apple did intentionally, as Mike Bombich points out in his blog post.

Discussion

3 comments
Newest first
Join the discussionCommenting as a guest — your email is never published · Log in

Protected by Akismet — be kind, stay on topic.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

  1. geoduck Subscriber 6 years ago

    Ok, but what does it do? Sure it fails silently, but how will that impact me? I get the feeling that it might prevent me from creating a backup, but is that the case? The post doesn’t really say definitly. Will formatting the drive I’m sending the clone to as APFS before I start make a difference? There’s not a lot to go on.

    Reply
    1. Andrew Orr Author 6 years ago

      I know. To me it sounds like as long as the developers are aware of this, it shouldn’t be a huge problem.

      Reply
  2. Macsee Subscriber 6 years ago

    There is even more:

    macOS 10.15.5
    Alas, the update does not fix the remaining data loss issue with Apple Mail. Mail’s version number is unchanged since macOS 10.15.4.
    https://mjtsai.com/blog/2020/05/27/macos-10-15-5

    Reply