转自:http://blog.163.com/sg_liao/blog/static/29577083200942811445981/ 一,挂载共享目录 sudo mount -t cifs -o username=liaoxiaohui,password=l23456,iocharset=utf8...
环境:windows Server 2003 oracle 10g,系统间备份目标系统创建共享文件,原系统挂载共享目录写批处理脚本,用任务计划定时调用Rem * 由于系统实时性要求不是很高,数据量不大,且只有一块磁盘,考虑异地备份 *Rem * 异地备份的时候使用expdp 出schema ...
分类:
数据库 时间:
2014-10-22 20:04:31
阅读次数:
174
cifs: 微软系统中用于网上邻居共享的一个机制,在linux下也可以通过命令mount -t cifs .....来挂载共享的文件目录等。nfs: linux之间的共享文件方式,基于rpc server方式,挂载命令mount -t nfs .....详细如下: nfs服务器搭建需要软件rpc.....
分类:
其他好文 时间:
2014-09-22 11:20:42
阅读次数:
178
简单的小技巧: 介绍如何在虚拟机VirtualBox 中打开共享文件夹(小技巧,高手勿入)。
To you, maybe too easy ,maybe not. Hope it will help you ....
分类:
其他好文 时间:
2014-06-22 22:14:41
阅读次数:
221
1.挂载共享目录mount -t cifs //192.168.0.1/aa /tmp/export
-o username=text,password=test//192.168.0.1/aa 为:windows的共享目录/tmp/export
为:挂在点username=test test为wi...