in openelec i used autostart.sh mount -t cifs -o username=rpi,password=password,domain=home.int,rw //192.168.1.240/Daten /storage/srv01/daten mount -t cifs -o credentials,rw path-to-share where-to-mount rw for read&write i also used /etc/fstab at some time and automounting by adding the following line //192.168.1.240/Daten /storage/srv01/daten cifs username=rpi,password=password,domain=home.int,iocha**et=utf8,sec=ntlm 0 0 i also was able to mount it with retropie, but i'm not sure which method i used...