Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Switch to a command - line terminal ( tty 5 ) by pressing Ctrl + Alt + F 5 and log in to the terminal

Switch to a command-line terminal (tty5) by pressing Ctrl+Alt+F5 and log in to the terminal using the user name of root and the password of LINUXrocks!.
2
At the command prompt, type df -hT and press Enter. What non-virtual filesystems are displayed?
3
At the command prompt, type df -i and press Enter. Note how many inodes are available for use by filesystem.
4
At the command prompt, type fsck /dev/vg00/newdata and press Enter. What error message do you receive and why?
5
At the command prompt, type umount /newdata and press Enter. Next, type fsck /dev/vg00/newdata and press Enter. How long did the filesystem check take and why?
6
At the command prompt, type fsck f /dev/vg00/newdata and press Enter. How long did the filesystem check take and why?
7
At the command prompt, type e2fsck c /dev/vg00/newdata and press Enter. What does this command do?
8
At the command prompt, type tune2fs i 0/dev/vg00/newdata and press Enter to change the interval for forced checks such that they are avoided. Is this a good idea for the ext4 filesystem? Why?
9
At the command prompt, type mount /dev/vg00/newdata and press Enter. Next, type the df -hT command and press Enter to verify that the filesystem was mounted correctly. Why did the mount command work even though you didnt specify the mount point directory?
10
Type exit and press Enter to log out of your shell.

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

Students also viewed these Databases questions