centos&windows的共享文件(通过挂载)

# mount -t cifs -o username="administrator",password="" //192.168.1.101/cp /mnt/ntfs

说明:

mount -t cifs -o 这个就不多说了(照着写吧)。

username="administrator" 访问需要的用户名。

password="" 访问需要的密码(空密码)。

//192.168.1.101/cp 共享机器的IP地址,后面的cp为共享名(非cp命令)。

/mnt/ntfs 挂载的目录(共享目录被挂载到这里)。

scp root@hadoop-node2:/opt/soft/zookeeper-3.4.6.tar.gz /opt/soft/

posted @ 2016-02-19 16:29  summeney  阅读(216)  评论(0编辑  收藏  举报