home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!stanford.edu!agate!ucbvax!KOPC.HHS.DK!ARNE
- From: ARNE@KOPC.HHS.DK (Arne Vajhxj)
- Newsgroups: comp.os.vms
- Subject: Re: RE: Please, any comments on these outputs.....
- Message-ID: <01GSGII1NQ8Y8WW95K@kopc.hhs.dk>
- Date: 18 Dec 92 10:11:20 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Distribution: world
- Organization: The Internet
- Lines: 37
-
- > > Volume status: subject to mount verification, file high-water marking,
- > > write-through caching enabled.
- >
- > Everything looks good to me -- except...
- >
- > If you're not running in a high security environment, you should
- > consider turing off high-water marking. What it does is automatically
- > fill file extensions with zeroes. It's goal is to keep users from
- > "disk scavaging" by using the following to read files that others
- > have deleted:
- > $ copy login.com foo.foo /allocate=100000
- > $ set file /end foo.foo
- > $ dump foo.foo
- >
- > This will pick up other user's deleted mail messages, program listings,
- > memos and other perhaps non-public things. It takes additional I/Os
- > to fill the extensions with zeroes and if security is not an issue,
- > then it will return you a little disk performance.
-
- The overhead of using highwater-marking was of importance at VMS 4.x, but
- on a VMS 5.x system it should be extremely small, because DEC changed the
- highwater-marking feature in VMS 5.0 ! So at VMS 5.x I will consider
- highwater-marking OK even at a low security node !
-
- If I remember correct, then highwater-marking at VMS 4.x will always erase
- on allocation, while it at VMS 5.x will omit the erase for blocks being
- written sequentially to a file opened with exclusive access. This will not
- save IO for the above example, but for a more frequent command like
- COPY BIG.DAT NEWBIG.DAT, it will save IO.
-
- Arne
-
- Arne Vajhxj local DECNET: KO::ARNE
- Computer Department PSI: PSI%23831001304030::ARNE
- Business School of Southern Denmark Internet: ARNE@KO.HHS.DK
-
-
-