I was trying to back up my files before doing a fresh install of Fedora due to some issues I faced. Unfortunately, I mistakenly ran "rm -rf /*" while trying to clear my external drive, and it wiped out my entire Fedora installation. Is there any way I can recover at least my important documents from the /home/username/ directory?
3 Answers
Just a heads up for others: always make sure to back up files before experimenting with terminal commands! If you want to delete files safely, try using "rm -ri" to confirm each file before deletion.
Looks like you really messed up this time. To fully recover those files, you'd likely need data forensics, which can be pricey. Just learn from this mistake and always back up your important stuff.
If you're lucky, rm just marks the space as free instead of overwriting the data immediately. Look for user-friendly recovery software that can attempt to read back that data.

Do you have any recommendations for easy-to-use tools?