astolia 写了: ↑2022-10-18 16:57
从第二和第三张图,表现出来的像是硬件有些问题。
去看看第二张图里的uuid在/etc/fstab对应的硬盘分区是哪个,开机进bios,看看那块硬盘被识别出来没有。
没有的话,检查硬盘接线、供电,最坏可能是那块硬盘快挂了
查看 /etc/fstab 显示的是这个,是不是有一个错误的分区,这个有没有关系
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sdb2 during installation
UUID=6a6e9637-6fc1-4f0f-aeae-2e9ae9c165f1 / ext4 errors=remount -ro 0 1
# /boot/efi was on /dev/sdb1 during installation
UUID=C0C1-DE34 /boot/efi vfat umask=0077 0 1
# swap was on /dev/sdb3 during installation
UUID=3de657f4-279f-4cb7-8831-5e2a862dc830 none swap sw 0 0
UUID=191e529a-25ee-470e-bfa0-2b4676b8291e /data ext4 defaults 0 0