LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-01-2015, 02:43 AM   #31
gunetel
LQ Newbie
 
Registered: Nov 2015
Posts: 4

Rep: Reputation: 0

Quote:
Originally Posted by phantomfreak View Post
With a simple google search there are ways to do so. You'll need to read each link and see which is more doable for you. Some links will use windows based tools or linux based tools. Also, some instructions will be specific to internal, external or both.
Thanks for the suggestion. Seems there are a lot of scammer sites when searching on Google, lol
 
Old 12-01-2015, 08:24 AM   #32
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Quote:
Originally Posted by gunetel View Post
does this work the same to Android phone? I need to recover a few photos on my Galaxy S6
You should open a new thread. The arbitrary restrictions placed on the "exercise" in this thread (can't install any recovery tools, can't boot any recovery tools, and the filesystem is in RAM...who stores files they care about on a RAM filesystem?) are so far removed from reality that none of the suggestions posted here will help you or anybody else trying to actually do any file recovery.

Last edited by suicidaleggroll; 12-01-2015 at 08:26 AM.
 
Old 12-01-2015, 02:06 PM   #33
phantomfreak
LQ Newbie
 
Registered: Nov 2015
Posts: 7

Rep: Reputation: Disabled
Quote:
Originally Posted by suicidaleggroll View Post
You should open a new thread. The arbitrary restrictions placed on the "exercise" in this thread (can't install any recovery tools, can't boot any recovery tools, and the filesystem is in RAM...who stores files they care about on a RAM filesystem?) are so far removed from reality that none of the suggestions posted here will help you or anybody else trying to actually do any file recovery.
I would have to question the course the OP is taking for such an odd assignment. That's way in post #28, I downloaded siltaz to prove my point that a live system from RAM is not permanent unless it is on 24/7. And everything that was done or saved is lost on the next reboot.

I suggest the OP download the latest siltaz and install it on a virtual disk in a VM or as a dual boot option on the system.

Last edited by phantomfreak; 12-01-2015 at 02:08 PM.
 
Old 12-12-2015, 05:27 PM   #34
D-kikin
LQ Newbie
 
Registered: Nov 2015
Posts: 12

Original Poster
Rep: Reputation: Disabled
Lightbulb Resolved

Thanks to all that tried to help out. It is great to know that I am not on my own on this journey learning this new and awesome OS. Here is how I was able to solve my problem:

Apparently when you save pics to a folder in Linux/Windows the file system creates a hidden thumbnails.db file in that folder. After finding the thumbnails.db file I used vinetto to recover the pics. It was pretty straightforward once I found out about the thumbnails.db.
 
Old 03-22-2017, 06:19 AM   #35
lioncocoz
LQ Newbie
 
Registered: Mar 2017
Posts: 1

Rep: Reputation: 0
Used Fedora to recover deleted photos from my SD card. but nothing found after a full scan. What would be the problem? thanks
 
Old 04-05-2017, 09:57 PM   #36
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
photorec from testdisk might be able to find something. Although normally it handles corrupt filesystems. There was undel for dos bitd, although not seeing anything like it for dosemu.
 
Old 04-06-2017, 03:51 PM   #37
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,996

Rep: Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628Reputation: 3628
This is getting to be a beat up old thread. Might be time to close it??
 
Old 05-27-2017, 03:41 AM   #38
Gcwerty
LQ Newbie
 
Registered: May 2017
Posts: 2

Rep: Reputation: Disabled
Quote:
Originally Posted by lioncocoz View Post
Used Fedora to recover deleted photos from my SD card. but nothing found after a full scan. What would be the problem? thanks
Maybe you can try scanning your memory card ,
 
Old 05-27-2017, 10:34 AM   #39
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
You could use something like this:
Code:
$ dd if=file_system | hexdump -C | grep 'ff\ d8\ ff\ e0'
which will give you the offsets of the beginning of the deleted jpg files. Then, save that section of disk:
Code:
$ dd if=file_system skip=certain_number_of_sectors count=certain_number_of_sectors of=file.file
Then search file.file with a hex editor, for the header of the first deleted jpg as above. Then search for the footer, and save that chunk to a jpg file. Then do the next one. It might be explained better in this post: http://www.linuxquestions.org/questi...ommand-362506/
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: How to optimize images in Ubuntu (GNU/Linux) using command line tools LXer Syndicated Linux News 0 06-29-2015 04:10 PM
[ANNOUNCE] - V-tools, a set of unix/linux command line tools veerain Linux - Software 6 05-18-2015 08:22 AM
LXer: 5 Best Data Recovery Tools For Linux To Recover Data Or Deleted Partitions LXer Syndicated Linux News 0 04-18-2015 02:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration