1. 在光驱中加载你的安装光盘或者iso镜像2. mkdir /mnt/cdrom3. mount /dev/cdrom /mnt/cdrom4. mkdir /home/rhel65. cp -Rf /mnt/cdrom/* /home/rhel6/6. vim /etc/yum.repos.d/...
分类:
其他好文 时间:
2014-10-31 09:58:30
阅读次数:
206
怎样将文件从window系统复制到linux系统上,其实有几种方法,比如,将windows上的文件共享出来,通过cifs协议mount到linux本地来,然后再cp一下。又或者通过FTP,但这些都有些麻烦。我们知道,在linux下有个命令scp,它可以实现在linux系统之间快速地互拷文件,前题是linux上开..
之前一直没有注意一个事情, 关于设置archive归档路径设置的问题。设置数据库为归档模式的命令: 1、首先要切换到mount状态; 2、执行alter system archivelog; 3、查看归档是否启动:archive log list;接着修改归档路径的时候发现报错。报错内容:OR...
分类:
数据库 时间:
2014-10-30 18:49:01
阅读次数:
249
一.描述在linux系统中安装samba软件包,配置身份验证型samba共享服务器的主要过程。答:1.安装rpm包mount/dev/cdrom/mntcd/mnt/Packagels–lsamba*软件包还有samba-common公共程序包和client客户端程序包rpm-ivhsamba-3.....添加系统用户为samba系统账号,并设置口令。修改smb..
分类:
系统相关 时间:
2014-10-29 02:02:59
阅读次数:
349
今天在centos7下挂载windows共享文件夹遇到报错mounterror(115):OperationnowinprogressRefertothemount.cifs(8)manualpage(e.g.manmount.cifs)折腾了半天才去看了一眼日志messages内Oct2803:17:59localhostkernel:CIFSVFS:Errorconnectingtosocket.Abortingoperation.Oct2803:..
分类:
Windows程序 时间:
2014-10-28 18:10:48
阅读次数:
3299
主辅dns服务器:辅dns服务器能够自动备份主dns服务器的数据,当主dns服务器损坏时,辅dns服务器进行工作。实验步骤:[root@wang~]#mkdir/media/cdrom安装所需要的dns包[root@wang~]#mount/dev/cdrom/media/cdrom[root@wang~]#yum--disablerepo=\*--enablerepo=c6-mediainstallb..
分类:
其他好文 时间:
2014-10-28 18:09:14
阅读次数:
304
1. Copy or remotely mount the backupset folder from the source server to the target server2. On the target server, export ORACLE_SID as same as the so...
分类:
数据库 时间:
2014-10-28 00:34:09
阅读次数:
309
Unable to mount a ntfs partition after replace windows after Linux install?Unable to mount a ntfs partition after replace windows after Linux install?...
一、挂载本地Rethat6.5系统镜像文件在将Rethat6.5系统iso文件上传至/Rethat_iso下#mkdir/Rethat_iso#mkdir/Rethat_iso/iso挂在本地iso文件(将rethat6.5镜像系统上传至/Rethat_iso/iso下)#mount-oloop-tiso9660/Rethat_iso/Rethat_iso/iso/Rethat_iso/isols#查看挂载目录,光..
分类:
其他好文 时间:
2014-10-24 19:09:20
阅读次数:
195
适用于无法上网的机器mount-tiso9660-oloop/root/CentOS-6.5-x86_64-bin-DVD1.iso/mntcd/etc/yum.repos.dcpCentOS-Base.repoCentOS-Base.repo.bakviCentOS-Base.repo baseurl=file:///mnt gpgcheck=0 #gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6后面的一律删掉
分类:
其他好文 时间:
2014-10-24 16:51:10
阅读次数:
156