.. contents:: This short article enumerates the different solutions for mounting a smb ressource; it's a reminder: Via URL (with Konqueror) ------------------------ :: smb://:@/ Via the mount command --------------------- :: mount -t smbfs /// \ -o username=,password= Via smbclient ------------- :: smbclient /// -U % Access like ftp (get ), enter 'help' for more Via smbmount ------------ :: smbmount /// \ -o username=,password=