运行大型 docker 容器后,docker 停止响应(任何命令都需要 15 分钟以上,甚至docker ps -a
)。因此,在关闭所有程序并检查没有其他人登录后,我重新启动了系统(带有 Ubuntu 22.04 的工作站)。
重启失败,系统进入紧急模式。使用journalctl -b -p err
命令,我可以看到以下错误:
kernel: sd 9:0:0:0: [sdd] No Caching mode page found
kernel: sd 9:0:0:0: [sdd] Assuming drive cache: write through
systemd-fstab-generator[626]: Failed to create unit file /run/systemd/generator/softs.mount, as it already exists. Duplicate entry in /etc/fstab?
systemd-fstab-generator[626]: Failed to create unit file /run/systemd/generator/softs.mount, as it already exists. Duplicate entry in /etc/fstab?
systemd[614]: /usr/lib/systemd/system-generators/systemd-fstab-generator failed with exit status 1.
systemd-fsck[1152]: fsck failed with exit status 4.
systemd[1] Failed to start file system check on /dev/disk/by-id/dm-uuid-LVM-</DEV/SDA1 UUID>
在 USB 实时模式下,我可以访问我的/home
并创建备份。我想知道是否有可能在不全新安装 ubuntu 的情况下修复这些问题?
我觉得应该可以。仅使用 Docker 容器应该不会造成太多麻烦。
请帮忙。