First type in search "disk"
sudo fsck -f /dev/sdxx
then make that partition mountable whenever restart
the open your terminal and type these commands 
sudo fsck -f /dev/sdxx
/*  put your partition device at the place of x */
then type
sudo ntfsfix /dev/your_drive
Now you have successfully removed the read only permission from the partition
 
No comments:
Post a Comment