海王  

2010年4月26日

摘要: 把WINDOWS 系统下的某个文件共享,然后通过mount 命令把此文件共享到Linux 目录下。如:mount –t smbfs //192.168.2.110/test /mnt/share –o username=your_user_name,workgroup=your_nt_domain这样就把共享的test 目录文件共享到Linux 目录下的/mnt/share 中了,在Linux 中... 阅读全文
posted @ 2010-04-26 21:02 海王 阅读(1808) 评论(0) 推荐(0) 编辑