I need some help with accessing data from a Linux SSD. My father had a work PC running Linux and after it stopped working, we were able to get the SSD out. However, now that I've connected it to a Windows 11 PC, I can't see the volume in File Explorer. Is there any way I can recover the data from that SSD using Windows, or do I need to use something else?
5 Answers
First, check the SMART status of the SSD in BIOS to ensure it’s functioning properly. Windows can’t read EXT4 filesystems directly, but you can use a tool or create a new Windows SSD to follow some guides available online on how to access that data.
Just connect the SSD and boot the PC with an Ubuntu USB drive. You'll be able to access the files as long as the SSD is still working and hasn't been corrupted.
Booting from a live Ubuntu Linux disk is a great way to recover the data. It’s pretty straightforward to set up and will give you access to your files without risking any loss.
Careful! Windows 11 might try to convert the drive to NTFS and wipe everything. The SSD is likely formatted with EXT4. I recommend looking for a program that can read EXT4 on Windows, or you could boot from a Linux USB drive to access the data and transfer it over.
Thanks for the warning! That's exactly why I was cautious and asked for advice.
Windows doesn't read EXT files, so your best bet is to boot from a Linux live USB, like Ubuntu. If the SSD isn't damaged, you should be able to access your files just fine.

That makes sense, I'll look into those guides!