开机出错,如何处理?

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
头像
ie80
帖子: 57
注册时间: 2009-11-05 12:52
联系:

开机出错,如何处理?

#1

帖子 ie80 » 2009-11-10 22:45

每次开机都出现One or more of the mounts listed in /etc/fstab cannot yet be mounted……的提示,网上说要改FSTAB文件,谁可以赐教下哈哈。 :em04

期待可以给俺详细的命令。

# /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
/host/ubuntu/disks/root.disk / ext4 loop,errors=remount-ro 0 1
/host/ubuntu/disks/home.disk /home ext4 loop 0 2
/host/ubuntu/disks/usr.disk /usr ext4 loop 0 2
/host/ubuntu/disks/swap.disk none swap loop,sw 0 0
启顾家居 http://www.RIROW.com
源于中国家具之都——广东乐从
头像
foolegg
帖子: 249
注册时间: 2007-12-01 14:56

Re: 开机出错,如何处理?

#2

帖子 foolegg » 2009-11-10 22:49

代码: 全选

cat /etc/fstab
然后再

代码: 全选

mount
把两个命令的结果贴出来看看
头像
leeaman
帖子: 30702
注册时间: 2007-02-02 18:14
系统: debian sid

Re: 开机出错,如何处理?

#3

帖子 leeaman » 2009-11-10 22:49

你这个是wubi安装的不可以乱改吧?不影响使用就不理它了?
醉了星星,醉月亮●●●●●The Long Way To Go(*^_^*)
头像
ie80
帖子: 57
注册时间: 2009-11-05 12:52
联系:

Re: 开机出错,如何处理?

#4

帖子 ie80 » 2009-11-10 22:51

foolegg 写了:

代码: 全选

cat /etc/fstab
然后再

代码: 全选

mount
把两个命令的结果贴出来看看
这是结果:
alexander@ubuntu:~$ cat /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
/host/ubuntu/disks/root.disk / ext4 loop,errors=remount-ro 0 1
/host/ubuntu/disks/home.disk /home ext4 loop 0 2
/host/ubuntu/disks/usr.disk /usr ext4 loop 0 2
/host/ubuntu/disks/swap.disk none swap loop,sw 0 0
alexander@ubuntu:~$ mount
/dev/loop0 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
/dev/loop1 on /home type ext4 (rw)
/dev/sda7 on /host type vfat (rw)
/dev/loop2 on /usr type ext4 (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/alexander/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=alexander)
上次由 ie80 在 2009-11-10 22:53,总共编辑 1 次。
启顾家居 http://www.RIROW.com
源于中国家具之都——广东乐从
头像
foolegg
帖子: 249
注册时间: 2007-12-01 14:56

Re: 开机出错,如何处理?

#5

帖子 foolegg » 2009-11-10 22:52

第二个命令输错了
头像
ie80
帖子: 57
注册时间: 2009-11-05 12:52
联系:

Re: 开机出错,如何处理?

#6

帖子 ie80 » 2009-11-10 22:54

foolegg, 我重新输了。 :em06
启顾家居 http://www.RIROW.com
源于中国家具之都——广东乐从
头像
foolegg
帖子: 249
注册时间: 2007-12-01 14:56

Re: 开机出错,如何处理?

#7

帖子 foolegg » 2009-11-10 23:00

除了swap都挂载了
你再

代码: 全选

cat /proc/swaps
看下
头像
ie80
帖子: 57
注册时间: 2009-11-05 12:52
联系:

Re: 开机出错,如何处理?

#8

帖子 ie80 » 2009-11-10 23:03

foolegg,


alexander@ubuntu:~$ cat /proc/swaps
Filename Type Size Used Priority
/host/ubuntu/disks/swap.disk file 262136 120 -1
alexander@ubuntu:~$
启顾家居 http://www.RIROW.com
源于中国家具之都——广东乐从
头像
foolegg
帖子: 249
注册时间: 2007-12-01 14:56

Re: 开机出错,如何处理?

#9

帖子 foolegg » 2009-11-10 23:07

那你fstab里要挂载的都挂载了啊
应该wubi安装带来的问题了吧
没用过wubi,帮不上忙了
头像
ie80
帖子: 57
注册时间: 2009-11-05 12:52
联系:

Re: 开机出错,如何处理?

#10

帖子 ie80 » 2009-11-10 23:09

foolegg,

不知道和我删除ISO安装文件有没有关系。我就是硬盘装的。不删没事,删后就出问题。
启顾家居 http://www.RIROW.com
源于中国家具之都——广东乐从
头像
白鳍豚
帖子: 2356
注册时间: 2009-01-19 23:03

Re: 开机出错,如何处理?

#11

帖子 白鳍豚 » 2009-11-10 23:17

WUBI将就用吧,修改风险很大的
回复