- In computing (specifically in regards to Linux computing), initrd (initial ramdisk) is a scheme(طرح) for loading a temporary(موقت) root file system into memory, which may be used as part of the Linux startup process.
- رم دیسک اولیه لینوکس . رم دیسک اولیه (initrd) اولیه فایل سیستم ریشه نصب شده است که قبل از زمانی که فایل سیستم ریشه واقعی است در دسترس است. initrd به هسته مقید است و لود شده به عنوان بخشی از روال کرنل بوت. سپس هسته شناسایی این initrd به عنوان بخشی از دو مرحله فرایند بوت کردن به بارگذاری ماژول برای ایجاد فایل سیستمهای واقعی در دسترس است و در گرفتن سیستم فایل ریشه واقعی است.
…The Linux initial RAM disk (initrd) is a temporary(موقت) root file system that is mounted during(در حین) system boot to support the two-state boot process. The initrd contains(حاوی) various executables(فایل های اجرایی مختلف) and drivers that permit(مجوز) the real root file system to be mounted, after which(بعد از این) the initrd RAM disk is unmounted and its memory freed(آزاد شد). In many embedded Linux systems, the initrd is the final root file system. This article explores the initial RAM disk for Linux 2.6, including its creation(ایجاد) and use in the Linux kernel.
The initial RAM disk (initrd) is an initial(اولیه) root file system that is mounted prior(قبل از) to when the real root file system is available. The initrd is bound(محدود است) to the kernel and loaded as part of the kernel boot procedure(روش)…
- The initrd command is another important feature in GRUB Legacy. It helps solve a prob-lem that arises when using specialized hardware or filesystems as the root drive. The initrdcommand defines a file that’s mounted by the kernel at boot time as a RAM disk. The kernel can then load modules from the RAM disk, which then allows it to access hardware or file-systems not compiled into the kernel itself.