<div dir="ltr"><div>Not sure you can get the whole user directory including subdirectories back without a pre configured backup utility. </div><div>This is what I have done: unplug the disk with the deleted files on it. On a new disk install ubuntu and if ext4 the app extundelete does a good job. For photos use testdisk or photorec. Then plug in the disk as a second drive or external drive and try the tools. The main issue is anything you do on the disk with the deleted files causes some to be written over. </div></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Sun, Jun 7, 2026 at 11:46 PM <<a href="mailto:cactuswand@hushmail.com">cactuswand@hushmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span style="font-family:Arial;font-size:14px;line-height:150%"><div><span style="font-family:Arial;font-size:14px;line-height:150%">Hello MIke,</span></div><div><span style="font-family:Arial;font-size:14px;line-height:150%">I'm sorry to hear of your missing file. You might try:</span></div><div><span style="font-family:Arial;font-size:14px;line-height:150%">(1) If you haven't already, search your trash, the path which might be something like: <b>~/.local/share/Trash/files</b></span></div><div><span style="font-family:Arial;font-size:14px;line-height:150%">(2) Run the command: <b>find ~ -iname '*string*' </b> # Where "string" is a piece of the name of your missing file. You can use "globbing".</span></div><div><span style="font-family:Arial;font-size:14px;line-height:150%">(3) Or try: <b>find ~ -atime 2 || -ctime 2 </b> # Any file accessed or changed within the last 2x24=48 hours</span></div><div><span style="font-family:Arial;font-size:14px;line-height:150%">(4) Or try: <b> </b></span><b>find ~ -ctime 2 -and -iname '*string*' </b> # Etcetera, etcetera ...</div><div>(5) Or, use some special software for recovering files which were removed with the command "rm".</div><div><br></div><div>good luck,</div><div>Doug.</div><div><br></div></span>_______________________________________________<br>
nmglug mailing list<br>
<a href="mailto:nmglug@lists.nmglug.org" target="_blank">nmglug@lists.nmglug.org</a><br>
<a href="http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org" rel="noreferrer" target="_blank">http://lists.nmglug.org/listinfo.cgi/nmglug-nmglug.org</a><br>
</blockquote></div>