System Story/CentOS 5,6
SAMBA Mount
helperchoi
2013. 11. 10. 20:36
mount -t cifs //192.168.10.30/SAMBA /SAMBA -o username=csipc, password=samba1234, iocharset=cp949
echo "//192.168.10.30/SAMBA /SAMBA smbfs username=csipc, password=samba1234, iocharset=cp949 0 0" >> /etc/fstab && cat /etc/fstab
반응형