解决Deepin/Ubuntu写入NTFS格式硬盘报错:只读权限


sudo ntfsfix   {disk_partition}
sudo mount -o rw {disk_partition}

 

if error accours when execute command:

ntfsfix /dev/sda3

message:

Mounting volume... Error opening '/dev/sda3': Permission denied
FAILED
Attempting to correct errors... Error opening '/dev/sda3': Permission denied
FAILED
Failed to startup volume: Permission denied
Error opening '/dev/sda3': Permission denied
Volume is corrupt. You should run chkdsk.

 

Then try command

sudo ntfsfix -b -d /dev/sda3

and if the output shows as follows:

Mounting volume... OK
Processing of $MFT and $MFTMirr completed successfully.
Checking the alternate boot sector... OK
NTFS volume version is 3.1.
Going to un-mark the bad clusters ($BadClus)... No bad clusters...OK
NTFS partition /dev/sda3 was processed successfully.

this would indicate fix successed.


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM