I’m finally planning to shift my primary PC to Linux in the coming week. I want to ensure all of my data from Windows be transferred to Linux, including my personal files and application data, even if there is no native support in Linux to access it.
For context, my setup has become untidy over the years; I have two partitions :C & :D and stored personal data in each partition, plus I have created directories of my own in several odd locations which I cannot recall but they also contain some critical files. I only have a single NVMe SSD installed that is almost out of space so I cannot dualboot, although I can make use of an external HDD during the transfer. I’ve already had some experience in Linux by installing it in another PC immediately after purchasing it.
Is there some way to automatically prepare all my data in Windows for transfer into Linux directly or in a backup drive accessible in Linux? Please don’t tell me I have to copy and paste all files by hand because given the criticality of the stored data I would rather stay in Windows than risking data loss.


O_o If those files are critical, they should be backed up in multiple locations. But if you cannot recall, are those files really critical? Regardless, one day a drive will fail and those files will be lost. Critical data should be backed up in multiple locations.
How do you intend to switch to Linux without available disk space? It is possible to install and boot Linux from an external drive but performance will obviously suffer. But any way you get Linux running, if it’s on the same computer and if your Windows drives are not encrypted, you should have access to them from Linux. There is no need to copy them or move them if Linux is on another drive but on the same computer. Simply installing Linux will not risk the data, as long as you don’t format the wrong partition. You can leave it there and probably access it from Linux to do what you want with it.
Why not backup the critical data on an external HDD?
Erm, how do you proceed when you change your computer with Windows? Do you use specialized software to “migrate” your data for you? And if you want an automatic way to do it, how would you ensure the automatic way did it correctly? If this is what stops you from migrating, maybe it’s preferable to keep things as they are for you?! Maybe try a live USB drive environment instead of installing?!
In any way, seeing your other replies, I can only strongly encourage you to make proper backups as this may one day save your critical data, and also facilitate any future PC or OS migration.
I’m sorry I can’t be more helpful or positive but if you made a mess and want to make sure you don’t lose anything, you may want to start by cleaning up, know what you have, where it is, and have it in multiple locations. Then you can start thinking about migrating without worrying about the data.
I guess I’ll start backing up my stuff like you told me. At least could you point me in the right direction by recommending a suitable backup solution that preferably is compatible in both Windows and Linux and is beginner friendly?
I’m afraid I’ve been using Linux for so long that I’m not very knowledgeable about backup software for Windows. But I’ve been using Duplicati for a single Windows computer for years, and it’s apparently also running on Linux. I never tried on Linux though, so don’t take my words for cash.
There’s also Duplicity, but it’s command line and will probably require installing the Windows Subsystem for Linux. There’s also Bacula but it’s mostly for businesses. This Wikipedia page may know more than me.
On Linux, Deja Dup acts as a graphical interface for Duplicity, is easy, and is the default for GNOME and Cinnamon. Compatible with Duplicity but as mentioned, it’s complicated for Windows.
However I think those are “too complicated” (I prefer raw files instead of archives) and for Linux I’ve been using rsync with a job scheduler (cron) for years. It’s technically not a backup solution in itself but many backup software, like those mentioned, use rsync in some form anyway. Unfortunately it does not work on Windows. My strategy is to use rsync to copy my important files to an older HDD, then the very important files are also sent on an online drive.
The TLDR would be to give Duplicati a try if you really want a backup solution that is cross platform and graphical. Otherwise, there’s nothing more certain than making copies yourself.
I guess I don’t need to remind you to be careful. Take your time. Try restoring to be sure it works. Good luck!
External hard drive.