Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2968682
  • 博文数量: 685
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 5303
  • 用 户 组: 普通用户
  • 注册时间: 2014-04-19 14:17
个人简介

文章分类

全部博文(685)

文章存档

2015年(116)

2014年(569)

分类: 嵌入式

2014-10-12 13:13:34

原文地址:http://blog.itpub.net/7318139/viewspace-1010891/

环境:Oracle Enterprice Linux 5.2

为一个培训做的Oracle EBS R12的测试环境

[@more@]

增加了/etc/mtab

/dev/sdb1 /install ext3 rw 0 0

/etc/fstab

LABEL=/install /install ext3 defaults 1 2

然后系统重起:就起不来了,提示

give root password for maintenance 
(or type control-d to continue:)

输入root 密码后,进入系统了,想把增加的内容去掉.但提示是只读.不让修改

采用下面方法

mount -o remount, rw /

because root directory / is mounted in read only mode. type follwing command, then you should be able to edit rc.sysint script.

现在再去修改MTAB/FSTAB文件就可以了.最后reboot ,系统启动成功


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