Accidentally Deleted My Fedora Installation, Any Hopes for Recovery?

0
1
Asked By TechTraveler88 On

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

Answered By LinuxGuru92 On

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.

Answered By OldSchoolLinuxer On

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.

Answered By RecoveryRanger On

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.

TechTraveler88 -

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

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.