Wipe free disk space on vintage computer?

timeshifter

Well-Known Member
Reaction score
2,388
Location
USA
A customer gave me their very old IBM PS1 computer. I promised them that I'd clean the drive before I did anything with it. Last time I looked it seemed like it might be worth a little effort to put it on eBay in the vintage computer category. I'm in the process of listing and selling a lot of items, so it's just one more in the bunch.

So I don't want to really wipe the drive completely clean because it's a working computer running some flavor of DOS. Can't tell yet if it all works since I'm waiting on a 14 pin VGA cable. But...

How can I clear just the free space on the drive and zero it out like DBAN would do?. I know there are commands in recent versions of Windows that do this (can't recall the command right now).

IBM_PS1_pic.png

Monosnap_2017-07-02_12-39-23.png
 

Attachments

  • upload_2017-7-2_12-39-32.png
    upload_2017-7-2_12-39-32.png
    497.1 KB · Views: 6
  • upload_2017-7-2_12-39-46.png
    upload_2017-7-2_12-39-46.png
    497.1 KB · Views: 4
It's ms-dos so wont this work?
DISKPART>

DISKPART> clean all
Don't know if that command will work in an old DOS. Even if it did, that would wipe the entire drive and make it unbootable. I want to preserve the running DOS operating system and just wipe what's already been deleted.

I could pull the drive and connect it to another machine for this. A little worried that an NT-class OS will put it's fingerprint on the drive.
 
You could just create a batch file to make multiple copies of some file, incrementally naming them (file_01.tmp, file_02.tmp, file_03.tmp ....) until the disk is full (which shouldn't take long for a whopping 250MB!). Then delete *.tmp (or whatever extension you use) and repeat a few times (if you want to make sure no previous files are recoverable).
 
  • Like
Reactions: CLC
Because you do not want to do a wipe, I would delete all their personal crap and find a util or write some BASIC program to just fill all free space with junk. After that see if you can defrag the drive and then run a few things. That should corrupt free space enough.

This box is likely going to go to a collector, I doubt they want to f-ck over the previous owner.
 
I have that exact computer! I loaded Windows 95 on it and it's SUPER SLOW! LOL.

To answer your question, I would extract the drive then low level it on another computer via USB. The drive is probably shot anyway, so I would buy a SATA to IDE adapter and install a small SSD into the unit (not for speed but for reliability), max out the RAM, then install whatever OS you want. The main things that are going to fail on a computer this old are the fans, HDD, optical drive, and anything else that has moving parts. It's in really good condition so I would keep it around as a collectible. I've got a huge collection of collectible computers. An original Packard Bell AIO from 1993, some old Apple SE/30's, an eMac, old Dell Optiplex systems from 1991, etc.
 
OP said he wanted to put it on eBay in the "vintage computer" section.
Doesn't putting SSD's and adapters and whatever stop it from being a "vintage" computer?
If you put a modern V8 in a Model T Ford it's no longer a vintage car, it becomes a Hot Rod.

No, because in this case the performance increase is negligible. The bottleneck is the IDE controller, which if I remember correctly is like 133mbps or something. That's about as fast as a hard drive. The purpose of using an SSD is purely for reliability so that you can boot the computer up 20 years from now and not worry about stuck heads.

Waste of an SSD. And those BIOSes accessed the drive via drive parameters that you had to input. Cylinders and blocks and all that stuff. Can't really do that with an SSD. Might work, bet it doesn't.

It depends on the BIOS. If you enter everything manually, it might work. Maybe you have to get an emulation controller or something that will allow you to emulate the SSD like a HDD. I bought an SD card reader that you connect to the old Apple SE/30's that allowed you to use a camera card like a hard drive. That means the computer should boot even decades from now. I have no idea how it works, only that it was VERY expensive (if I remember correctly it was like $450 + shipping). It has a custom controller. I have no idea where I got it from or if the guy still makes them, but this was NOT an official Apple thing.
 
I just want to wipe the data and deliver a working computer. I don't want to wipe out the OS, it needs to boot and run. I'd rather not reinstall the OS after a wipe, just wipe the blank space.

I would think to a collector having the original drive would make it more valuable / authentic.

Hopefully my 14 pin to 15 pin VGA adapter arrives before too long so I can fire this thing up and make sure it all works.
 
No, because in this case the performance increase is negligible. The bottleneck is the IDE controller, which if I remember correctly is like 133mbps or something. That's about as fast as a hard drive. The purpose of using an SSD is purely for reliability so that you can boot the computer up 20 years from now and not worry about stuck heads.
It's not about putting square pegs in round holes because it wont be "vintage" will it?
 
Back
Top