InterviewSolution
Saved Bookmarks
| 1. |
What Is File Fragmentation In Disks? |
|
Answer» Some times called 'file SYSTEM aging'is the INABILITY of a file system to lay out related data sequentially (contiguously), an inherent phenomenon in storage-backed file systems that allow in-place modification of their CONTENTS. It is a SPECIAL case of data FRAGMENTATION. Some times called 'file system aging'is the inability of a file system to lay out related data sequentially (contiguously), an inherent phenomenon in storage-backed file systems that allow in-place modification of their contents. It is a special case of data fragmentation. |
|