bobranten / Ext4Fsd

Ext4 file system driver for Windows
933 stars 58 forks source link

Does not seem to write Ext4 filesystem #17

Closed robiwano closed 2 years ago

robiwano commented 2 years ago

I have an SD card with Raspbian on it, ext4. I can read the files and it looks like I can write, the file gets changed. But if I remove and reinsert the SD card, nothing has really changed. Is there a way to flush changes to the SD card?

Jai-JAP commented 2 years ago

I also have the same issue on windows and ubuntu dualboot system

robiwano commented 2 years ago

On Windows, in the Ext2Fsd settings, you can right click on the drive letter and choose "Flush cache" (or similar). That fixed this for me.

Jai-JAP commented 2 years ago

Thanks this fixed the issue for me.