Securely scrubbing Sun fileserver disk (long

Howard C. Hart nova!hart at decwrl.dec.com
Sat Dec 23 06:35:00 AEST 1989


In article <3846 at brazos.Rice.edu> Murky at cup.portal.com writes:
>X-Sun-Spots-Digest: Volume 8, Issue 219, message 5 of 8
>
>I need to bring a fileserver which has classified info on it out of the
>secure area.  In order to do this, the disk must be scrubbed of all data
>according to DoD guidelines.  I know Sun sells software to do this but

This works great if you can daisy chain the disk to be wiped onto a
standalone machine with its own root and swap on a local disk. ie- we used
it to wipe a SCSI disk, just daisy chained it to a standalone 3/60 and
scrubbed the raw partition. Security types usually like to see it wiped x
times with alternating ones and zeroes, so you may want customize the
buffers a little bit more to accomomodate them, or use bzero to speed up
the buffer loadins.  Also, I chose 8192 for BUFSIZE since that's the size
of the standard Sun buffer. Disk vendors have told me as high as 16K to
speed the process up.  Lastly, I don't know if you can keep this resident
in RAM along with a kernal image and wipe a single attached disk--Inever
tried it, though it should be possible. One more thing, it may or may not
write the bad partitions already labeled as such on the disk--that's up to
the controller and device drivers, but then again, it is free...:-) 

[[Ed's Note: Placed in titan archives.]]

FTP: 	Hostname : titan.rice.edu (128.42.1.30)
	Directory: sun-source
	Filename : scrub.c

Archive Server Address: archive-server at rice.edu
Archive Server Command: send sun-source scrub.c



More information about the Comp.sys.sun mailing list