Path: utzoo!attcan!uunet!pyrdc!pyrnj!rutgers!apple!well!dave From: dave@well.UUCP (Dave Hughes) Newsgroups: comp.unix.xenix Subject: Answer to SCRATCH which works Keywords: fsck, scratch, reboot Message-ID: <7303@well.UUCP> Date: 5 Oct 88 13:58:55 GMT Distribution: na Lines: 6 Thanks for all the suggestions on the reboot, fsck, manual entering of SCRATCHFILE problem. The solution that seems to work best was adding the -t option, with the scratch file being written to /tmp in root. The final line in the /etc/default/filesys file is now: bdev=/dev/u1 mountdir=/u1 rcmount=yes fsckflags='-y -t /tmp/scratch'