gen 1 board, it will be the board's gen 1 x16 slot?
Only MacPro1,1 and 2,1 are PCIe v1.0. MacPro7,1 is PCIe v3.0
gen 1 board, it will be the board's gen 1 x16 slot?
Yes, sure! I was referring to joevt's results:Only MacPro1,1 and 2,1 are PCIe v1.0. MacPro7,1 is PCIe v3.0
Yes, sure! I was referring to joevt's results:
"The Sabrent (gen 4) can do 3300 MB/s in my MacPro3,1 in the x16 slot running at gen 1 speed instead of gen 2 speed."
I'd guess, the 980 Pro on my 8747-based-card would do somehow better in a 7,1 as in my current 5,1, but still not reach the gen 4 SSD's theoretical limit.
So here are the results:Would really like to test this and compare to the Raid-results.
Yes, but my card only has 4-lane PCIe gen 3 M.2 sockets. So, at least for a single SSD, shouldn't this be the limit?Nope, with a MacPro7,1 x16 PCIe v3.0 you have enough bandwidth to saturate two PCIe v4.0 x4.
Yes, that's why i wouldn't use a raid as a boot-drive even if it was possible.Btw, it's once in a moon that you ever saturate the connection, most of the time you are making lots of small 4K transfers.
Yes, but my card only has 4-lane PCIe gen 3 M.2 sockets. So, at least for a single SSD, shouldn't this be the limit?
Correct, a motherboard's gen 1 PCIe slot will be limited to gen 1 x16 because it is < gen 4 x4.So in case of my question, 7,1 with PCIe 3.0, PLX8747 gen 3 card, single SAMSUNG 980 PRO (gen 4), the limiting factor is the 4 lane gen 3 socket on the card, while in case of the HighPoint 7505 (gen 4 ), gen4 SSD, machine with gen 1 board, it will be the board's gen 1 x16 slot?
Just click the "Add Disk" button to add more disks to test simultaneously.I didn't even know ATTO Disk Benchmark offering a multi-disk test. Just checked my version, which is 1.01.0 (2), and still can not find such an option. Is this a feature of a later version? Would really like to test this and compare to the Raid-results.
Edit: Just found out! "show results for all disks" has to be selected in the Graphs-window. Right?
Any PCIe slot can be set to any speed that is ≤ the minimum of the max of the slot and the max of the downstream device.Only MacPro1,1 and 2,1 are PCIe v1.0. MacPro7,1 is PCIe v3.0
The Bar Graph will add up all the disks for you. I wish it would show the bargraph info in a table like the Windows version does so you don't have to mouse over each graph to see which is the greatest....which should add up to 6.14 GB/s read and 5.98 GB/s write.
Again i did not know, such tool exists! Is this set by commandline or is this even an app with a gui?Any PCIe slot can be set to any speed that is ≤ the minimum of the max of the slot and the max of the downstream device.
For my MacPro3,1 I set the gen 2 slot 2 to gen 1 speed using pciutils to test gen 1 speed.
Yes, i have seen this. But the difference is so marginal that, without at least horizontal helper lines, it is just not noticeable. I did not know about the mouse over option (and did not find out "by accient" 😉 ).The Bar Graph will add up all the disks for you. I wish it would show the bargraph info in a table like the Windows version does so you don't have to mouse over each graph to see which is the greatest.
No app. No gui. Just find out which PCI device is the slot, and use someAgain i did not know, such tool exists! Is this set by commandline or is this even an app with a gui?
setpci
commands from pciutils
to change the link rate.#!/bin/bash
# No arguments sanity checking done
speed=$1
rootport=$2
linkstatus=$(sudo setpci -s $rootport CAP_EXP+12.w); echo '# Before: PCIe' $(( 0x$linkstatus & 15)).0 x$(( 0x$linkstatus >> 4 & 31))
sudo setpci -s $rootport CAP_EXP+30.w=$speed:F # Set Link Speed
sudo setpci -s $rootport CAP_EXP+10.w=20:20 # Start Retrain
linkstatus=$(sudo setpci -s $rootport CAP_EXP+12.w); echo '# After: PCIe' $(( 0x$linkstatus & 15)).0 x$(( 0x$linkstatus >> 4 & 31))
./fast.sh 1 00:01.0 # set MacPro3,1 slot 2 to gen 1 speed
I no longer recommend the SK hynix Gold P31 NVMe SSD. Mine died. They sent me a new one though. Premature failure is not acceptable IMO. I suggest Samsung or go with an OEM/Enterprise class SSD such as KIOXIA. Consumer grade SSDs are not very great.
Hey @tsialex I've got a stock original Macbook Air mid 2012 (MacbookAir5,2) which I've tried to upgrade from Lion to Sierra, and when I upgraded to Catalina the SSD simply disappeared. The folder with question mark blinking appeared. After installing sierra in an external USB to boot up (with help of internet recovery, as no drive was available to restore an install), the original ssd doesn't show on diskutil, neither on recovery, nowhere.
I refuse to believe the software has caused a hardware malfunction. I've been reading since last week every day about this, and have a hunch that the problem is in the boot rom version (mine is 264.0.0.0) - after I applied the 2019-002 security update it becase 264.0.0.0.0
I checked other MBA2012 for sale with Catalina installed and they have 429.0.0.0.0, which also is the latest firmware for this device.
I recognize you've been quite deep in this area, do you have any idea of what I could do to make the original apple ssd appear? The data in it is not important, I've backed up a day before.
I don't mean that the firmware/bootrom is corrupt, otherwise it wouldn't start at all. But it wasn't upgraded, and I've read a new firmware is required from sierra to any later OS because of APFS. And somebody said the drive wouldn't even be recognized. I thought this could be the case.
There's no drive listed even at system information SATA section, how would apple diagnostics be able to do anything?
I'm trying to find somebody who has another Macbook Air mid2012 to test mine, as they're specific for this model/year.
I let you know. All logic points to what you've said, but it's so hard to believe in this coincidence.
I've even read that the drive itself could have become corrupt and not recognized by the system, so I'd try to dd and write zeros on the beginning to erase the mapping and so.... but I don't even get the drive listed
Are SSpolaris blades compatible with the mac pro 6,1?
Yeah just updated to the latest monterey... also can you go back to an older version say mojave even with the most recent bootrom?