I can't edit anything in my disk

I install Ubuntu latest version by formatting my windows( New volume:C) so that there is no data lose of my other disc. But now I can't delete/create a new folder/paste in this disc. Please tell me any solution of this. I also tried "sudo mkdir New_Folder" in terminal, but it won't work.

3

1 Answer

When I try to create a new folder using the terminal, and it shows that the disc is read-only for use, I apply the following and it's is sorted.

sudo ntfsfix /dev/drive_name

The drive name can be seen by executing the command: sudo fdisk -l.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like