I’ve just overwritten data that took me months to generate on an Ubuntu VM. I’ve found a resource that walks through file recovery by unmounting the directory and using “debugfs” and “lsdel” commands to recover the last overwritten files and dumping the desired files from the allocated memory blocks because they likely haven’t been overwritten with data. However, I’m unsure if this works with a VM. Here goes nothing…