Thanks for your reply. Hm, based on what is your guess?
“Phison flash id” requires Windows just to read out the controller. Running it in Wine didn't work.
As for the 1.7A or 2.5A: The Amazon photo shows the 2TB Crucial P2 with 1.7A.
And in this review you can see a 1TB with 2.5A. – Just the opposite.
Crucial P2 1TB PCIe Gen3 NVMe M.2 SSD Review
In our Crucial P2 1TB review, we see how this PCIe Gen3 NVMe SSD fares compared to other M.2 drives we have tested, and the answer is not wellwww.servethehome.com
good to know! Thank you!I have installed the 2TB Crucial P2 finally.
So far I am impressed with the speed, which is double of the Apple SSD. Temperature is 40°C in 23°C room temperature. Apple Diagnosis has recognized the SSD (no problems found) and also SmartReporter. I can post details here, if somebody wants to know more.
The only problem at the moment is that I had planned to use Sierra on a 2nd partition. But the drive is not visible at all from the Sierra installer. (Boot-ROM-Version: 431.0.0.0.0)
I read through the WikiPost again and found this info:
“ •NVMe drives with 512b sectors don't work on macOS older than 10.13
• NVMe drives with 4K sector size (ex. : Sabrent Rocket) do work natively with macOS 10.12, of course you need to have your BootRom up to date before installation”
So I checked the sector size of all volumes with Terminal:
#!/bin/bash
for disk in /dev/disk*s*
do
diskutil info $disk
echo "**************************************************************************************"
echo " "
done
If I read the output correctly, the SSD uses 512 bytes sector size.
Disk Size: 2.0 TB (2000189177856 Bytes) (exactly 3906619488 512-Byte-Units)
Device Block Size: 4096 Bytes
Volume Total Space: 2.0 TB (2000189177856 Bytes) (exactly 3906619488 512-Byte-Units)
Volume Used Space: 25.2 GB (25211752448 Bytes) (exactly 49241704 512-Byte-Units) (1.3%)
Volume Free Space: 2.0 TB (1974977425408 Bytes) (exactly 3857377784 512-Byte-Units) (98.7%)
Allocation Block Size: 4096 Bytes
Is there a way to change that?
maybe the following will help you out - didn’t have the need to try because of sabrents tool which provides 4k formatting :
PS: i think you are running on 4k cluster size
Last edited: