Rendered at 08:01:52 GMT+0000 (Coordinated Universal Time) with Cloudflare Workers.
edude03 8 hours ago [-]
I wonder why they're removing support for encryption when clearly they have the code for it and still supporting the actual FS
wpm 4 hours ago [-]
They're dropping the underlying CoreStorage LVM engine, which was bolted on to HFS+ to support full-disk encryption and later, hybrid SSD/HDD volumes.
nerdsniper 11 hours ago [-]
Curious why would someone prefer HFS+ over APFS?
blokey 10 hours ago [-]
Because APFS is slllloooowowwwwwww on HDDs. On a 6xHDD promise thunderbolt array, it’s brutally crippling over time.
One reason is APFS is designed for SSDs and assumes each disk block has an equal latency to read it.
neuronexmachina 10 hours ago [-]
I think Apple hasn't sold anything with an HDD for 5+ years though?
10 hours ago [-]
ChocolateGod 10 hours ago [-]
External HDDs.
badreligion42 9 hours ago [-]
You can access an encrypted HFS+ partition from macOS and Linux machines natively. Very useful for sharing data between Asahi and macOS, and in general between Linux machines and macOS.
lapcat 8 hours ago [-]
It's not necessarily a question of preference. A lot of older disks are HFS+ simply because they're older, so this is breaking backward compatibility.
One reason is APFS is designed for SSDs and assumes each disk block has an equal latency to read it.