Windows Freigabe mounten

Aus Howtos und Gedankenstuetzen

Wechseln zu: Navigation, Suche
su -
mount -t smbfs -o username=administrator,password=geheim //192.168.0.1/d /home/user/mountpunkt


mount -t cifs -o username=administrator,password=geheim,iocharset=utf8,file_mode=0777,dir_mode=0777 //192.168.0.1/d /home/user/mountpunkt