CIT 352 Chap 06 Hands-On Projects done PDF

Title CIT 352 Chap 06 Hands-On Projects done
Author Jefferson Nartey
Course Operating Systems I
Institution Brigham Young University-Idaho
Pages 7
File Size 369.1 KB
File Type PDF
Total Downloads 42
Total Views 164

Summary

Download CIT 352 Chap 06 Hands-On Projects done PDF


Description

CIT 352

Chapter 6

Name: Jefferson Nartey Complete all Projects by executing every step in each project. For those steps listed below, follow the specified instruction.

Project 6-1 Any version of Ubuntu Server 18.04 LTS will do (e.g. Ubuntu Server 18.04.3 LTS) Step 9b  Insert the screen capture

1

Project 6-2 Step 2: This is where you would add SATA disks

Step 5: Typo [Original] mdadm --create /dev/md0 --level=5 --raid-devices=4 /dev/sdb /dev/sdc /dev/sdd /dev/sdd --verbose [Corrected] mdadm --create /dev/md0 --level=5 --raid-devices=4 /dev/sdb /dev/sdc /dev/sdd /dev/sde --verbose

Step 12  Why is it not 4GB (1 x 1GB disks)? There space of the drive is not large. Step 18  Insert the screen capture

2

Project 6-3 Step 17  Insert the screen capture that shows the quota and compression configurations have been set according to the instruction.

3

Project 6-4 Step 16  Insert the screen capture

4

Project 6-5 Step 9  What are the files within these directories? Amd 64-micro-blacklist.conf Blacklist-ath_Pci.conf blacklist.conf Project 6-6 Step 9: Typo [Original] mount -t proc proc /proc [Updated] mount -t proc /proc /mnt/proc Step 11  What warning did you receive regarding the Secret123 password? Bad pass: the password fails the dictionary check- it is based on dictionary check. Project 6-7 The ISO image is available at http://releases.ubuntu.com/14.04/. Choose “64-bit PC (AMD64) server install image” for download. Step 26  Insert the screen capture

5

Command Reference (List all new commands you learned in this chapter) fsck –f /dev/sda3 mount /dev/sda3 /mnt mount /dev/sda1 /mnt/boot mount -t proc proc /proc journalctl –b | less journalctl –k | less less /var/log/syslog vi /etc/modules-load.d/modules.conf 6

lsmod | less modprobe dummy type less /proc/cpuinfo ls /var/log/installer df -hT lsblk btrfs filesystem df /data mkfs.btrfs -m raid5 -d raid5 /dev/sdb /dev /sdc /dev/sdd /dev/sde -f mkfs.btrfs -m raid1 -d raid1 /dev/sdb /dev /sdc /dev/sdd /dev/sde -f btrfs subvolume list /data btrfs device add -f /dev/sde /data

7...


Similar Free PDFs