Sunday 1 March 2020

How to remove read only permission on partition in Linux

First type in search "disk"
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