English Amiga Board


Go Back   English Amiga Board > Requests > request.Apps

 
 
Thread Tools
Old 14 January 2006, 16:25   #1
Mr.Grinch
 
Posts: n/a
App to wipe files off HD

Hi,
I'm looking for an app to wipe files off a HD. Idealy something that would overwrite the file a few times with 1's and 0's.
Thanks,
Mr.Grinch
 
Old 14 January 2006, 18:57   #2
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 7,001
This is quite a difficult task because you have to write a different algorithm for each existing file system. If you just open the file for update and write 1's and 0's to it, the new data written might end up in a complete different area of the HD than the original data. So your file will consist of 1's and 0's but the old data is still there in the old place.

The app you want has to know the file system structure, read the directory blocks, check which blocks are used by the file and then access the HD directly to overwrite these blocks. Of course the file system structure differs between different file systems.

It's easier to just format the entire HDD.

Bye,
Thomas
thomas is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Wipe Out Hungry Horace Games images which need to be WHDified 119 13 February 2021 16:35
ass wipe denbob1200 request.Demos 34 16 May 2012 19:45
Best app to write .adf files into real floppies? c0dehunter support.Hardware 21 17 June 2011 15:48
[Found: Wipe Out] 3d Tron game on hoverboards - name? chocolate_boy Looking for a game name ? 6 29 April 2010 22:27
Wipe out harddisk Kodoichi support.Hardware 1 26 January 2005 17:29

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 05:29.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.06694 seconds with 13 queries