The __________ phase of the Linux boot process is where the system checks and mounts file systems.
- initrd
- GRUB
- LILO
- init
The initrd phase of the Linux boot process is where the system checks and mounts file systems. The initial RAM disk (initrd) is used during the boot process to provide an initial file system that's used as a temporary root file system before the actual root file system is mounted. It contains necessary drivers and tools to get the system to the point where it can transition to the real root file system.
Loading...
Related Quiz
- Which tool in Linux allows for centralized authentication, often used in corporate environments?
- Which component of the Linux boot process loads the main system kernel?
- A system administrator wants to dynamically alter the kernel's behavior without rebooting. What feature of the Linux kernel allows for this?
- What command can be used to view the partition table of a disk in Linux?
- In the Linux directory structure, where are shared libraries typically stored?