Page 1 of 1

Scan of disk img stuck at 100%.

Posted: Fri Aug 25, 2017 12:36 pm
by zerophase
I'm trying to demo mode out on my disk image of an ext4 filesystem, on a Linux livecd, just to see what R-Studio's scan can find before making a purchase. I ran the disk scan in the mode without output, and it's currently just sitting at 100% with 3.64 TB (size of the image) scanned. I cannot select any other options other than stopping the scan. should I eventually be able to see some files once this scan finishes up, or is the program stuck in an unrecoverable state?

Re: Scan of disk img stuck at 100%.

Posted: Fri Aug 25, 2017 1:24 pm
by Data-Medics
After it's done scanning, you should see a list of found file systems on the left. You just need to click the green one and open it up now.

Re: Scan of disk img stuck at 100%.

Posted: Fri Aug 25, 2017 1:51 pm
by Alt
I can tell you one secret: You may use R-Linux to test R-Studio. Having the same data recovery engine, it recovers data from ext4fs partitions for free. Both programs share the same compressed image and scan info format.
And I recommend you to save the scan info if you're really going to recover files from the image.

Re: Scan of disk img stuck at 100%.

Posted: Fri Aug 25, 2017 2:36 pm
by zerophase
Thanks. I didn't see R-Linux on the website. The scan completed and found files. If I want to get directory structures back along with file names, which options should I click when recovering files?

Re: Scan of disk img stuck at 100%.

Posted: Fri Aug 25, 2017 3:12 pm
by Alt
zerophase wrote:If I want to get directory structures back along with file names, which options should I click when recovering files?
Select Restore folder structure on the Recover dialog box.

Re: Scan of disk img stuck at 100%.

Posted: Fri Aug 25, 2017 5:14 pm
by zerophase
Hmm, the Ubuntu live cd keeps freezing after running R-linux file recovery for about half an hour.

So, I went ahead and tried the version of R-Linux for fedora/redhat, and the menus aren't displaying any text or icons, after installing the 64 bit rpm. If I launch the program from a terminal these are the error messages I receive.

Code: Select all

X Error: BadAccess (attempt to access private resource denied) 10
  Extension:    130 (MIT-SHM)
  Minor opcode: 1 (X_ShmAttach)
  Resource id:  0x13d
X Error: BadShmSeg (invalid shared segment parameter) 128
  Extension:    130 (MIT-SHM)
  Minor opcode: 5 (X_ShmCreatePixmap)
  Resource id:  0x2a00013
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x2a00014
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x2a00014
X Error: BadPixmap (invalid Pixmap parameter) 4
  Major opcode: 54 (X_FreePixmap)
  Resource id:  0x2a00014
X Error: BadShmSeg (invalid shared segment parameter) 128
  Extension:    130 (MIT-SHM)
  Minor opcode: 2 (X_ShmDetach)
  Resource id:  0x2a00013
X Error: BadAccess (attempt to access private resource denied) 10
  Extension:    130 (MIT-SHM)
  Minor opcode: 1 (X_ShmAttach)
  Resource id:  0x13d
X Error: BadShmSeg (invalid shared segment parameter) 128
  Extension:    130 (MIT-SHM)
  Minor opcode: 5 (X_ShmCreatePixmap)
  Resource id:  0x2a0001e
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x2a0001f
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x2a0001f
X Error: BadPixmap (invalid Pixmap parameter) 4
  Major opcode: 54 (X_FreePixmap)
  Resource id:  0x2a0001f
X Error: BadShmSeg (invalid shared segment parameter) 128
  Extension:    130 (MIT-SHM)
  Minor opcode: 2 (X_ShmDetach)
  Resource id:  0x2a0001e
[zerophase@localhost ~]$ sudo rlinux
X Error: BadAccess (attempt to access private resource denied) 10
  Extension:    130 (MIT-SHM)
  Minor opcode: 1 (X_ShmAttach)
  Resource id:  0x13d
X Error: BadShmSeg (invalid shared segment parameter) 128
  Extension:    130 (MIT-SHM)
  Minor opcode: 5 (X_ShmCreatePixmap)
  Resource id:  0x2a0000f
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x2a00010
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x2a00010
X Error: BadPixmap (invalid Pixmap parameter) 4
  Major opcode: 54 (X_FreePixmap)
  Resource id:  0x2a00010
X Error: BadShmSeg (invalid shared segment parameter) 128
  Extension:    130 (MIT-SHM)
  Minor opcode: 2 (X_ShmDetach)
  Resource id:  0x2a0000f
X Error: BadAccess (attempt to access private resource denied) 10
  Extension:    130 (MIT-SHM)
  Minor opcode: 1 (X_ShmAttach)
  Resource id:  0x13d
X Error: BadShmSeg (invalid shared segment parameter) 128
  Extension:    130 (MIT-SHM)
  Minor opcode: 5 (X_ShmCreatePixmap)
  Resource id:  0x2a0001a
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x2a0001b
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
  Major opcode: 62 (X_CopyArea)
  Resource id:  0x2a0001b
X Error: BadPixmap (invalid Pixmap parameter) 4
  Major opcode: 54 (X_FreePixmap)
  Resource id:  0x2a0001b
X Error: BadShmSeg (invalid shared segment parameter) 128
  Extension:    130 (MIT-SHM)
  Minor opcode: 2 (X_ShmDetach)
  Resource id:  0x2a0001a

Just needed to add:

Code: Select all

export QT_X11_NO_MITSHM=1
to get the gui working.

Re: Scan of disk img stuck at 100%.

Posted: Fri May 12, 2023 10:32 am
by mattwood2000
A little late to this thread but I'm in the same situation.

I'm doing a scan of a 512gb section of my 4TB drive, it's been at 100% for over 24 hours.

How long did it take your scan to complete and list found files?

Thanks!

Re: Scan of disk img stuck at 100%.

Posted: Fri May 12, 2023 12:43 pm
by Alt
mattwood2000 wrote:
Fri May 12, 2023 10:32 am
A little late to this thread but I'm in the same situation.

I'm doing a scan of a 512gb section of my 4TB drive, it's been at 100% for over 24 hours.

How long did it take your scan to complete and list found files?

Thanks!
Any error messages from R-Studio?

Re: Scan of disk img stuck at 100%.

Posted: Mon May 15, 2023 9:06 am
by mattwood2000
Alt wrote:
Fri May 12, 2023 12:43 pm
mattwood2000 wrote:
Fri May 12, 2023 10:32 am
A little late to this thread but I'm in the same situation.

I'm doing a scan of a 512gb section of my 4TB drive, it's been at 100% for over 24 hours.

How long did it take your scan to complete and list found files?

Thanks!
Any error messages from R-Studio?
No error message. I'm surprised there has not been any output at all for anything when launching from the terminal.

I stopped the scan and it actually saved the state this time (6.2.191150) which I have been able to reload and find a recognized partition which matches the lost data). But I've got another issue which I'll post in a different thread.

I need to revisit this scan later, but right now my priority is getting the data back from the recognized partition.

Thanks!