View Single Post
ShadowOfGed
Travels via TARDIS
 
Join Date: Aug 2005
Location: Earthsea
 
2007-01-17, 15:17

Quote:
Originally Posted by interinv View Post
NTFS partition was mounted as read/write and localized.
After rebooting Windows partition was mounted automatically as read/write! but not localized (files with not English names are invisible).)
Alright, I've created a new package with a small hack to fix this problem temporarily. It's available here: NTFS-3G 20070116-r4.dmg.

To mount with the correct locale automatically, do the following, where /Volumes/YourVolume is wherever your NTFS volume gets mounted:
Code:
echo "ru_RU" > /Volumes/YourVolume/.ntfslocale
The updated mount script in -r4 will look for this file and--if found--remount your volume with the correct locale set. So you'll have to mount the volume unlocalized once to create the file, but then it *should* work automatically from then on.

If you encounter problems, please let me know. Hope this helps!


Apparently I call the cops when I see people litter.

Last edited by ShadowOfGed : 2007-01-17 at 15:24. Reason: I'm insane about formatting...
  quote