Browse - computer tips - shred or delete all data on a floppyDate: 2009nov15 OS: Linux Q. How can I shred (completely delete all the data) on a floppy? A. Better than formatting, this will make all data on a floppy unrecoverable by writing random data: dd if=/dev/urandom of=/dev/floppy Run it a few times. WARNING: make sure you double check this command before running it! You don't want to shred the data on your hard disk!
Add a commentSign in to add a comment |