QuestionHow do I remove sensitive information from a disk? AnswerIt's a wise precaution to remove sensitive data from computer disks before the disks are either transferred from one area to another or discarded. The process is referred to as disk sanitizing, cleaning, p urging, or wiping. The method you choose to sanitize a disk should depend on the security requirements of your organization. Removing a file actually only removes the pointer to the file. Common utilities can often recover deleted files, so the data may still be recoverable. Three techniques available for disk sanitization are: Overwriting a disk by using the format(1MTSOL) command as described under Procedure is usually enough for most purposes, because it greatly reduces the chance that any data can be recovered from the disk. However, any data that remains can potentially be accessed by someone with enough expertise, determination, or money. To ensure that no one could ever recover data from a disk, you need to degauss or destroy it or keep it in a secure location until the disk is needed again. ProcedureNOTE: The purge step is done twice (once with the manufacturer's defect list and once with the grown defe ct list) so that sectors that became defective over time are also overwritten. Otherwise they might continue to contain sensitive data.
Related Information Data
Remanence Overwriting Degaussing Destruction
More About formatThe format command works as follows when purging a disk.
format> analyze> purge removes all data from accessible sectors of the disk. However, not all sectors are accessible. Reserved sectors are set aside to replace sectors that become flawed during the disk's operations. The (remote) possibility exists that a reserved sector could be used to store data before being replaced later by another reserved sector. If this occurs, there is no way for the format command to access the first replacement sector to purge its data. Even if you purge the disk using both the manufacturer's defect list and the grown defect list, the first replacement sector would not be cleared of possibly sensitive information. The Procedure is totally effective unless both of the following have occurred:
Related Documentationformat(1MTSOL) NCSC-TG-025, A Guide to Understanding Data Remanence in Automated Information Systems, Sept 1991, National Computer Security Center DISPOSITION OF SENSITIVE AUTOMATED INFORMATION, Computer Systems Laboratory bulletin from Idaho State University. October 1992 Applies to Trusted Solaris Releaseall (also to Solaris releases) | |||||||||||||||||||||||||||||||||||||
Oracle is reviewing the Sun product roadmap and will provide guidance to customers in accordance with Oracle's standard product communication policies. Any resulting features and timing of release of such features as determined by Oracle's review of roadmaps, are at the sole discretion of Oracle. All product roadmap information, whether communicated by Sun Microsystems or by Oracle, does not represent a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. It is intended for information purposes only, and may not be incorporated into any contract.