分页: 1 / 1

升级10.04后在启动时出现问题: an error occurred while mounting /home

发表于 : 2010-11-28 19:32
junshi12345
9.10在线升级10.04后在启动的过程中出现问题:

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中列出的文件一一删除的,估计是没删干净。
然后直接在线升级的,重启后就出现这个问题了

请各位大侠指教!
谢谢!!!

Re: 升级10.04后在启动时出现问题: an error occurred while mounting /hom

发表于 : 2010-11-28 20:38
davidlone
/home如果没有单独分区的话就把下面这句注释掉吧
/home /home dazukofs

Re: 升级10.04后在启动时出现问题: an error occurred while mounting /hom

发表于 : 2010-11-28 21:54
junshi12345
davidlone 写了:/home如果没有单独分区的话就把下面这句注释掉吧
/home /home dazukofs
呵呵 ,谢谢大侠拉, 果然是跟这句有关,前面加#后问题解决