1、mount cifs挂载
mount -t cifs -o username=root,password=123 //10.124.0.101/GRID /SJDZ_GRID mount -t cifs -o username=administrator,password=Hdsoft-236 //172.18.1.236/ERP_NCC /ERP_NCC vi /etc/fstab //172.18.1.236/ERP_NCC /ERP_NCC cifs username=administrator,password=Hdsoft-236 0 0
2、mount nfs 挂载
mount nfs 192.168.1.1:/share /mnt/test
3、mount smbfs 挂载
mount -t smbfs //10.124.0.101/GRID /SJDZ_GRID
注意:如果密码中有特殊字符,比如!,#,%等,可能会提示
文章评论