312-49v10 Exam QuestionsBrowse all questions from this exam

312-49v10 Exam - Question 181


When operating systems mark a cluster as used but not allocated, the cluster is considered as _________

Show Answer
Correct Answer: C

When an operating system marks a cluster as used but not allocated, it is considered a lost cluster. This typically occurs when the file system loses track of which file the cluster belongs to, often due to improper shutdowns or file system corruption. This situation is identified by disk-checking programs that can scan the disk for such inconsistencies.

Discussion

3 comments
Sign in to comment
ElbOption: C
May 6, 2024

C > is not used by a file and it is not listed as free in the file allocation table

ElbOption: C
Jun 18, 2024

A lost cluster is a File Allocation Table (FAT) error that occurs when the OS marks clusters as used but does not allocate any file to them. OSes mark these clusters as in use, although they have no files assigned or linked to them. Disk-checking programs can examine a complete disk volume for lost clusters.

aqeel1506Option: C
Jul 19, 2024

The correct answer is C. Lost. When an operating system marks a cluster as used but not allocated, it is considered a lost cluster. This typically happens when the file system loses track of which file the cluster belongs to, often due to improper shutdowns or file system corruption.