I'm having trouble with my "E:" drive after using DeepFreeze and FolderGuard together. I created a thawed drive with DeepFreeze, where I run a Python script to copy and zip a folder from my Documents to this drive. The script works great in simulation, but after turning on "Boot Frozen" in DeepFreeze and restarting my computer, the E drive shows up but is corrupted, and I can't access it. I've tried changing FolderGuard settings and even removed them, but the drive remains broken. The only way to fix it seems to be uninstalling DeepFreeze, which requires several restarts. Can anyone share ideas on how to repair my drive or prevent this issue? Thanks for any help!
2 Answers
It sounds like you've put a lot of thought into this setup! Honestly, DeepFreeze is designed to revert all changes after a reboot, so using it with a thawed drive can get tricky. I’d suggest checking the configurations of both DeepFreeze and FolderGuard to see if there are restrictions on the thawed drive that might be causing the corruption. As for your Python script, ensure that it’s only running after DeepFreeze has completed its boot process; otherwise, it might be trying to interact with files that aren't accessible yet. Finally, have you tried a disk recovery tool to see if it can fix the corrupted drive?
You might want to consider using a different approach for file management in your setup. Since DeepFreeze restores your system after a reboot, maybe automate the zipping process to run only when the system is thawed and not during a frozen state. This could reduce the chances of file corruption. Also, look into whether your Python script can check whether the E drive is operational before trying to move files. It's all about adapting your script to the limitations of your setup!
Thanks for the suggestions! I'll definitely modify the script to check the drive status first. It's frustrating to deal with this, but I appreciate the insights!

Great tip about checking the boot sequence! Sometimes, a simple timing issue can mess things up. If you've got the recovery tool running, you might also want to back up any important files regularly to avoid losing anything in the future. Best of luck!