"diskutil apfs list" used to include the percentage for disks as they were encrypted—but apparently no longer.
I did some research and found this: https://apple.stackexchange.com/a/359548/45492 which leads to a GitHub script that I can't figure out how to run. I've tried everything, including:
Does anyone know a simple way to view the encryption progress (percent) on an APFS external drive, now that it seems to have disappeared from "diskutil apfs list"?
I'd be much obliged!
I did some research and found this: https://apple.stackexchange.com/a/359548/45492 which leads to a GitHub script that I can't figure out how to run. I've tried everything, including:
- fdesetup status -verbose -device <disk identifier> | grep 'Percent'
- diskutil apfs list <disk identifier> | grep Encryption
Does anyone know a simple way to view the encryption progress (percent) on an APFS external drive, now that it seems to have disappeared from "diskutil apfs list"?
I'd be much obliged!