|  | 
 
 发表于 2003-7-30 22:56:10
|
显示全部楼层 
| bin, sbin, lib, opt, usr, boot, etc  can be ro if u need not install sth or change system configuration. especially for a embedded device 
 root, home, have to be w if u have user to login into u system.
 
 mnt , is for mount purpose, can be omitted;
 
 proc, and dev are virtual dir, u can mount as ro and try, i am not quite sure,
 
 tmp, for tmp files, u can put into /var/tmp
 
 var, for some locks, logs, should be w.
 
 
 i maybe wrong. so double check pls.  u can read FHS about linux to know more.
 a good link is http://www.pathname.com/fhs/
 | 
 |