How to Access Data on a Linux SSD Using Windows 11?

0
17
Asked By TechTurtle42 On

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

Answered By DataDynamo84 On

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.

TechTurtle42 -

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

Answered By HelpfulHacker88 On

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.

Answered By LinuxLover22 On

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.

Answered By CuriousCat99 On

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.

TechTurtle42 -

Thanks for the warning! That's exactly why I was cautious and asked for advice.

Answered By DiskDiver77 On

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.

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.