Do I need to reformat all my drives to switch from Windows to Linux?

0
0
Asked By MellowOrbit42 On

I'm considering switching to CachyOS after looking into several Linux distributions. I plan to erase only the drive containing Windows and install Linux there, but I also have three NTFS drives containing games, pictures, videos, documents, and other personal files. Will Linux be able to use those drives without reformatting them, or would I need to move everything to a different filesystem?

3 Answers

Answered By PixelHarbor19 On

NTFS is generally fine for storing shared files such as photos, videos, and documents. You can mount the drives and access the data normally. For a drive shared between Windows and Linux, exFAT is another practical option, but changing filesystems requires backing up and reformatting the drive.

Answered By QuietMaple6 On

A common setup is to install Linux on its own drive, leave Windows on another drive if you still need it, and use a separate exFAT or NTFS drive for files shared between both systems. Linux can access Windows files, but Windows programs and .exe files won’t automatically run in Linux; you’ll need Linux versions or compatibility tools such as Proton or Wine.

Answered By CopperLynx7 On

You don’t need to format every drive. Linux can read and write to NTFS, so your files should remain accessible. However, NTFS support is less seamless than using a native Linux filesystem, and permissions, performance, or repair issues can occasionally come up. It’s best to avoid using NTFS for Linux-installed games, especially games launched through Proton; use a Linux filesystem for those if possible.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.