close
CentOS裡沒有 smbmount 這東西了
mount –t smbfs 也換掉…
請改用以下語法來做samba的mount
/bin/mount -t cifs -o username=slyha,password= //10.1.x.xx/patch /local_patch
cifs= Common Internet File System
另外Selinux真的很討厭, 每次都要去關掉他
關法很簡單
vi /etc/sysconfig/selinux
SELINUX=disabled
reboot
done!
全站熱搜