@Itconnects No Errors, just warnings. They are normal and can be ignored.
Hi, I just tried Innie, on my MacPro 3,1 with a patriot NVME with a simple m2topcie adapter and it is still shown as external, innie and lilu extensions are loaded not signed/notarized. I have reset PRAM after reboot but nothing changed. I've read that you need the device tree so I enclose a grab screen just incase it is needed.
Lilu, Innie and Whatevergreen show as loaded for me but SSD in PCI slot still showed as external on my 3,1 MacPro.Hi, I just tried Innie, on my MacPro 3,1 with a patriot NVME with a simple m2topcie adapter and it is still shown as external.
I had success a couple of times after doing a full shutdown or repeated restarts. I didn’t go the NVRAM reset route because that would screw with my csrutil settings
sudo diskutil resetUserPermissions / `id -u`
resetpassword
Maybe reapply those terminal commands again - you may have mistyped and applied the permission changes to places other than intended.
You could try booting into Recovery (Cmd+R on boot) and repair the drive using Disk Utility in case there is file corruption/damage.
When logged back on, go to /Applications/Utilities/Terminal and paste in:
Code:sudo diskutil resetUserPermissions / `id -u`
And another way (if it's still available - not sure with High Sierra or Mojave) is to boot into Recovery (Cmd+R on boot), and go to Utilities/Terminal and paste this in:
and you'll be given the option to repair Users.Code:resetpassword
Failing any/all of that, reapply the macOS installer from Recovery and see if that resets System/drive permissions.
why does cuda drive not support with gpu after i am update security 2020 for high sierra ...... can anyone help me ??
[automerge]1581350782[/automerge]
I use Mac Pro 4.1, which I changed to 5.1
@Itconnects, can you describe a simple use case that others can try, so that we can confirm the issue you are experiencing?
OS: click disk > get info... try to add admin. It won’t let you.
Open a program on the os drive. Save As, then click the finder down arrow to create a folder. It will be greyed out.
@Itconnects, you've stumbled upon something interesting. Let me explain the situation:
There are several ways that storage devices can be made internal. The way Apple does it is by having the EFI provide certain device properties. The kernel picks up those properties and assigns other properties for the user space. The way Innie works is by changing the properties at the kernel level. It assigns the same properties that would have been assigned if the EFI drivers had specified the devices as internal.
The most convenient way for cMP users to make storage devices internal is to use Innie. However, it is also possible to do it like Apple by using another approach. Interestingly, these two completely different approaches result in the same issues that you have observed:
Confirmed. This apparently occurs because macOS automatically sets admin in the first place. Perhaps it assumes that the device must be the system disk.
Also confirmed.
In other words, if Apple had intended for your drives to be internal, then you would have observed the same issues. These "flaws" are actually features decided by macOS for internal PCIe-connected drives. Innie was tested extensively before being released. It is doing exactly what it should. Rather, it is how macOS treats internal PCIe-connected drives that is causing you all this grief.