Chinaunix首页 | 论坛 | 博客
  • 博客访问: 217091
  • 博文数量: 20
  • 博客积分: 2016
  • 博客等级: 大尉
  • 技术积分: 660
  • 用 户 组: 普通用户
  • 注册时间: 2007-09-16 00:15
文章分类

全部博文(20)

文章存档

2010年(1)

2008年(19)

我的朋友

分类: LINUX

2008-08-25 00:05:40

As we know, the samba service could help windows user to access the folders in Linux. But how o access the shared folders in Windows from Linux? In this case, you just execute following command without launching Samba service:

mount -t smbfs -o domain=DOMAIN_NAME,username=USER_NAME,password=PASSWORK,ip=IP_ADDRESS_OF_WINDOWS //WINDOWS_HOST_NAME/shared_directory_name /LINUX_FOLDER_TO_BE_MOUNTED

It's worth noting that there is no space between the option domain, username, password, and ip.
阅读(967) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~