an error occurred while mounting /home
press S to Skip mount or M for Manual Recovery
我按S后,正常进入系统。估计是磁盘mount的问题。
我的/etc/fstab文件是这样的:
代码: 全选
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' 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>
proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
UUID=0143b2d9-8004-44c5-8556-fcce99997f5a / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=2108bc92-dd2b-4402-8aa9-10114c472cb7 none swap sw 0 0
# DazukoFS ...
# Example of mounting one dir onto dazukofs (directory to be protected by AVIRA Guard)
#/home/shared /home/shared dazukofs
/home /home dazukofs
# ... DazukoFS
9.10中安装过小红伞,可是卸载不了,就在root下照着install_list_guard中列出的文件一一删除的,估计是没删干净。
然后直接在线升级的,重启后就出现这个问题了
请各位大侠指教!
谢谢!!!