|
From: Georg Potthast <mailbox@ge...> - 2015-12-06 14:10:33
|
I did some further testing. E2PART does report ext3 partitions as ext2. But e2ls and e2cp work fine with ext3 partitions anyway. I had no luck with ext4 though. AFAIK ext3 partitions can be accessed from programs that only support ext2 since the main difference between these file systems is journaling support which you do not have to implement if you just want to read/write files. I posted the binaries here: http://sourceforge.net/projects/fltk-dos/files/Applications/General%20DOS%20applications/ext2tools-gp-0.1.zip/download |