Share folders on your local Windows PC to remote Linux PC

1. make the folders(H:\win7_host_backup) on Windows PC shared

2. on remote Linux PC cmdline,

mount -t cifs -o username=xxxxxxx,password=xxxxx,dir_mode=0755,file_mode=0755 //WindowsPC_IP/win7_host_backup ~/remote_windows

Done.

时间: 2024-10-13 07:30:24

Share folders on your local Windows PC to remote Linux PC的相关文章

start a GUI software on a remote Linux PC via SSH

Is there a way to start a GUI software on a remote Linux PC via SSH? => We just need to run export DISPLAY=:0 in ssh session and programs run will run on the remote display. ex: [email protected]:~$ ssh tim [email protected]:~$ export DISPLAY=:0 [ema

Share folders on remote Linux PC to your local Windows PC

With samba on Linux PC already installed On Linux PC: 1. vi /etc/samba/smb.conf add the following text in the end,  NOTE, there are  SPACEs before those options. [192.168.0.27.home]         comment = Linux Server 192.168.0.27 home         path = /hom

Windows 8下完美使用Virtual PC 2007(virtual pc 2007 64 win8 兼容性)

Windows 8下完美使用Virtual PC 2007(virtual pc 2007 64 win8 兼容性) 一.从微软的官方网站下载Virtual PC 2007 SP1英文版,文件名为setup.exe二.把这个安装文件改一下名,例如改成setup1.exe,双击运行.系统不再提示不兼容,而是直接启动了安装程序四.安装完之后,前往程序的安装目录,将Virtual PC.exe改名,如VirtualPC.exe五.直接运行VirtualPC.exe,没有任何不兼容提示,程序正常运行 看

How To mount/Browse Windows Shares【在linux{centos}上挂载、浏览window共享】

How to mount remote Windows shares Contents Required packages Basic method Better Method Even-better method Yet Another Even-better method OK, we live in the wonderful world of Linux. BUT, for many of us, having to deal with Windows is a fact of life

windows怎么与虚拟机linux共享

虚拟机linux与widows主机的进行文件共享 使用虚拟机的共享文件夹功能 使用vmware(vmware workstation 5)下shared folders功能实现vmware中host与ghost间文件传输,无需任何网络相关设置,不使用任何网络协议,host和ghost可以是linux和windows操作系统,这里只介绍host是windows,ghost是linux下的设置,如果ghost是windows,请参考vmware帮助中setting up shared folders

Windows完成端口与Linux epoll技术简介

收藏自:http://www.cnblogs.com/cr0-3/archive/2011/09/09/2172280.html WINDOWS完成端口编程1.基本概念2.WINDOWS完成端口的特点3.完成端口(Completion Ports )相关数据结构和创建4.完成端口线程的工作原理5.Windows完成端口的实例代码Linux的EPoll模型1.为什么select落后2.内核中提高I/O性能的新方法epoll3.epoll的优点4.epoll的工作模式 5.epoll的使用方法6.L

linux pc syncy安装问题

linux pc 上安装syncy遇到的坑 pycurl安装可以指定curl-config,这个是根据自己机器libcurl安装位置确定,不在默认位置时要指定:python setup.py install --curl-config=/usr/local/bin/curl-config import pycurl报错:undefined symbol:curl_multi_socket_action 这是由于链接curl动态库出错,可以查看pycurl.so文件引用的是那个库,ldd pyth

windows nfs server for linux

摘要 在开发嵌入式系统的过程中,为了方便调试与文件共享,需要使用到nfs,即网络文件系统,这位板子的调试测试带来了很大的方便.之前在linux系统下开发,与ARM11核心板 linux系统对接共享也比较方便,近期因为个别原因,将开发转移到了windows平台,因此需要windows下的nfs server.即整体解决方案就是windows nfs server for linux. NFS,是Network File System的简写,即网络文件系统.网络文件系统是FreeBSD支持的文件系统

Linux PC开发环境搭建建议

搭建Linux PC开发环境 很早之前整理的在Linux(ubuntu)系统下搭建 PC开发环境的工具的推荐和简单说明,尽管现在有些已经不再使用,但还是要备份一下,作为以后的参考: package: download from: 软件集成开发环境(代码编辑.浏览.编译.调试) Emacs http://www.gnu.org/software/emacs/ Source-Navigator 5.2b2 http://sourceforge.net/projects/sourcenav 代码索引工