无论如何一直报错如下,部署开发者5.0报错,显示read-only file system

root@davis-VMware-Virtual-Platform:/opt/seatable# systemctl start docker
root@davis-VMware-Virtual-Platform:/opt/seatable# docker-compose up
Starting seatable-mysql …
Starting python-starter …
Starting seatable-mysql … error
seatable-redis is up-to-date

Starting python-starter … error

ERROR: for python-starter Cannot start service python-starter: error while creating mount source path ‘/opt/seatable/python-pipeline/logs/starter-logs’: mkdir /opt/seatable: read-only file system

ERROR: for db Cannot start service db: error while creating mount source path ‘/opt/seatable/mysql-data’: mkdir /opt/seatable: read-only file system

ERROR: for python-starter Cannot start service python-starter: error while creating mount source path ‘/opt/seatable/python-pipeline/logs/starter-logs’: mkdir /opt/seatable: read-only file system
ERROR: Encountered errors while bringing up the project.

这应该是多个问题:

1、seatable-mysql 这个容器无法启动,可以检查一下日志具体的错误原因,是否配置错误?

这个应该是只读的文件系统,无法创建目录。我个人没有遇到这个问题。查资料,可能的原因是“硬件损坏或者文件系统出错”,能否手动执行 mkdir 命令创建文件夹,或者看一下是否有错误日志?或者参考这里:Linux文件系统提示:Read-only file system_弹性云服务器 ECS_华为云