I'm curious about using Linux and I've come across the term 'native drive.' What exactly does that mean? Is it necessary to have a specific type of drive to run Linux? How can I check if my drive is compatible with Linux? I've seen many YouTube videos where people just talk about installing Linux easily, but they don't go into details about what a native drive actually is.
3 Answers
You generally don’t need to worry about whether a drive is compatible with Linux. Most consumer drives, like SATA and NVMe, will work without issues. They are pretty standardized nowadays. So, you should be good to go!
The term "native drive" usually refers to an internal hard drive rather than using an external USB. If you want better performance from your Linux OS, it’s best to install it on a native internal drive. You can also run it off a USB for portability, but it won’t be as fast.
All kinds of drives work with Linux—SATA, IDE, USB, and NVMe are all fair game! However, make sure your drive is formatted properly. Linux prefers filesystems like ext4 for best performance, even though it can read NTFS from Windows. Just keep in mind that if you’re replacing an existing Windows installation, that will wipe your data, so be sure to back everything up first!

Exactly! Always back up your data if you're switching OS. Better safe than sorry!