Is it possible to pull data off a linux hard drive using windows 8.1?

31,119

Solution 1

Windows only naturally understands Windows file systems... but you can install more.

Ubuntu by default uses ext4 these days, so you probably need something like this :

http://www.ext2fsd.com/

Solution 2

It appears that the ext2fsd solution has not been updated in over 2 years, and has outstanding known bugs that indicate they create data corruption, so I would be cautious about that approach.

I think you would be be better off accessing the filesystem from a native OS. I would suggest that you prepare a bootable image of the Ubuntu desktop installer ISO for the version you have/had installed on the dead PC, and use that to boot your Windows 8 PC.

  1. On the Windows 8 machine, download the appropriate image from Ubuntu.
  2. On the Windows 8 machine, either burn the image to a CD/DVD, or make a bootable image on a USB/flash device (I prefer the PenDrive Rufus tool on Windows).
  3. Power down the Windows 8 machine and attach the dead Ubuntu machine's disk via SATA (before power up) or USB (before or after).
  4. Insert the Ubuntu CD/DVD/USB/flashdrive in the Windows 8 machine.
  5. Power up the Windows 8 machine; when it starts, be sure to configure the BIOS to boot from CD/DVD or "removable device" (USB/Flash) before the local HDD, or choose it from the boot-time BIOS selection.
  6. At the Ubuntu Live Welcome screen, select "Try Ubuntu", not "Install Ubuntu", and allow the system to load.
  7. Look for dead system's disk on the Live Ubuntu's desktop/Nautilus/mount list.
  8. Navigate to the files on the old linux drive that you want to recover, and copy them to a partition on the Windows 8 machine, a USB/flash device, or network storage.
  9. Shutdown the Live Ubuntu image and remove the Ubuntu CD/DVD/USB/flash device from the Windows system.
  10. Restart the Windows machine under Windows 8 and access the files from the location you copied them to.
Share:
31,119
ContextSwitch
Author by

ContextSwitch

I'm currently building backend APIs using node microservices, kafka, and couchbase

Updated on September 18, 2022

Comments

  • ContextSwitch
    ContextSwitch almost 2 years

    My Ubuntu laptop died recently and I've pulled the hard drive out of it. I'm trying to read the data on it from a windows 8.1 laptop but I don't think its recognizing the file system.

    I've tried installing an ubuntu virtualbox VM but it's unable to detect the hard drive.

    I'm currently unable to dual boot due to lack of blank CD's... is there a way to read the hard drive using Windows 8.1?

  • David Foerster
    David Foerster over 9 years
    I'd advise write-protected access only though, as write support isn't all that reliable and may result in file system corruption.
  • David Foerster
    David Foerster over 9 years
    Wrong. The main reason why it's often difficult to boot an OS installation on another computer isn't licensing but technical (usually device driver) issues.
  • NoBugs
    NoBugs almost 8 years
    You could also replace Windows 8 with Ubuntu while you have the disk/usb handy.