HW - Lecture 11

12191789 유호현


1.

Your Gentoo Linux has two disks: /dev/sda3 and /dev/sda1. Which one is the root file system? Where is the mounting point for the other one? Use "mount" command to answer this.

Untitled


1-1.

Redo 1) after mounting myfd to temp directory as you did in hw3 in lecture6-fs.docx.

Untitled


2.

Add another entry in /boot/grub/grub.conf as below. This boot selection does not use initrd directive to prevent initramfs loading (initramfs is a temporary in-ram file system used for performance improvement).

title=MyLinux3

root  (hd0,0)