Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

( 2 marks ) Edit your drives partition table by adding 3 new partitions based on these specs: Size Partition Type 4 GB Linux Swap

  1. (2 marks) Edit your drives partition table by adding 3 new partitions based on these specs:

Size

Partition Type

4 GB

Linux Swap

10 GB

Linux

15 GB

Linux

Take a snapshot, here!

  1. (4 marks) On the first of the two new Linux type partitions that you created in step 9:
    • create an ext2 filesystem
    • assign the label yourFirstNameLastInitial (replace with your actual first name and last initial)
    • use a blocksize of 2,048
    • allow exactly 24,000 nodes or as close to that number as possible

  1. (1 mark) Convert the ext2 filesystem that you just created in the previous step to an ext3 filesystem.

  1. (1 mark) Manually mount the filesystem that you created in step 10 to a mountpoint named /yourFirstNameLastInitial with the noexec and noatime options.

  1. (1 mark) Now, add a line to /etc/fstab (see section 21.5 in your NDG Linux 1 course for help) to automatically mount the filesystem from step 10 during bootup as follows:
    • use the mountpoint /yourFirstNameLastInitial
    • refer to the partition by UUID

  1. (2 marks) Using the Linux swap partition that you created in step 9:
    • initialize it as swap space
    • manually activate the swap partition
    • add a line to /etc/fstab, so that the swap partition is automatically activated upon startup.

  1. (4 marks) On the second of the two new Linux type partitions that you created in step 9:
    • create an xfs filesystem
    • assign the label yourFirstNameLastInitial (replace with your actual first name and last initial)

  1. (1 mark) Now, add a line to /etc/fstab (see section 21.5 in your NDG Linux 1 course for help) to automatically mount the filesystem from step 15 during bootup as follows:
    • use the mountpoint /yourFirstNameLastInitial
    • refer to the partition by label (NOT UUID)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Management Databases And Organizations

Authors: Richard T. Watson

2nd Edition

0471180742, 978-0471180746

More Books

Students also viewed these Databases questions

Question

8. Describe the steps in the development planning process.

Answered: 1 week ago