Can't Mount NAS (Airport extreme USB disk)

I’ve tried to mount my airport extreme NAS called “Flesland” on 192.168.1.4 - but I alway get this error messaging in the web UI:
mount: mount point /mnt/NAS/MyNas does not exist

I’ve tried all kinds of combinations of adding or not adding the name of the share “Flesland” to the directory path, but nothing matters.

Here are my settings:

Source name: MyNas
Fileshare/protocol:SMC/CFIS
IP address: 192.168.1.4
Remote Directory: Flesland/Disk2/Shared/iTunes
Username: vidar
Password: xxxxx

Under “advanced options” this is the mount flags:
cache=strict,ro,noatime,dir_mode=0777,file_mode=0777,sec=ntlm
(I added sec=ntlm myself as some people suggest that this works)

Try with

mkdir /mnt/NAS/myNas
chmod -R 777 /mnt/NAS/myNas

with SSH

let me know

That works! Thanks a bunch!