Quantcast
Channel: Active questions tagged mount+fstab - Ask Ubuntu
Viewing all articles
Browse latest Browse all 742

How to use accented characters in /etc/fstab?

$
0
0

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.


Viewing all articles
Browse latest Browse all 742

Trending Articles