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 0The 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:
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.
