ubuntu 13.10挂载windows共享目录

ubuntu 13.10挂载windows共享目录

fulinux

研发工作可能需要在linux和windows上操作,需要在windows编辑,在linux上交差编译,同时要确保工程的保密性,如何做呢?


Windows上的设置:

1

 ubuntu 13.10挂载windows共享目录_第1张图片

2

 ubuntu 13.10挂载windows共享目录_第2张图片

 

3

 ubuntu 13.10挂载windows共享目录_第3张图片

4

 ubuntu 13.10挂载windows共享目录_第4张图片

5

 ubuntu 13.10挂载windows共享目录_第5张图片

 

6

 ubuntu 13.10挂载windows共享目录_第6张图片

7

在其他电脑上登陆时需要输入你的电脑的用户名都是Administrator,不管你是否修改了计算机名。密码是你登陆时候的密码。

 

Ubuntu上:

$sudo apt-get install samba

$sudo  apt-get install cifs-utils 

 

$sudo mount.cifs //192.168.1.50/test  ~/workspace -o iocharset=utf8,username=Administrator,password=xxxx,dir_mode=0x777,file_mode=0x777,uid=0

你可能感兴趣的:(windows,linux,ubuntu,共享)