29 filesystem
这是在内核更新后发生的。每当我尝试启动时,我的计算机Error getting authority: Error initializing authority: Could not connect: No such file or directory (g-io-error-quark, 1) Welcome to emergency mode!...
都会提示我可以做的一些事情。
如果我 ctrl-d 启动到默认模式,它会吐出同样的错误,并且 fstab 文件完美匹配驱动器 UUID。但我想我找到了罪魁祸首。当我运行 blkid 时,它需要一段时间,然后吐出,blk_update_request: I/O error, dev fd0, sector 0
然后是驱动器的数据。
发生了什么,为什么以及如何解决?
我尝试了可能重复的问题,但这是一个略有不同的错误,解决方案不起作用。
Aus*_*pex 58
https://unix.stackexchange.com/questions/282845/blk-update-request-io-error-dev-fd0-sector-0
你的设备没有软驱,但是安装了软驱模块,所以你有/dev/fd0,很多东西都会尝试使用它。
sudo rmmod floppy
echo "blacklist floppy" | sudo tee /etc/modprobe.d/blacklist-floppy.conf
sudo dpkg-reconfigure initramfs-tools
Run Code Online (Sandbox Code Playgroud)