InterviewSolution
Saved Bookmarks
| 1. |
What Is Initrd ? |
|
Answer» INITRD stands for initial ram disk , which CONTAINS the TEMPORARY root filesystem and neccessary modules which helps in MOUNTING the real root filesystem in read MODE only. Initrd stands for initial ram disk , which contains the temporary root filesystem and neccessary modules which helps in mounting the real root filesystem in read mode only. |
|