
1. 命令行
linux下要访问windows中的数据,也很简单,只要通过以下命令即可:
mount -t smbfs -o username=sti,password=sti //terminal/software /home1/tournet/soft_bk
其中//terminal/software表示terminal主机下的software共享目录。
/home1/tournet/soft_bk指本地linux下的目录。
本命令执行完后,software目录下的内容就mount到本地/home1/tournet/soft_bk目录下了,现在要操作windows机器 terminal...