INBRO-VIDEO wrote:Recently on the Apple forums someone claimed they had bought a used M2 MacBook with 83% life expectancy according to DriveDX.
Was that SSD life expectancy or battery life expectancy? The only used M2 MacBook I see on any forum mentioning similar numbers was talking about battery life.
I think some of those accounts were not referring to the internal Mac SSD (which has no published TBW spec) and were using deduced write numbers from Activity Monitor, not the statistics returned from the smartmontools smartctl command.
That command not only returns data units written, but also available spare %, available spare threshold %, and percentage used %. If the SSD was wearing abnormally fast, all those numbers would move in some relationship. There is always some doubt about whether the Activity Monitor I/O numbers are cached or not. The smartctl numbers show non-cached I/Os.
There were apparently some smartctl bugs on M1 Macs around 2021 that reported artificially high numbers, and frantic complaints about those, but I think that was fixed by a MacOS update.
There were a bunch of posts around 2021 where early M1 owners were freaking out that alleged high I/O numbers were going to soon wear out their internal SSD. However we're now four years after that, and I haven't seen any of them post that their M1 Macs died due to a worn-out SSD.
If there is any doubt about smartctl or DriveDx, a developer wrote a simple command-line utility called smartTBW which bypasses smartctl and obtains the data directly from low-level MacOS data. Due to past concerns about possible inaccuracy from smartctl, this would be a good method to verify the SSD data:
https://github.com/jamesdbailey/smartTBWOn MacOS, the smartctl utility is available through Homebrew:
https://brew.shNone of this changes the valid point that it's unwise to configure a Mac with a tiny internal SSD and minimum RAM, especially with (a) Resolve and (b) Unified Memory design. But I don't think some of those early SSD durability concerns were ever verified, yet people are still talking about the problem today as if it were.