[Lunar-commits] r18479 - in moonbase/trunk/utils: . testdisk
Dennis Veatch
stumbles at lunar-linux.org
Thu Feb 2 16:00:11 UTC 2006
Author: stumbles
Date: 2006-02-02 16:00:09 +0000 (Thu, 02 Feb 2006)
New Revision: 18479
Added:
moonbase/trunk/utils/testdisk/
moonbase/trunk/utils/testdisk/DETAILS
Log:
I came across this program while searching for a way to possibly fix a
toasted CF card. Well this program can't fix a toasted sector 0 but it
was able to get further than gparted or cfdisk. So thought it might be
a useful utility.
The menus are simple and texted based so it might be a handy thing to
put on our ISOs as a data recovery tool.
Anyway, here it is.
Added: moonbase/trunk/utils/testdisk/DETAILS
===================================================================
--- moonbase/trunk/utils/testdisk/DETAILS 2006-02-02 15:35:05 UTC (rev 18478)
+++ moonbase/trunk/utils/testdisk/DETAILS 2006-02-02 16:00:09 UTC (rev 18479)
@@ -0,0 +1,47 @@
+ MODULE=testdisk
+ VERSION=6.3-WIP
+ SOURCE=$MODULE-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_URL=http://www.cgsecurity.org/
+ SOURCE_VFY=sha1:304aa6961bab62edc20d61da425354274156e00e
+ WEB_SITE="http://www.cgsecurity.org/index.html?photorec.html"
+ ENTERED=20060202
+ UPDATED=20060202
+ SHORT="possibly recover data from digital devices such as flash."
+
+cat << EOF
+Actually there are two programs contained herein, testdisk and photorec.
+
+Testdisk is a tool to check and undelete partition
+ Works with the following partitions:
+ - BeFS ( BeOS )
+ - BSD disklabel ( FreeBSD/OpenBSD/NetBSD )
+ - CramFS (Compressed File System)
+ - DOS/Windows FAT12, FAT16 and FAT32
+ - HFS, Hierarchical File System
+ - JFS, IBM's Journaled File System
+ - Linux Ext2 and Ext3
+ - Linux Raid
+ - Linux Swap (versions 1 and 2)
+ - LVM and LVM2, Linux Logical Volume Manager
+ - Netware NSS
+ - NTFS ( Windows NT/2K/XP/2003 )
+ - ReiserFS 3.5 and 3.6
+ - UFS (Sun/BSD/...)
+ - XFS, SGI's Journaled File System
+
+PhotoRec is file data recovery software designed to recover lost pictures or
+lost files from digital camera memory (CompactFlash, Memory Stick,
+SecureDigital, SmartMedia, Microdrive, MMC, USB Memory Drives...), even Hard
+Disks and CDRom.
+
+It has been successfully tested with
+
+ Canon EOS300D, 10D
+ HP PhotoSmart 620, 850, 935
+ Nikon CoolPix 775, 5700
+ Olympus C350N, C860L, Mju 400 Digital
+ Sony DSC-P9
+ Praktica DCZ-3.4
+EOF
+
More information about the Lunar-commits
mailing list