CIT 352 Chap 06 Hands-On Projects

docx

School

Brigham Young University, Idaho *

*We aren’t endorsed by this school

Course

352

Subject

Computer Science

Date

Dec 6, 2023

Type

docx

Pages

8

Uploaded by calebhatchcontact

Report
CIT 352 Chapter 6 Name: Project 6-1 Any version of Ubuntu Server 20.04 LTS will do (e.g. Ubuntu Server 20.04.4 LTS) Step 9b: Insert the screen capture Project 6-2 Step 2: This is where you would add SATA disks 1
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/sd e --verbose Step 12: Why is it not 4GB (4 x 1GB disks)? They are in a raid configuration, so 2gb are used as storage, and 2gb are used for redundancy. 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. With the get all command, it wasn’t showing everything. I couldn’t find a way to scroll back, so I included the commands I used in the screenshot as well as what I could see 3
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
from the get all command 4
Project 6-4 Step 3: Missing instruction [Original] At the command prompt, type ... [Corrected] Type mkdir /data to create a mount point. At the command prompt, type ... Step 16: Insert the screen capture 5
Project 6-5 Step 9. What are the files within these directories? Config files modules-load.d – modules.conf modprobe.d – blacklist-ath_pci.conf, blacklist-firewire.conf, blacklist-rare-network.conf, mdadm.conf, blacklist.conf, blacklist-framebuffer.conf, iwlwifi.conf Project 6-6 Step 9: Typo [Original] mount -t proc proc /proc [Updated] mount -t proc /proc /mnt/proc 6
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
Step 11: What warning did you receive regarding the Secret123 password? The password fails the directory check – it is based on a dictionary word 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 Command Reference Btrfs Zpool 7
Modinfor Journalctl Lvdisplay lsmod 8