Is there a way to change the partition format from FAT32 to NTFS without losing data in it?
For now I am aware of one method: split partition in two, set the new partition format to NTFS, copy data to it, then delete the old partition and add its space to the new one. One fault with this method is simple: it can't be done if more than a half of the current partition is already used.
So I'm looking for a solution that wouldn't delete my data, and just change the partition format from FAT32 to NTFS. Is something like that possible or not?