fs proc actually consists of three distinct processes.
fileserver - serves files.
volserver - serves volume data. Used by vos dump, etc.
salvager - performs cleanup after unclean fileserver shutdown, cf. fsck. EXCEPT AFS has it's own fsck (vfsck) which must be used on vice partitions. Most vendor fscks are destructive as they will remove AFS data.
The fs and volser run at same time. The salvager can only run at same time in special circumstances.
| previous | index | next |