I'm considering moving to a full Linux setup and want to know if I can simply copy all my files from my Windows installation to my Linux system before deleting Windows. I'm currently using a 512GB SSD and running Fedora with KDE Plasma. Once I've backed up the necessary files, can I format the Windows partition and merge that space into my Linux installation?
4 Answers
You can definitely do that, unless your Windows drive is protected by something like BitLocker. As long as both partitions are accessible, copying files should go smoothly. Just keep in mind that Linux's file structure is quite different; it doesn't have a C: drive like Windows. You'll mainly be using the home directory, like ~/Documents or ~/Pictures. It might also be handy to copy your Windows files over to a backup folder and organize them later once you're in Linux.
If you're dual booting, you should be able to access your Windows partition through the Linux file explorer as a separate mount point. Just navigate through the devices, and you can transfer files as you need.
That’s exactly what I found too on Fedora KDE Plasma, so it should be smooth sailing!
You can go ahead and format the Windows partition, but make sure to do two things first: disable fast boot in Windows, so it "unlocks" the drive, and you should mount your Windows partition using ntfs-3g in your fstab file for best results. Good luck with your Linux journey!
Thanks for the tips! I'll make sure to follow those steps.
It’s really a good idea to use an external SSD for backups. That way, you’ll have everything safe just in case. Plus, it clears up space efficiently. If you only need specific files, just transfer them directly and back them up externally first.
I've already copied over the important files I need, so I'm good on that front. Just trying to figure out if I can format the Windows drive using Linux and incorporate it into my Linux partition.

I’ve checked, and I really only need a few specific files. I tried moving one file, and it worked fine, so I assume I won't have BitLocker issues.