QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1060|回复: 1

根文件系统的一些问题

[复制链接]
发表于 2006-3-7 09:33:55 | 显示全部楼层 |阅读模式
我的根文件系统中下有个Linuxrc文件,请问运行根文件系统时是不是先运行这个文件?
文件中有这么几句语句
#!/bin/sh
echo "mount /etc as ramfs"
/bin/mount -n -t ramfs ramfs /etc
/bin/cp -a /mnt/etc/* /etc

echo "re-create the /etc/mtab entries"
# re-create the /etc/mtab entries
/bin/mount -f -t cramfs -o remount,ro /dev/mtdblock/3 /
/bin/mount -f -t ramfs ramfs /etc

exec /sbin/init

请问这些语句的作用分别是什么?
ramfs和cramfs有啥区别?
如果要在文件系统运行是默认启动我的应用程序该怎么做?
发表于 2006-3-10 14:14:50 | 显示全部楼层
linuxrc和Init有关系,是否先运行由init决定。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 20:21 , Processed in 0.038345 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表