How to add UTF-8 support to my hard disk in fstab?
Posted
by
punkmexic
on Ask Ubuntu
See other posts from Ask Ubuntu
or by punkmexic
Published on 2011-03-01T20:41:06Z
Indexed on
2011/03/01
23:32 UTC
Read the original article
Hit count: 246
I use Ubuntu (Spanish language). Sometimes I get this error when I use special characters (codification error) so I read that if I edit a file of my hard disk by using gedit /etc/fstab
and adding utf8 I can fix it....
I had this line:
UUID=bfb5b95e-bf68-464a-8abf-d6027b039fa4 / ext4 errors=remount-ro 0 1
I adeed utf8 like this:
UUID=bfb5b95e-bf68-464a-8abf-d6027b039fa4 / ext4 errors=remount-ro,iocharset=utf8 0 1
But I messed my Ubuntu and I can't log in now to my Ubuntu so im using live session... so I'll have to remove that code in order to be able to use my Ubuntu again. Can someone tell me how that line should look like?
© Ask Ubuntu or respective owner