Samba notes


    findsmb

    smbclient -L //server

    smbclient [-U username] //server/home

    smbclient //server/home [password] [-U username]

    smbmount //server/home /mnt/server/home [-o username=user,password=pw]

    mount -t cifs -o username=user,password=pw //server/home /mnt/server/home
    mount -t cifs -o cred=credential-file /server/home /mnt/server/home


keywords: samba, smb, cifs, windows file sharing
date: 12/31/2008