ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 494 - 220-1102 discussion

Report
Export

A Linux technician needs a filesystem type that meets the following requirements:

. All changes are tracked.

. The possibility of file corruption is reduced.

* Data recovery is easy.

Which of the following filesystem types best meets these requirements?

A.
ext3
Answers
A.
ext3
B.
FAT32
Answers
B.
FAT32
C.
exFAT
Answers
C.
exFAT
D.
NTFS
Answers
D.
NTFS
Suggested answer: A

Explanation:

The ext3 file system is a Linux native file system that meets the requirements of the question. It has the following features:

All changes are tracked. The ext3 file system uses a journaling mechanism that records all changes to the file system metadata in a special log called the journal before applying them to the actual file system.This ensures that the file system can be restored to a consistent state in case of a power failure or system crash12.

The possibility of file corruption is reduced. The journaling feature of ext3 also reduces the possibility of file corruption, as it avoids the need for a full file system check after an unclean shutdown.The file system can be quickly replayed from the journal and any inconsistencies can be fixed12.

Data recovery is easy.The ext3 file system supports undeletion of files using tools such as ext3grep or extundelete, which can scan the file system for deleted inodes and attempt to recover the data blocks associated with them34.

1: Introduction to Linux File System [Structure and Types] - MiniTool12: 7 Ways to Determine the File System Type in Linux (Ext2, Ext3 or Ext4) - Tecmint33: How to Recover Deleted Files in Linux with ext3grep4: How to Recover Deleted Files from ext3 Partitions

asked 02/10/2024
Arturs Grigorjevs
42 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first