Search found 3 matches

by jdb2
11 Oct 2019, 19:33
Forum: File recovery
Topic: Catastrophic data loss event
Replies: 3
Views: 4085

Re: Catastrophic data loss event

I didn't realize that I was talking to the author of TestDisk and PhotoRec :oops:

Thanks so much for your great effort over the years in creating these data recovery tools! :D

Without them, I'd have no chance of recovering my data :)

Thanks and regards,

jdb2
by jdb2
11 Oct 2019, 17:25
Forum: File recovery
Topic: Catastrophic data loss event
Replies: 3
Views: 4085

Re: Catastrophic data loss event


A symbolic link isn't followed when deleting files.
$ mkdir test1 test2
$ ln -s ../test1 test2/test1
$ ls -d test1 test2/test1
test1 test2/test1
$ rm -rf test2
$ ls -d test1
test1 .


Thank you for your reply! :D In my case though, I had a "/media/mint/1c207119-3d71-4969-863a-6c077b73e35f ...
by jdb2
10 Oct 2019, 19:36
Forum: File recovery
Topic: Catastrophic data loss event
Replies: 3
Views: 4085

Catastrophic data loss event

I recently set up an Intel NUC8i7BEH using ZFS root on Linux Mint 19.2 Cinnamon 64-bit, to replace the ancient 10+ year old Toshiba laptop that I had been using. After I had copied all my data over everything was fine on my new setup for months. One fateful day around this September 16th or so, at ...