我有一块 2TB 的内置硬盘,在 SSD 上运行 Ubuntu 14.04。2GB 硬盘被分成 2 个分区,一个为 NTFS,另一个为 ext4。
我目前无法访问任何一个分区。运行 gparted 会生成以下错误消息:
Error fsyncing/closing /dev/sdb: Input/output error
Input/output error during read on /dev/sdb
忽略并取消各种错误后,它显示驱动器为未分配的 1.83Tb。
但是,gnome 磁盘实用程序“磁盘”显示该驱动器具有以下内容:
partition 1
windows_data
536 GB NTFS
64% full
partition 2
ubuntu_data
1.5TB Ext4
9.4% full
我想要确定的是是否要注销磁盘并将其放入垃圾箱或者是否有可能挽救它。
答案1
安装gsmartcontrol
并评估驱动器可以提供的 SMART 信息。运行 SMART 驱动器诊断程序并尝试消除损坏的驱动器。
安装testdisk
以尝试恢复分区而不丢失数据。请参阅http://www.cgsecurity.org/wiki/TestDisk_Step_By_Step有关如何使用 testdisk 的逐步介绍。
在terminal
:
sudo apt-get update
sudo apt-get install gsmartcontrol
# 从 Unity 仪表板启动
sudo apt-get install testdisk
sudo testdisk
# 启动 testdisk