将 /dev/sda1 分区设置为只读后无法访问 GCP VM

No access to GCP VM after setting /dev/sda1 partition to read only

我做了一件愚蠢的事,将 /dev/sda1 分区设置为在我的 GCP 虚拟机中启动时只读。现在,当我尝试通过 ssh 访问虚拟机时,它无法连接,大概是因为它想写入分区。

我将 /etc/fstab 中的根文件系统条目更改为:

/dev/sda1 / ext2 noatime,ro 0 1

我是 运行 Ubuntu VM 中的 18.04。

是否有其他方法可以连接以编辑 /etc/fstab 中的条目?

求助!

您可以通过 detaching the boot disk from the current instance and then attached 将 /etc/fstab 编辑为现有 VM 实例。现在只需编辑 /dev/sdb1 下的文件并再次放回当前实例。