Score:3

How to use accented characters in /etc/fstab?

cn flag

I would like to mount an SMB share, so I added an entry in /etc/fstab:

//192.168.2.200/rendetlenseg /media/Rendetlenség cifs credentials=/home/<user>/.smbcredentials,uid=<user>,gid=<user>,user,bind  0 0

The mount point called "Rendetlenség".

When mount point is /media/Rendetlenseg, it works perfectly, however when it's /media/Rendetlenség (accented character: "é"), I get an error message:

enter image description here

So I created a new subfolder in /media : Rendetlens\303\251g but it couldn't solve this problem: there is still no such file or directory.

hr flag
Octal representation is known to work for single-byte characters like space (`\040`) - I've never tried it for multibyte characters but it might be worth a try (é is `\303\251` I think)
hr flag
... or possibly URI encoded as `%E9`
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.