幾個開機磁區的問題 - Linux

Table of Contents

最近發現開機磁區怪怪的 請問有可能是什麼問題ㄋ

我使用 #fsck /dev/sda 的時候顯示錯誤訊息:

/sbin/e2fsck: Superblock invalid, trying backup blocks...

/sbin/e2fsck: Bad magic in superblock while trying to open /dev/sda

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 /dev/sda

可是當我執行 #e2fsck -b 8193 /dev/sda 的時候,卻又顯示類似的訊息:

e2fsck: Superblock invalid, trying backup blocks...

e2fsck: Bad magic in superblock while trying to open /dev/sda

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 /dev/sda

請問這是怎麼一回事ㄋ???? 該怎ㄇ解決ㄋ????

PS: 我的隨身碟是 Sony 8G 高速碟

--

All Comments

Catherine avatarCatherine2010-10-10
sda1
Isabella avatarIsabella2010-10-12
再single mode umount 狀態下再去 fsck
Hardy avatarHardy2010-10-16
謝謝