How can I run Linux from an external SSD on Windows?

0
8
Asked By CuriousCoder87 On

I'm looking to expand my skills in Linux and pick up some Python programming. I've got an old m.2 SSD in an enclosure that I'd like to use as a portable system and storage. My goal is to run Linux while I'm on Windows, ideally in a windowed setup, so I can tinker and work during downtimes at my job. I have admin rights, but I want to keep my personal projects strictly on this external drive. What's the best way to make this happen?

4 Answers

Answered By LinuxLover30 On

You might find some helpful resources in our wiki! Just be sure to take regular backups and experiment with a VM to avoid any mishaps. Understand what each command does before hitting Enter—be cautious!

Answered By AvidLinuxFan On

Honestly, Linux handles this better than Windows! If you can, go for an LTS (long-term support) distro, and learn about proper VMs or even hypervisors. There's a lot you can run on Linux, and only a few things that need Windows.

CuriousCoder87 -

Because it is a work computer. My personal laptop at home is already switched over to CachyOS and running better than ever 🙂

Answered By DiskDude56 On

If you already have an external SSD, consider dual-booting it with Linux installed directly on the SSD. It's also possible to boot VirtualBox from USB. So, you can either stick with a VM or boot directly from the drive for a native experience. Up to you!

CuriousCoder87 -

Thank you!

Answered By TechExplorer92 On

Using Linux in a virtual machine (VM) is a great way to get accustomed to the operating system. I recommend trying VirtualBox; it's free and user-friendly. Just make sure to check your motherboard's BIOS to enable virtualization before getting started. If that’s not set up, your VM might not work as expected!

CuriousCoder87 -

Perfect thanks mate! I saved a couple YouTube vids to watch later and set this up.

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.