|
|
Log in / Subscribe / Register

Initramfs arrives

Initramfs arrives

Posted Nov 7, 2002 15:47 UTC (Thu) by dougm (guest, #4615)
Parent article: Initramfs arrives

"RAM-based disk" is an unfortunate term--ramfs is not based on a block device at all--it's just a tree of dentries/inodes in memory, so there's nothing in there that looks like a disk. It's significantly simpler and more space-efficient than a ramdisk, since you're not duplicating data between the RD block device and the dentry and inode caches. I see it as conceptually cleaner as well, since you don't have to have any particular filesystem drivers loaded when early userspace starts up...


to post comments


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds