recovering deleted digital video ( .dv ) files on linux ext3

Using PhotoRec to recover lost data
Forum rules
When asking for technical support:
- Search for posts on the same topic before posting a new question.
- Give clear, specific information in the title of your post.
- Include as many details as you can, MOST POSTS WILL GET ONLY ONE OR TWO ANSWERS.
- Post a follow up with a "Thank you" or "This worked!"
- When you learn something, use that knowledge to HELP ANOTHER USER LATER.
Before posting, please read https://www.cgsecurity.org/testdisk.pdf
Locked
Message
Author
imool
Posts: 1
Joined: 13 Oct 2013, 22:43

recovering deleted digital video ( .dv ) files on linux ext3

#1 Post by imool »

Hi!

My comrade brought to me his computer wishing i could help recover some digital video ( .dv ) format files. I must admit that i havent used photorec before and so i started to experiment on test virtual Debian v. 7 computer using ext3 filesystem to get me going. I copied several.dv and.jpg files to one filesystem (about 2 GB big) and deleted them with rm and tried to recover them into different filesystem. I started photorec like this

Code: Select all

# photorec /d /root/pr-data/dir
chose appropriate block device and accepted default options i.e.

Code: Select all

 Paranoid : Yes (Brute force disabled)
 Allow partial last cylinder : No
 Keep corrupted files : No
 Expert mode : No
 Low memory: No
and chose from File Opt only dv and jpg and run Search. As a result i have mostly recovered jpg files but no dv file. Though i get thousands of .dv files with size of 120 000 bytes each, e.g.

Code: Select all

# file /root/pr-data/dir.6/f12480 44.dv
/root/pr-data/dir.6/f1248044.dv: DIF (DV) movie file (PAL)
I would be thankful if somebody could get me forward on this, is it i miss something about how to use photorec (i have some library not installed?) or digital video .dv files undelete isnt supported yet? (Actually my comrade's computer is powermac g5 runnig mac os x 10.4 and there i have similar results.)

My test virtual computer has photorec installed from debian v. 7 package management

Code: Select all

# photorec /version
PhotoRec 6.13, Data Recovery Utility, November 2011
Christophe GRENIER <grenier@cgsecurity.org>
http://www.cgsecurity.org

Version: 6.13
Compiler: GCC 4.6
Compilation date: 2012-01-17T14:04:23
ext2fs lib: 1.42.5, ntfs lib: 10:0:0, ewf lib: none, libjpeg: 80
OS: Linux, kernel 3.2.0-4-amd64 (#1 SMP Debian 3.2.46-1) x86_64
Best regards,

Imre

User avatar
cgrenier
Site Admin
Posts: 5432
Joined: 18 Feb 2012, 15:08
Location: Le Perreux Sur Marne, France
Contact:

Re: recovering deleted digital video ( .dv ) files on linux

#2 Post by cgrenier »

After selecting the disk device, have you selected the partition and choosen Search, ext2/ext3, Free ?

Locked