|
|
|
Linux基本设置技巧:lilo.conf中的read-only的作用
作者:佚名 来源:Linux 宝库 点击: 日期:2006-11-23 |
|
-->
下面是lilo.conf中的一段 image=/boot/vmlinuz-2.4.18-3 label=linux initrd=/boot/initrd-2.4.18-3.img read-only root=/dev/sda1 里面为什么一定要定义read-only呢? lilo.conf中设为read-only是对的,因为Linux启动时要先对root fs作fsck(rw无法fsck), 没问题后会自动将其remount成read-write, 若你的root fs启动后仍为ro, 那可能是/etc/fstab没写对。
|
|
|
|
【文章评论】
【收藏本文】
【推荐好友】
【打印本文】
【论坛讨论】 |
相关文章: |
|
|
文章评论:(条) |
|
|
|
|
责任编辑:一分 声明:刊登此文章是为了传递更多信息,文章内容仅供参考,转载请注明出处。 |
|