手工挂载:

    mount -t cifs -o username=XXX,password=XXX //IP/共享目录 /挂载目录


自动挂载:

    在etc/fstab加入

    //IP/共享目录 /挂载目录 cifs defaults,auto,username=XXX,password=XXX   0 0

重启