I'm having the same configuration for my external drive: a small fat32 partition with these tools, and the big ext3 with the rest. I did not really tested them though, as I never connect the drive to a windows machine. Do these tools support ext4? 2009/7/31, Alessandro Doro <ordo.ad@xxxxxxxxx>: > On Fri, Jul 31, 2009 at 07:54:37PM +0300, Roman Kyrylych wrote: >> Also please note that there are problems with non-ASCII chars >> in either or both of these drivers and TC plugin >> (at least last time I tried I wasn't able to get Cyrillic chars visible). > > About the tc plugin: > > ex2fs.ini (it should reside in the plugin directory) > [Options] > UTF8=true > > For not utf8 file systems (from the Readme): > The codepages can be obtained from Apache project > http://www.apache.org > Russian codepage translation KOI8 -> CP1251 are in project. > To activate codepage just copy it in tables subfolder and > write it's filename in ex2fs.ini file like this: > XLATfile=tables\<codepage> > Then - set variable EnableXLAT to true like this: > EnableXLAT=true > >