From: Oleg <ya...@gm...> - 2006-05-26 07:20:26
|
No new FS types, just some notes... for vfat file systems: 1) I use options fmask=3D111,dmask=3D000 - otherwise all files look as exec= utable. 2) I think charsets should be configurable: you use iocharset=3Diso8859-15,utf8, I use iocharset=3Dcp1251,codepage=3D866. Or these options could be obtained authomatically: "iocharset" could be obtained from the system locale settings, and "codepage" could be defined by "iocharset" via some mapping of encodings (a subset of it would be Windows "ANSI to OEM" mapping). |