1UPDATE(8) System Manager's Manual UPDATE(8)
2
3
4
6 update - periodically update the super block
7
9 /etc/update
10
12 Update is a program that executes the sync(2) primitive every 30 sec‐
13 onds. This insures that the file system is fairly up to date in case
14 of a crash. This command should not be executed directly, but should
15 be executed out of the initialization shell command file.
16
18 sync(2), sync(1), init(8)
19
21 With update running, if the CPU is halted just as the sync is executed,
22 a file system can be damaged. This is partially due to DEC hardware
23 that writes zeros when NPR requests fail. A fix would be to have
24 sync(1) temporarily increment the system time by at least 30 seconds to
25 trigger the execution of update. This would give 30 seconds grace to
26 halt the CPU.
27
28
29
30 UPDATE(8)