matt-wu / Ext3Fsd

Ext2/3/4 file system driver for Windows
http://www.ext2fsd.com
700 stars 102 forks source link

Problem after Windows hibernation (v0.68) #5

Open MikeMaximus opened 8 years ago

MikeMaximus commented 8 years ago

I've encountered an issue after restoring Windows 10 from hibernation. The files on my ext4 drive were displayed with incorrect dates and file sizes, and when any file was copied to my NTFS drive it was corrupted. My guess is this occurred because the contents of the ext4 partition changed while Windows was in hibernation.

This is the set of steps I went through.

  1. Hibernated my Windows 10 (v1607 Build 14393.51) the night before.
  2. Booted directly into Ubuntu 16.04 the next day to do some work, then rebooted again.
  3. Restored my hibernated Windows 10 and then this issue occurred when copying files from my Ubuntu /home drive.

After rebooting Windows the problem disappeared, but I thought I should report it. Thanks.