====== SMB ====== == mount.cifs installieren == Um auf eine Freigabe von Windows zu zugreiffen ist ein packet aus [[http://www.samba.org|Samba]] notwendig. Eine RedHat Version kann bezogen werden über [[ftp://ftp.sernet.de/pub/samba/tested/rhel/]] oder yum. $ cd /tmp $ wget ftp://ftp.sernet.de/pub/samba/tested/rhel/4/i386/samba3-cifsmount-3.0.32-36.i386.rpm $ rpm -Uvh samba3-cifsmount-3.0.32-36.i386.rpm == Windows Share mounten == $ mount.cifs //windowsserver/share /lokales/verzeichnis -o domain=,username=,password=,port=4450,ip= Beispiel: $ mount.cifs //verleihnix.frei-style.local/public /mnt/public -o domain=frei-style.local,username=admin Nach betätigung der Enter-Taste erscheint ein Passwort-Prompt.