![]() Introduction |
Chapter 9: Adding a Disk by Ying
Zhao, Andrej Cedilnik
File systems Different types under different operating systems:
A BSD filesystem consists of five structural components:
SYNC command All system disks are cached. In order to clear caches, users must run sync command. A single sync does not guarantee that all flushing operations have been completed by the time it returns, but a second sync will not start until previous sync has finished. For this reason, always run sync twice if you want to flush the caches.
|