我曾多次尝试使用 Ubuntu 17.04 和 17.10(2017 年 9 月 2 日)
与 Windows 7 进行双启动,但我使用 BIOS 手动切换。
几次重启后,驱动器 ext4 分区损坏,我必须进行 fsck 才能使其至少从 intramfs 屏幕启动(我的 250GB /home/ 分区的 fsck 仍在运行 3 个多小时)
我有 nvdia gtx 960,并且仍在使用开源 nouveau 驱动程序
知道哪里出了问题吗,或者我该如何让我的 Ubuntu 稳定下来
编辑:
GSmartControl 的 SMART 属性
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 100 100 --- Pre-fail Always - 1087
2 Throughput_Performance 0x0026 252 252 --- Old_age Always - 0
3 Spin_Up_Time 0x0023 086 082 --- Pre-fail Always - 4464
4 Start_Stop_Count 0x0032 099 099 --- Old_age Always - 2016
5 Reallocated_Sector_Ct 0x0033 252 252 --- Pre-fail Always - 0
7 Seek_Error_Rate 0x002e 252 252 --- Old_age Always - 0
8 Seek_Time_Performance 0x0024 252 252 --- Old_age Offline - 0
9 Power_On_Hours 0x0032 100 100 --- Old_age Always - 10463
10 Spin_Retry_Count 0x0032 252 252 --- Old_age Always - 0
11 Calibration_Retry_Count 0x0032 100 100 --- Old_age Always - 68
12 Power_Cycle_Count 0x0032 099 099 --- Old_age Always - 1755
183 Runtime_Bad_Block 0x0032 252 252 --- Old_age Always - 0
184 End-to-End_Error 0x0033 252 252 --- Pre-fail Always - 0
191 G-Sense_Error_Rate 0x0022 100 100 --- Old_age Always - 50
192 Power-Off_Retract_Count 0x0022 252 252 --- Old_age Always - 0
193 Load_Cycle_Count 0x0032 088 088 --- Old_age Always - 124385
194 Temperature_Celsius 0x0002 061 051 --- Old_age Always - 39 (Min/Max 21/51)
195 Hardware_ECC_Recovered 0x003a 100 100 --- Old_age Always - 0
196 Reallocated_Event_Count 0x0032 252 252 --- Old_age Always - 0
197 Current_Pending_Sector 0x0032 100 100 --- Old_age Always - 3
198 Offline_Uncorrectable 0x0030 252 252 --- Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x0036 200 200 --- Old_age Always - 0
200 Multi_Zone_Error_Rate 0x002a 100 100 --- Old_age Always - 57
223 Load_Retry_Count 0x0032 100 100 --- Old_age Always - 68
225 Load_Cycle_Count 0x0032 088 088 --- Old_age Always - 124385
241 Total_LBAs_Written 0x0032 097 097 --- Old_age Always - 4628271
242 Total_LBAs_Read 0x0032 100 094 --- Old_age Always - 521227
254 Free_Fall_Sensor 0x0032 252 252 --- Old_age Always - 0
我从 busybox 运行的 fsck 成功了,我现在可以登录了
编辑 2:我的 Windows 7 上安装了 Ext2Fsd 版本 0.69.1035-09.14
答案1
来自评论...
允许用户读取/写入 Ubuntu Ext2/3/4 分区的 Windows 第三方驱动程序似乎会破坏 Ubuntu 文件系统。
您已安装 ext2fsd (Ext2Fsd-0.69.1035-09.14)。您应该将其卸载,这样您的文件系统损坏问题就应该可以解决。
然后检查你的 Ubuntu 分区上的文件系统...
- 启动到 GRUB 菜单
- 选择高级选项
- 选择恢复模式
- 选择 Root 访问
- 在 # 提示符下,输入
sudo fsck -f /
fsck
如果有错误则重复命令- 类型
reboot
如果由于某种原因您无法执行上述操作...
- 启动至 Ubuntu Live DVD/USB
- 启动
gparted
并确定哪个 /dev/sdaX 是你的 Ubuntu EXT4 分区 - 辞职
gparted
- 打开
terminal
窗户 - 输入
sudo fsck -f /dev/sdaX
# 用你之前找到的数字替换 X - 如果有错误,请重复 fsck 命令
- 类型
reboot