我最近安装了 Ubuntu 18.04。尝试运行snap
应用程序,但失败了read-only file system
。为了尽可能简单,我尝试安装,hello
结果如下:
$ sudo snap install hello
error: cannot perform the following tasks:
- Mount snap "hello" (20) (mkdir /snap/hello: read-only file system)
为什么是这样?
答案1
问题已解决。我的错。这是第一次在 SSD 上安装。我按照建议更改了/etc/fstab并添加诺亚泰标志。我输错了标志,重启后/ 文件系统被安装为只读。我决定重新启动,并在启动时注意到一条消息,指示/ 文件系统曾是只读。更正标志,重新启动并能够成功安装 hello 应用程序。