[问题]我开机的时候出现进度条中断,然后出来一大批字的情况,没有办法解决。
发表于 : 2007-12-05 10:03
看了鸟哥的Linux教程之后,颇有感觉,所以自己尝试着解决一下开机时候出来许多数字排列的情况,告诉我fixed died之类的。
当我在命令行里运行fsck /dev/sda1/ 的时候呢?出现了一个提示信息:
fsck 1.40.2 (12-Jul-2007)
e2fsck 1.40.2 (12-Jul-2007)
fsck.ext2: Not a directory while trying to open /dev/sda1/
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
我意识到自己的代码写错了,哎,初学者哪!
然后,我输入 fsck,提示我:
fsck 1.40.2 (12-Jul-2007)
e2fsck 1.40.2 (12-Jul-2007)
/dev/sda3 is mounted.
WARNING!!! Running e2fsck on a mounted filesystem may cause
SEVERE filesystem damage.
Do you really want to continue (y/n)?
我赶紧按ctrl+c,中断了。这么可怕,会造成严重的损坏,我现在也不知道应该怎么办了。这个提示和我输入 fsck /dev/sda1 的时候差不多,它是这样的:
fsck 1.40.2 (12-Jul-2007)
e2fsck 1.40.2 (12-Jul-2007)
/dev/sda1 is mounted.
WARNING!!! Running e2fsck on a mounted filesystem may cause
SEVERE filesystem damage.
Do you really want to continue (y/n)?
各位,有没有知道怎么能解决开机的时候时候中断了进度条,出现一堆自己检测的文件呢?
当我在命令行里运行fsck /dev/sda1/ 的时候呢?出现了一个提示信息:
fsck 1.40.2 (12-Jul-2007)
e2fsck 1.40.2 (12-Jul-2007)
fsck.ext2: Not a directory while trying to open /dev/sda1/
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
我意识到自己的代码写错了,哎,初学者哪!
然后,我输入 fsck,提示我:
fsck 1.40.2 (12-Jul-2007)
e2fsck 1.40.2 (12-Jul-2007)
/dev/sda3 is mounted.
WARNING!!! Running e2fsck on a mounted filesystem may cause
SEVERE filesystem damage.
Do you really want to continue (y/n)?
我赶紧按ctrl+c,中断了。这么可怕,会造成严重的损坏,我现在也不知道应该怎么办了。这个提示和我输入 fsck /dev/sda1 的时候差不多,它是这样的:
fsck 1.40.2 (12-Jul-2007)
e2fsck 1.40.2 (12-Jul-2007)
/dev/sda1 is mounted.
WARNING!!! Running e2fsck on a mounted filesystem may cause
SEVERE filesystem damage.
Do you really want to continue (y/n)?
各位,有没有知道怎么能解决开机的时候时候中断了进度条,出现一堆自己检测的文件呢?