after installing ntfs-3g
i used

Code:
mount -t nts-3g /dev/hda1 /mnt/win -o local=********
to mount it

and

Code:
/dev/hdb1 /mnt/win ntfs-3g defaults 0 0
in the fstab

but after restarting any files named other than English disappeared

i tried in fstab that and nothing too

Code:
/dev/hda1 /mnt/win ntfs-3g defaults 0 0 -o local=*******
i want the locale to be permenant after restarting

what command should i use or what can i do ?