Thanks for clarifying that. So in this case the only option to increase 4k read speed would be a RAID 5 hardware RAID?
The "something" is that if an SSD disk is not enabled for TRIM, file deletions are not passed through to the disk, so that it does not (and can not) know that those file allocations are now "free" space.I have NOT rebooted in single-user mode and have NOT ran `fsck -fy` though. I hear it might help due to actually flagging a lot of areas as properly freed, or something.
The "something" is that if an SSD disk is not enabled for TRIM, file deletions are not passed through to the disk, so that it does not (and can not) know that those file allocations are "free" space.
OSX might tell you that the disk is 50% full, but the garbage collector might see it as 90% full.
Enabling TRIM says that future file deletes will be properly marked as free space - but it does not actually free up any old deleted areas.
'fsck -fy' gets the OS and the disk to agree on how much space is free.
That's why we always keep complete and up-to-date backups, right?Sure. I am just kind of afraid if I will be able to even reboot afterwards. I guess I am chickening out about it at the moment.
That's why we always keep complete and up-to-date backups, right?
Well, that took a while and it did exactly nothing. `fsck` was really pissy and refused to run as this forum thread (and others) instructed. I tried many varieties, `fsck_apfs` included, and in both cases had to specify the exact disk every time, otherwise it just checked a very small image that was mounted and currently the root filesystem (I am guessing the recovery mode image). I used Disk Utility's "First Aid" to double-check the right disk name and tried to run both fsck commands with several different options but was always stopped by an error message that the disk is mounted with write access and repairs are not possible. Oh well.