11

I have a backup .img file of an old Raspbian installation that I used to have running as a webserver. I'm unable to get the Raspberry Pi to boot from it any more, I think due to running out of space on the card but I could be wrong on that.

This backup has an old Wordpress website on it which I'd like to recover. So I'm wondering is there any way to access the contents, either from Windows? There is a similar question which covers this on a Linux system, but is it possible from Windows?

Jamie Bull
  • 1,137
  • 3
  • 9
  • 22

4 Answers4

9

It also turns out that 7zip can extract a .img file just like any other archive file:

7z x raspian.img
Matthias Braun
  • 233
  • 2
  • 7
Mike Young
  • 199
  • 1
  • 2
8

Alternatively, use DiskInternals' Freeware Linux Reader for Windows (as I was unable to figure out how to mount .img files with Paragon's ExtFS for Windows).

sschuberth
  • 191
  • 1
  • 8
4

Download Ext for Windows and then mount img file and you will see the contents of mounted image.

KernelPanic
  • 438
  • 1
  • 11
  • 24
1

If you have your backup SD card, or can burn your image to any SD card, you can also use open source tool ext2fsd to access it.