Published onMay 30, 2021PartitioningFileSystemDisk partitioning or disk slicing is the creation of one or more regions on secondary storage, so that each region can be managed separately.
Published onMay 28, 2021The /boot directoryFileSystemThis directory contains everything required for the boot process except for configuration files not needed at boot time (the most notable of those being those that belong to the GRUB boot-loader) and the map installer.
Published onMay 28, 2021The /dev directoryFileSystemThe /dev directory contains the special device files for all the devices.
Published onMay 28, 2021The /run directoryFileSystemApparently, many tools (among them udev) will soon require a /run/ directory that is mounted early (as tmpfs).
Published onMay 28, 2021[Boot] EFISTUBLinuxThe Linux kernel supports EFISTUB booting which allows EFI firmware to load the kernel as an EFI executable.