![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Filesystems, Disks and Memory Discuss NAS, SAN, RAID, Robotic Libraries, backup devices, RAM, DRAM, SCSI, IDE, EIDE topics here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| minfree contents of the disk | vr_mari | SUN Solaris | 7 | 05-15-2009 03:01 PM |
| hard disk and san | lo-lp-kl | AIX | 4 | 06-12-2008 02:13 PM |
| Hard Disk | hmaraver | UNIX Desktop for Dummies Questions & Answers | 4 | 07-03-2005 04:50 PM |
| RAM, Hard Disk | ramaraju | UNIX for Dummies Questions & Answers | 2 | 03-01-2005 08:35 PM |
| How to Copy Contents from CD to Hard disk | vr76413 | UNIX for Dummies Questions & Answers | 4 | 07-06-2003 01:20 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi,
I am writing a script to wipe my hard disk, in a relatively secure manner by over-writing the disk with 3 patterns. So, I run the dd/dcfldd command 3 times with a sync call in between each command call in the script. Code:
#!/bin/sh dcfldd pattern=99 conv=notrunc of=/dev/sda sync dcfldd pattern=jj conv=notrunc of=/dev/sda sync dcfldd pattern=hell conv=notrunc of=/dev/sda sync Please help me. I really want to understand the impact. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|