[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Ungewolltes tmpfs unter /lib/init/rw



Hallo zusammen,

ich habe kürzlich durch Zufall entdeckt, dass unter /lib/init/rw eine
Ramdisk mit 248 MB gemountet wird.  Nachdem ich einen neuen Kernel
ohne Ramdisk-Support gebaut habe (weil ich so was schlicht nicht
brauche), liegt an der gleichen Stelle nun ein tmpfs.

Offenbar wird dieses von /etc/init.d/mountkernfs.sh aus dem Paket
initscripts angelegt:

,----[ /etc/init.d/mountkernfs.sh ]
| RW_OPT=
| [ "${RW_SIZE:=$TMPFS_SIZE}" ] && RW_OPT=",size=$RW_SIZE"
| domount tmpfs "" /lib/init/rw tmpfs -omode=0755,nosuid$RW_OPT
| touch /lib/init/rw/.ramfs
`----

Meine Frage ist nun, wozu soll das gut sein, bzw. warum wird dieses
tmpfs nicht nach Gebrauch wieder entfernt?

Gruß,
Martin


-- 
pub   1024D/DCF157DF 2002-07-21
      Key fingerprint = A2D4 DDCC 2426 93F2 63C2  AEED C4EE 944E DCF1 57DF

Today is Boomtime, 14. day of Discord in the YOLD of 3173

Attachment: signature.asc
Description: Digital signature


Reply to: