Search found 7 matches

by callmejoe
19 Feb 2024, 03:05
Forum: File recovery
Topic: No option to pick "Free" or "Whole"
Replies: 1
Views: 9197

Re: No option to pick "Free" or "Whole"

i am having the same issue
by callmejoe
19 Feb 2024, 03:04
Forum: File recovery
Topic: photorec. finds file data after writing zeros to disk
Replies: 10
Views: 180266

Re: photorec. finds file data after writing zeros to disk

recuperation wrote: 18 Feb 2024, 11:51 Sometimes I feel like I should bang my head against the wall until it breaks.
your head or the wall?
by callmejoe
18 Feb 2024, 01:03
Forum: File recovery
Topic: photorec. finds file data after writing zeros to disk
Replies: 10
Views: 180266

no option to choose unallocated space

i am not getting this page to select whole partition or unallocated space.

photorec version 7
using ext4 filesystem

https://imgur.com/a/CLADjAY
by callmejoe
17 Feb 2024, 19:05
Forum: File recovery
Topic: photorec. finds file data after writing zeros to disk
Replies: 10
Views: 180266

Re: photorec. finds file data after writing zeros to disk


If Photorec understands the inner workings of the file system you have the option to have Photorec either search the whole space or the unused one. The data you found may originate from used space. If Photorec does not understand the file system used it cannot distinguish between used space and ...
by callmejoe
08 Jan 2024, 02:57
Forum: File recovery
Topic: photorec. finds file data after writing zeros to disk
Replies: 10
Views: 180266

Re: photorec. finds file data after writing zeros to disk

gianfrus wrote: 07 Jan 2024, 17:44
For an in-deep discussion of a very similar case: https://www.baeldung.com/linux/wipe-free-space
thanks for that link. good validation of the various wiping techniques
by callmejoe
30 Oct 2023, 01:37
Forum: File recovery
Topic: photorec. finds file data after writing zeros to disk
Replies: 10
Views: 180266

Re: photorec. finds file data after writing zeros to disk

recuperation wrote: 26 Oct 2023, 19:55 Photorec simply sees everything. 8-)

What is "remove.file"?
remove.file is just a text file name i chose to send /dev/zero to. then i delete the file and in theory should not be any data left to recover.
by callmejoe
25 Oct 2023, 19:45
Forum: File recovery
Topic: photorec. finds file data after writing zeros to disk
Replies: 10
Views: 180266

photorec. finds file data after writing zeros to disk

I used these commands on an SSD with an ext4 filesystem to write zeros to the free space on the drive.
cat /dev/zero > remove.file
sync
rm remove.file

after removing the file, photorec still finds plenty of deleted data. trying to figure why/how photorec is doing that?