Home
RAID
Partition
Filesystem
NAS
Tricks
Contact
About us
Filesystem Recovery Course - FAT Recovery Test
What does the first element of a directory entry contain?
character EA
file name ".."
file name "."
How many bits FAT32 actually uses in FAT entry?
16
32
28
Where is a root directory usually stored on FAT?
in the last cluster of data area
in the first cluster of data area
between a boot sector and FAT tables
Check what a boot sector stores
the number of the first cluster
cluster size
file name
FAT size
file size
FAT table location
What happens with a file name stored in the directory entry of the old format when the file is deleted?
file name is fully destroyed
the first character of the file name is destroyed
the first two characters of the file name are destroyed
file name remains intact
What is the name of the old FAT directory format?
8 Standard
short file name standard
8.3. Standard
How many FAT tables can be on a FAT volume?
always 1
always 2
up to 4
What changes are made to FAT table when a file is deleted?
no changes are made until new files are written
no changes are made
file's corresponding records are zeroed
How many file name characters can be stored in a directory entry of the new format?
up to 13 characters
up to 10 characters for file name and up to 3 for file extension
up to 8 characters for file name and up to 3 for file extension
Fragmented files cannot be recovered with high quality on FAT filesystem
true
false
Next lesson - VMFS recovery