Question: I use Fedora. Please help me with this Review how your hard drive looks like lsblk > [ yourlastname ] _ Linux _ Partition fdisk

I use Fedora. Please help me with this
Review how your hard drive looks like
lsblk >[yourlastname]_Linux_Partition
fdisk -l >>[yourlastname]_Linux_Partition
ls /dev | grep >>[yourlastname]_Linux_Partition
blkid >>[yourlastname]_Linux_Partition
Configure your partitions so that it looks like the following
sda2: 10 GiB
sda3: 15 GiB
sda4: 5 GiB
Creating a new partition:
fdisk /dev/sda
create the new partitions with the following parameters:
review your menu and become familiar with your options. Refer to your menu often and frequently.
new partition
accept the default partition {it should be partition 3}
default byte number for the beginning of the unallocated space [Enter]
sda3 is +10G
to review your new partition table, enter the letter p
Do this for sda4 and sda5. Make sda4+15G and sda5+5G.
Review above how you are to partition your hard drive. Use the letter p to view
Make sure you save. Use w
You need to format sda3
mkfs -t ext4/dev/sda3
Make a sub directory in your Desktop directory. Name it ITSC1305. This will be your mounting point for sda3
cd /home/{your home directory}/Desktop
mkdir ITSC1305
Navigate to ITSC1305 and make some random files in the directory and use ls -l
touch file1 file2 file3
{notice the owner of each file}
Navigate back to the Desktop
cd ..
Make sure you are back at your Desktop
Execute the command
ls -l ITSC1305>>[yourlastname]_Linux_Partition
Change ownership of the ITSC1305 from root to your username and group
for example, sudo chown garza.garza ITSC1305
(instead of garza, use your own username and groupname}
Run the tree command and append the information to {your last name}_partition_lab.txt
To install tree
sudo yum install tree
Mount sda3 to ITSC1305
sudo mount /dev/sda3 ITSC1305
{notice the permissions for ITSC are root again. Why?}
Use chown command to change the ownership for the sda2 mounted at ITSC1305
sudo chown garza.garza ITSC1305
ls -l to verify
Navigate back to the ITSC1305. Notice you no longer see files 1,2, and 3. You should see a subdirectory called lost+found. If you dont see it, then you have not mounted sda2 to ITSC1305.
Create new files in the mounted partition. Navigate back into ITSC1305 and create files A, B, and C.
Navigate back to the Desktop directory and run the tree command and append the information to [yourlastname]_Linux_Partition
Create another directory and name it Linux. Repeat the steps
format /dev/sda4 to ext4
At your Desktop again, create a directory called Linux and mount /dev/sda4 to it
Repeat the same steps to mount sda5 to a directory called Homework on your Desktop.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Accounting Questions!