<<< sectors and clusters | Index | file deletion >>> |
What three main things occur when a file is created?
An entry is made in the root directory.
The starting cluster is marked as allocated in the FATs.
Data is written to the disk in the allocated cluster.
If the data requires additional clusters, the FAT entries are updated and data is written to the appropriate clusters in the data area.
<<< sectors and clusters | Index | file deletion >>> |