简体   繁体   English

无法安装kext,“只读文件系统”

[英]Can't install kext, "Read-only file system"

So, I've been racking my brain against the wall for the last 6 hours trying to get this to work and I'm still at a loss..所以,在过去的 6 个小时里,我一直在绞尽脑汁试图让它发挥作用,但我仍然不知所措..

I'm trying to install a kext on Big Sur from this repo, https://github.com/SimulPiscator/vpcm , and when I try and move the compiled kext to /System/Library/Extensions I keep getting 'Read-only file system' error..我正在尝试从此存储库https://github.com/SimulPiscator/vpcm在 Big Sur 上安装 kext,当我尝试将编译后的 kext 移动到/System/Library/Extensions我不断获得“只读”文件系统错误..

  • I have disabled SIP我已禁用 SIP
  • Tried enabling root user尝试启用 root 用户
  • Added myself to the 'wheel' group将自己添加到“车轮”组
  • Reduced security level in security utility降低安全实用程序的安全级别
  • Tried changing permissions on the /System dir, keeps telling me I don't have permission.尝试更改/System目录的权限,一直告诉我我没有权限。

I feel like I'm missing something obvious... Every article I've seen online tells me to put the kext in that directory and run kextload.. But how the heck do I get write permissions to that directory??我觉得我遗漏了一些明显的东西......我在网上看到的每篇文章都告诉我将kext放在那个目录中并运行kextload..但是我怎么获得对该目录的写权限?

So, I'm not sure if this is what is supposed to happen or not, but placing the kext in /Library/Extensions instead of /System/Library/Extensions worked.所以,我不确定这是否应该发生,但是将 kext 放在/Library/Extensions而不是/System/Library/Extensions工作。

I'm not sure if this is the correct thing to do but since it works, I'm not complaining.我不确定这是否正确,但既然它有效,我并没有抱怨。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Anaconda3 pip安装错误:只读文件系统 - Anaconda3 pip install error: Read-only file system 由于环境错误,python 3 和 macos 无法安装软件包:[Errno 30] 只读文件系统 - python 3 and macos Could not install packages due to an EnvironmentError: [Errno 30] Read-only file system 无法在 Mac Catalina 上的 VSCode 中创建/保存任何新文件并不断收到只读文件系统错误 - Can't create/save any new files in VSCode on Mac Catalina and keep getting a read-only file system error 在 MacOs 上创建目录“/dotenv”,只读文件系统 - Create directory “/dotenv” on MacOs, Read-only file system 拉取 Docker 映像时出现“只读文件系统”错误 - "read-only file system" error when pulling Docker image 在 macOS Catalina 中禁用 SIP 的只读文件系统 - Read-only file system" with SIP disabled in macOS Catalina 服务'nginx'无法构建:…只读文件系统 - Service 'nginx' failed to build: … read-only file system 错误:EROFS:只读文件系统 [MAC] - Error: EROFS: read-only file system [MAC] 为什么我不能在Mac的VSC中输入只读文件? - Why can't I type into a read-only file in VSC for Mac? 检测应用程序是否是从OS X上的只读文件系统启动的 - Detecting whether an application was launched from a read-only file system on OS X
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM