Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Project 5 - 5 ESTIMATED TIME: 2 0 minutes OBJECTIVE: Troubleshoot filesystems. DESCRIPTION: In this hands - on project, you view disk usage and check
Project
ESTIMATED TIME: minutes
OBJECTIVE: Troubleshoot filesystems.
DESCRIPTION: In this handson project, you view disk usage and check filesystems for errors.
Switch to a commandline terminal tty by pressing CtrlAltF and log in to the terminal using the user name of root and the password of LINUXrocks!.
At the command prompt, type df hT and press Enter. What nonvirtual filesystems are displayed?
At the command prompt, type df i and press Enter. Note how many inodes are available for use by filesystem.
At the command prompt, type fsck devvgnewdata and press Enter. What error message do you receive and why?
At the command prompt, type umount newdata and press Enter. Next, type fsck devvgnewdata and press Enter. How long did the filesystem check take and why?
At the command prompt, type fsck f devvgnewdata and press Enter. How long did the filesystem check take and why?
At the command prompt, type efsck c devvgnewdata and press Enter. What does this command do
At the command prompt, type tunefs i devvgnewdata and press Enter to change the interval for forced checks such that they are avoided. Is this a good idea for the ext filesystem? Why?
At the command prompt, type mount devvgnewdata 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?
Type exit and press Enter to log out of your shell.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started