Chapter 3 - Configuring Hardware Flashcards
what is firmware?
3-108
the lowest-level software that runs on a computer
the /proc file system refers to actual files or kernel data that is convenient?
3-114
kernel data that is convenient to represent
what is DMA?
3-116
direct memory addressing, its an alternative method of communication to I/O ports
name 2 types of disks that won’t appear in the main BIOS desk-detection screen
3-118
SCSI and SATA
what is the HAL Daemon?
3-120
hardware abstraction layer daemon, a user-space program that runs at all times and provides other user-space programs with information about available hardware
which command do you use to configure the pci devices?
3-121
lspci
true/false: the lsmod command displays info about kernel modules and drivers that are compiled directly into the linux kernel
3-123
false. only the kernel modules
tell me the two programs for loading kernel modules and which one is preferred
3-124
insmod and modprobe
modprobe
you want to look at the info on your usb devices. what command do you use?
3-127
lsusb
looking at hard disks, what does PATA stand for?
3-129
Parallel Advanced Technology Attachment
you are looking at the MBR partitioning scheme. explain it to me.
3-134
first primary partition
second primary partition - has 1st and 2nd logical partitions
third primary partition
what is the command for backing up a MBR partition?
3-135
sfdisk -d /dev/sda > sda-backup.txt
what is the command for restoring the backup?
3-135
sfdisk -f /dev/sda
what is an alternative to partitions?
3-136
LVM, the logical volume management
what is the traditional tool for MBR disk partitioning?
3-140
fdisk