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.
31 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_nameThe drive name can be seen by executing the command: sudo fdisk -l.