Comment 20 for bug 132357

Revision history for this message
Vangelis Tasoulas (cyberang3l) wrote :

here is my /etc/fstab

$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hda4
UUID=89cf72cd-72ab-4342-a777-ad6693d4f184 / reiserfs notail 0 1
# /dev/hda5
UUID=F0D0F7A1D0F76BEA /media/Storage ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/hda1
UUID=A244FF4244FF182D /media/Windows ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/hda3
UUID=3558d158-fe9a-44f9-a66a-f43f8a34f7af none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0

My /etc/init.d/mountall.sh has the "export LANG"
My /etc/default/locale has the LANG variable set.
(Actually I think if it didn`t had this variable I could not see my files even after umount/mount).