Raspberry Pi上出现错误说'只读文件系统'?

时间:2017-06-14 21:53:37

标签: linux bash github raspberry-pi raspbian

供参考,这是我在这里讨论的项目https://github.com/MichMich/MagicMirror

引用了bash命令:onPush

当我尝试运行bash命令下载并安装MagicMirror时,我收到错误...

bash -c "$(curl -sL https://raw.githubusercontent.com/MichMich/MagicMirror/master/installers/raspberry.sh)"

我试图再次运行bash命令,但是我收到错误告诉我dpkg被中断并要求我运行另一个命令,所以我跑了

Note.js installation Done! Cloning MagicMirror... fatal: could not create work tree dir 'MagicMirror'.: Read-only file system

并第3次重新运行bash命令,只是为了达到错误

sudo dpkg --configure -a

其他一些信息: 我正在以pi用户身份运行该命令。

我正在使用PIXEL运行Raspbian,因为当我将NOOBS下载到micro-sd时,'Raspbian'不会显示为选项(即使连接了以太网)。有些人在reddit上得到保证,Raspbian和PIXEL是一样的,只是用户界面。

我在这张微型SD卡上至少擦了4次并重新安装了NOOBS,每次大约需要一个小时,我想要的只是一个工作镜:(

我是否需要采用不同的方式安装此软件?我不熟悉linux,所以任何简化版本都会受到赞赏:)

0 个答案:

没有答案