Search found 7 matches

by miknzau
26 Nov 2015, 04:43
Forum: File recovery
Topic: How to run photorec on NAS with busybox (WD Mycloud)
Replies: 7
Views: 11142

Re: How to run photorec on NAS with busybox (WD Mycloud)

Can you try using the library from http://www.cgsecurity.org/libjpeg_arm-none-linux-gnueabi.tar.gz ?
cd /usr/lib
tar xzf libjpeg_arm-none-linux-gnueabi.tar.gz
ldconfig -v

ldconfig should list libjpeg.so.62.
If it's ok, try to run photorec again

Note: there was a typo in the URL - correct URL ...
by miknzau
24 Nov 2015, 08:12
Forum: File recovery
Topic: How to run photorec on NAS with busybox (WD Mycloud)
Replies: 7
Views: 11142

Re: How to run photorec on NAS with busybox (WD Mycloud)

Hi,

I would really appreciate it if someone could reply to this thread. I am asking something pretty specific here I know, but surely someone who is very linux savvy can contribute?

Thanks in advance.
by miknzau
09 Nov 2015, 13:07
Forum: File recovery
Topic: How to run photorec on NAS with busybox (WD Mycloud)
Replies: 7
Views: 11142

Re: How to actually run photorec on NAS with busybox

I would really like to be able to return this Western Digital NAS to the store I bought it as it has caused me these issues.

Before I can do that - I need to run photorec on it to recover the photos (about 7GB worth) that I copied to it and it's O/S deleted.

As mentioned above, I can run photorec ...
by miknzau
08 Nov 2015, 12:41
Forum: File recovery
Topic: How to run photorec on NAS with busybox (WD Mycloud)
Replies: 7
Views: 11142

Re: How to actually run photorec on NAS with busybox

Hi, is anyone able to help me with getting photorec going in this case?
by miknzau
25 Oct 2015, 06:34
Forum: File recovery
Topic: How to run photorec on NAS with busybox (WD Mycloud)
Replies: 7
Views: 11142

Re: How to actually run photorec on NAS with busybox

Hi any chance someone can help out here?
by miknzau
19 Oct 2015, 09:07
Forum: File recovery
Topic: How to run photorec on NAS with busybox (WD Mycloud)
Replies: 7
Views: 11142

Re: How to actually run photorec on NAS with busybox

Update: I copied the ARM version of testdisk/photorec onto a USB drive and plugged that into the NAS, navigated to the mount and typed "./photorec"

This worked, the file executes but then it fails trying to load the library libjpeg.so.62

libjpeg.so.62 is not there because BusyBox is so stripped ...
by miknzau
18 Oct 2015, 12:16
Forum: File recovery
Topic: How to run photorec on NAS with busybox (WD Mycloud)
Replies: 7
Views: 11142

How to run photorec on NAS with busybox (WD Mycloud)

Hi,

I have a WD Mycloud Nas that runs busybox which I believe is a very stripped down linux, meaning I cant use apt-get to install photorec.

How do I run photorec? I have downloaded the files on to a USB and mounted that successfully but every time i try to run it i see this...


root ...