解決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