【ubuntu】解决移动硬盘挂载不上的问题

一、问题

   

我的是sda2,反正报错一模一样

 

 

二、解决方法

1、安装ntfs-3g

sudo apt install ntfs-3g -y

 

2、尝试挂载

sudo mount -t ntfs /dev/sda2 /media/tester/1T-WD

挂不上,报错基本也一样

 3、重启电脑

发现也没用

 

4、修复磁盘

$ sudo ntfsfix /dev/sda2
Mounting volume... $MFTMirr does not match $MFT (record 3).
FAILED
Attempting to correct errors... 
Processing $MFT and $MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing $MFTMirr to $MFT... FAILED
Correcting differences in $MFTMirr record 3...OK
Processing of $MFT and $MFTMirr completed successfully.
Setting required flags on partition... OK
Going to empty the journal ($LogFile)... OK
Checking the alternate boot sector... OK
NTFS volume version is 3.1.
NTFS partition /dev/sda2 was processed successfully.

 

5、最后打开了

 

参考链接:

https://blog.csdn.net/shallow72/article/details/136968051

 

posted @ 2024-07-22 17:52  代码诠释的世界  阅读(301)  评论(0编辑  收藏  举报