My laptop which has ubuntu installed has the motherboard blown. If I use my hard drive as an external on another windows computer, would I still access my files?
Asked
Active
Viewed 32 times
1 Answers
0
You can but it's risky.
There are drivers for Windows to access ext partitions such as ext4. However, many experienced folks (including yr. humbl. correspondent) report losing lots of data when writing into ext4 partitions from Windows, even with the latest version of the driver.
It is infinitely preferable to boot from an Ubuntu Linux LiveUSB and perform the file transfer under Linux into another HDD or SSD (normally made with NTFS by Windows), or to a USB flash memory drive which is traditionally partitioned as FAT32.

K7AAY
- 17,202
-
You can also insert search terms in the search bar up top where you see "Search on Ask Ubuntu" to find results for key phrases from your error messages, then click on the Votes button right of center to sort up the answers found helpful by the most folks. That's why it's important to click on the up arrow and the checkmark on answers which solve problems. – K7AAY Apr 16 '20 at 21:04
ext4
used by Ubuntu and other Linux distributions. So, your Ubuntu disk will not be recognized as an external drive in Windows. You will need another computer running Ubuntu. The easiest way to run Ubuntu is to boot from the installation USB drive and choose "Try Ubuntu without installing..." option. – user68186 Apr 16 '20 at 20:40