IT3110 - System Automation

IT3110 @ utahtech

Assignment

In this assignment, you will configure the disk on a machine to have many partitions and create many different filesystems with various configurations. Finally, you will explore the data and file storing properties of the different file systems and configurations.

Create partitions

You should create the following partitions:

Create file systems

Create file systems on the 10 50MiB partitions as described below. All filesystems should be configured with the ‘type’ of Linux in cfdisk. You should make a note of each mkfs command that you use.

Mount file systems

Create a directory named /space. Inside this directory, create 10 directories to mount the directories listed above.

These 10 directories will be the mount points for the 10 file systems created in the previous section.

Put entries in /etc/fstab for these all of these file systems to be mounted at boot time. Manually test the mounting and umounting of the file systems. Then reboot the machine to verify boot-time mounting.

Exercise the file systems