I'm really considering moving away from Windows due to all the issues lately, and I'm thinking of trying out Linux instead. However, I'm worried about a few things. I currently have two drives: a 500GB SSD with Windows installed, and a 1TB HDD that I use for data. Unfortunately, I don't have the means to back up my data onto an external drive before formatting. Is there a way to keep the HDD as it is and still access it on Linux? I'd appreciate any advice! (Also, English isn't my first language, so please let me know if I need to clarify something.)
5 Answers
Definitely disconnect the HDD before you install Linux. It won’t typically cause problems with the installation, but it’ll give you peace of mind. And while Linux handles NTFS fine, just keep in mind that you might want to switch to a Linux filesystem for your HDD down the line.
If there's one thing I can stress, it's the importance of backing up your data. Plenty of folks have lost files accidentally while trying to switch operating systems. I recently installed Linux, and I took a full image of my drive as a precaution with Clonezilla, plus I made another backup of my data on a separate drive. Seriously, prioritize making a backup if you can!
Totally agree! It's such a simple precaution that could save you a ton of stress.
Yep, Linux can read and write to NTFS drives without a hitch. You can mount your 1TB drive to a specific directory during the installation—like /data—though it should show up in the file manager even if you don't mount it. By the way, are you planning to dual boot, or are you going fully Linux?
You're good to go as long as your HDD is formatted with NTFS; Linux can read that just fine. Just to be safe, I suggest you unplug the HDD during the installation. Better safe than sorry!
You should be fine keeping the NTFS data drive. If you run into issues, you could also get a SATA USB adapter to connect it externally. That way, you'd have easy access to your files.

Exactly! Always have backup options. It just saves a lot of headaches later.