Chinaunix首页 | 论坛 | 博客
  • 博客访问: 578942
  • 博文数量: 158
  • 博客积分: 2696
  • 博客等级: 少校
  • 技术积分: 1668
  • 用 户 组: 普通用户
  • 注册时间: 2007-06-10 00:49
个人简介

life?is?short?,?play?more!

文章分类

全部博文(158)

文章存档

2021年(1)

2013年(10)

2012年(4)

2011年(11)

2010年(27)

2009年(28)

2008年(52)

2007年(25)

我的朋友

分类: LINUX

2009-05-31 10:58:33

1.  Add a share directory in windows. Since the simple file sharing in windows is recomended ,here using the simple file sharing.

2. Open "my computer", in menu "Tools->folder option->view(tag)", in advanced settings , check the box "simple file sharing".

3. Then share a directory , just simplely right click the dir and choose the "sharing and security" and shared it.

4. In linux , type these to mount.  As of the simple file sharing , so we just specify a user without password will access the shared dir from windows.

 mount -t cifs -o root=haoli //ip/share  /mnt

5. If you want more security on this share folder, you musn't use the simple file sharing. If don't use the simple file sharing , in linux should specify the correct user and password to mount.

阅读(1544) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~