Convert FAT32 to NTFS with No Data Loss in Windows
Filesystem is as usual a pretty complicated thing. And I happened to have a new external hard drive that for somewhat reason was formatted as FAT32. Of course, I didn't notice until I put a bunch of data in it.
The time has come when I need to store file larger than the 4GB limit of FAT32.
So browsing around the internet, I found out that I can convert to NTFS without data loss and third party software from https://www.tenforums.com/tutorials/85893-convert-fat32-ntfs-without-data-loss-windows.html.
The steps that I took are:
- Make sure data are backed up somewhere else.
- Close all software/application that has the drive opened. I closed the File Explore too.
- Run command prompt as administrator.
- Run the following command in command prompt: convert <drive> /fs:ntfs. For example: convert D: /fs:ntfs
- Restart the computer.
That's it!
Comments
Post a Comment