Search found 5423 matches

by cgrenier
20 Aug 2025, 08:33
Forum: Gelöschte Dateien wiederherstellen
Topic: versteckte objekte
Replies: 3
Views: 5456

Re: versteckte objekte

Hello
Names starting by a dot are hidden...
I will publish a new 7.3-WIP that doesn't do it under Windows as it's a Unix/Linux/mac tradition.
by cgrenier
26 May 2025, 06:19
Forum: Partition Recovery
Topic: Partition recovery on Windows 11 pro computer
Replies: 1
Views: 5109

Re: Partition recovery on Windows 11 pro computer

You can try TestDisk, select the 2 TB PhysicalDrive, Analyse, Quick Search and Deeper Search. If you are lucky, you will see your old partition. If it's the case, use the arrow keys to switch this partition to P(rimary). On next screen, choose Write, confirm, and Quit.
If it doesn't work, try ...
by cgrenier
28 Apr 2025, 14:55
Forum: File recovery
Topic: A question related to Passes and Resume...
Replies: 1
Views: 9476

Re: A question related to Passes and Resume...

Usually, the passes are only
- pass 0: finding the blocksize
- pass 1: data recovery

There may be extra passes when
- FAT unformat (can only be enabled in expert mode),
- Keep corrupted files as be set to Yes, (By default, No)
- Paranoid : Yes (Brute force enabled) (By default, yes, Brute force ...
by cgrenier
14 Feb 2025, 15:43
Forum: Filesystem repair
Topic: wrong fs type
Replies: 11
Views: 24161

Re: wrong fs type

Assuming you had an NTFS partition as currently listed in your screenshot, try to follow
https://www.cgsecurity.org/testdisk_doc ... oot-sector
by cgrenier
02 Nov 2024, 10:18
Forum: File recovery
Topic: Recover from SSD
Replies: 7
Views: 14786

Re: Recover from SSD

TRIM may be prevent recovery, another possibility is BitLocker disk encryption.
Can you check if it's enable ?
by cgrenier
18 Sep 2024, 14:03
Forum: Partition Recovery
Topic: Flash drive re-formatted, Testdisk sees nothing but Photorec does:am I missing something?
Replies: 9
Views: 9201

Re: Flash drive re-formatted, Testdisk sees nothing but Photorec does:am I missing something?

A little post to thank you for your donation ;-)

When running TestDisk, try TestDisk, Advanced, select the "BackyL" partition, List. If you see your files (with a non-empty size), you should be able to copy them.
You can also try "Scrounge NTFS" to recover files from your NTFS partition but it ...
by cgrenier
05 Sep 2024, 10:56
Forum: File undelete
Topic: ubuntu /home dir deleted / testdisk.log
Replies: 2
Views: 22034

Re: ubuntu /home dir deleted / testdisk.log

It's not possible to recover the original filenames and file structure but it may be possible to recover most of your files anyway.
TestDisk may be able to display some filenames but the filesize of deleted file will be listed as 0.
Use PhotoRec to recover your files from the free space of your ...
by cgrenier
22 Jun 2024, 08:52
Forum: File recovery
Topic: Recover lost files from usb memory.
Replies: 3
Views: 24306

Re: Recover lost files from usb memory.

Try chkdsk as explained in the manual and if it doesn't work, use PhotoRec instead. Choose '[Whole]" instead of "[Free]" as you aren't trying to recover deleted files but all the files.
by cgrenier
03 Jun 2024, 06:34
Forum: File undelete
Topic: Deleting or encrypting dead drive to send in for warranty
Replies: 5
Views: 24498

Re: Deleting or encrypting dead drive to send in for warranty

It's possible to overwrite the content of a disk using "dd if=/dev/zero of=device_to_erase". (Be careful to not choose the wrong destination)
This way TestDisk, PhotoRec or any other data recovery utilities will not able to recover anything.
by cgrenier
03 Jun 2024, 06:30
Forum: File undelete
Topic: testdisk won't show "undelete" option for my Linux Mint partition
Replies: 2
Views: 25659

Re: testdisk won't show "undelete" option for my Linux Mint partition

As written in the documentation, undelete is available for FAT12/16/32, exFAT, NTFS, ext2.
For other filesystems, use PhotoRec instead.