|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 461 (0x1cd)
Types: TextFile
Notes: UNIX file
Names: »fsckone«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »sys/build/fsckone«
#! /bin/csh -f if (-d /lost+found) then echo "" echo "You already seem to have a /lost+found directory..." else echo "" echo "No /lost+found directory..." echo "Executing: cd /; mklost+found" cd /; mklost+found endif echo "" echo "Executing: fsck -p /dev/rdc1a" fsck -p /dev/rdc1a if ($status) then echo "" echo "Excessive errors discovered, probably caused by hardware" echo "problems. You're adviced to make the mini system again." exit(1) endif