PC Review
Forums
Newsgroups
Hardware
Computer Hardware
wipe disks/raid volume
Forums
Newsgroups
Hardware
Computer Hardware
wipe disks/raid volume
![]() |
wipe disks/raid volume |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Hi,
I'm in search for information on howto completely wipe a raid 5 volume so the contents would not be recoverable with any tool. I assume that a ghost will be taken or some 'online' software program to be able to restore the history/deleted files onto another system. Apparantly there are tools to only wipe the empty space but on the other hand, it seems that information can be restored from swapfiles so I don't mind installing everything as long I'm sure that deleted information cannot be recovered. I just read an article where a guy states that it took him 12h to complete one pass of a 13GB drive and that you need 7 passes so that would take .. a month for +-120GB!?! Does anyone know the effect of recreating the raid volume in terms of the ability to recover wiped data afterwards? As I cannot acces the raid volume from a bootdisk, I could wipe the disk one by one disconnected from the raid controller but I don't know if this is the best way. Every piece of information/experience on this subject is very welcome! N. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
On Mon, 24 Oct 2005 15:58:19 +0200, " Ni©" <nick@home.be>
wrote: >Hi, > >I'm in search for information on howto completely wipe a raid 5 volume so >the contents would not be recoverable with any tool. It's handled the same as any single drive= Google for a tool to do it. > >I assume that a ghost will be taken or some 'online' software program to be >able to restore the history/deleted files onto another system. >Apparantly there are tools to only wipe the empty space but on the other >hand, it seems that information can be restored from swapfiles so I don't >mind installing everything as long I'm sure that deleted information cannot >be recovered. > >I just read an article where a guy states that it took him 12h to complete >one pass of a 13GB drive Something is very wrong then, it takes nowhere near that long to do a single pass. > and that you need 7 passes so that would take .. a >month for +-120GB!?! No, just start it at night and by the next morning it'll be done. >Does anyone know the effect of recreating the raid volume in terms of the >ability to recover wiped data afterwards? Only recreating the RAID volume will have a very limited usefulness. A typical end-user wouldn't be able to recover it but any professional would. >As I cannot acces the raid volume from a bootdisk, Did you check on a DOS driver for this controller? >I could wipe the disk one >by one disconnected from the raid controller but I don't know if this is the >best way. That would work. "best" is up to you, do whatever, just make sure it's a multipass random overwrite of all drives. > >Every piece of information/experience on this subject is very welcome! You didn't even tell us if the RAID5 runs the operating system or not. If not, just boot the OS and run a tool from it. That would be faster than pulling each drive and doing separately in DOS, and easier since you can start it up and forget it till it's done. |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Thanks a lot for your detailed answer kony!
"kony" <spam@spam.com> wrote in message news:gh0ql11srgb1fef80netu0jtu3vik49oii@4ax.com... > On Mon, 24 Oct 2005 15:58:19 +0200, " Ni©" <nick@home.be> > wrote: > >>Hi, >> >>I'm in search for information on howto completely wipe a raid 5 volume so >>the contents would not be recoverable with any tool. > > It's handled the same as any single drive= Google for a tool > to do it. > > >> >>I assume that a ghost will be taken or some 'online' software program to >>be >>able to restore the history/deleted files onto another system. >>Apparantly there are tools to only wipe the empty space but on the other >>hand, it seems that information can be restored from swapfiles so I don't >>mind installing everything as long I'm sure that deleted information >>cannot >>be recovered. >> >>I just read an article where a guy states that it took him 12h to complete >>one pass of a 13GB drive > > Something is very wrong then, it takes nowhere near that > long to do a single pass. > > >> and that you need 7 passes so that would take .. a >>month for +-120GB!?! > > No, just start it at night and by the next morning it'll be > done. I've just ran the zero fill process from seagate - dos version; it took about 10hrs for 1 disk and right now another program is doing a random write. > >>Does anyone know the effect of recreating the raid volume in terms of the >>ability to recover wiped data afterwards? > > Only recreating the RAID volume will have a very limited > usefulness. A typical end-user wouldn't be able to recover > it but any professional would. > > >>As I cannot acces the raid volume from a bootdisk, > > Did you check on a DOS driver for this controller? Yes I did, only windows, linux and freebsd > >>I could wipe the disk one >>by one disconnected from the raid controller but I don't know if this is >>the >>best way. > > That would work. "best" is up to you, do whatever, just > make sure it's a multipass random overwrite of all drives. > > >> >>Every piece of information/experience on this subject is very welcome! > > You didn't even tell us if the RAID5 runs the operating > system or not. If not, just boot the OS and run a tool from > it. That would be faster than pulling each drive and doing > separately in DOS, and easier since you can start it up and > forget it till it's done. The system had just 1 raid 5 volume with os and data on the same partition. I could have added another disk, installed any os on it that is supported by the raid controller and process the 3 drives/raid volume set together.Since I have never done this zero-ing before or used these kind of tools, I went for the 1 by 1 approach. Apparantly the random write process is going much faster then zero-ing the drive since it has already done 45% in 36 minutes. Could it be that the zero fill the drive is so slow because it's a dos program and the other is running under windows or is it something else? Ni© |
|
|
|
#4 |
|
Guest
Posts: n/a
|
On Fri, 28 Oct 2005 01:44:58 +0200, " Ni©" <nick@home.be>
wrote: >The system had just 1 raid 5 volume with os and data on the same partition. >I could have added another disk, installed any os on it that is supported by >the raid controller and process the 3 drives/raid volume set together.Since >I have never done this zero-ing before or used these kind of tools, I went >for the 1 by 1 approach. >Apparantly the random write process is going much faster then zero-ing the >drive since it has already done 45% in 36 minutes. >Could it be that the zero fill the drive is so slow because it's a dos >program and the other is running under windows or is it something else? Yes, writing zeros or anything else to a few hundred GB may be very slow in dos. I'm still surprised it took 10 hours though. BTW, you didn't necessarily need to zero it at all, first... you could've just started out by random write filling it. |
|
|
|
#5 |
|
Guest
Posts: n/a
|
" Ni©" <nick@home.be> wrote in message
news:435ce897$0$12941$ba620e4c@news.skynet.be... > Hi, > > I'm in search for information on howto completely wipe a raid 5 volume so > the contents would not be recoverable with any tool. > > I assume that a ghost will be taken or some 'online' software program to > be able to restore the history/deleted files onto another system. > Apparantly there are tools to only wipe the empty space but on the other > hand, it seems that information can be restored from swapfiles so I don't > mind installing everything as long I'm sure that deleted information > cannot be recovered. > > I just read an article where a guy states that it took him 12h to complete > one pass of a 13GB drive and that you need 7 passes so that would take .. > a month for +-120GB!?! > Does anyone know the effect of recreating the raid volume in terms of the > ability to recover wiped data afterwards? > As I cannot acces the raid volume from a bootdisk, I could wipe the disk > one by one disconnected from the raid controller but I don't know if this > is the best way. > > Every piece of information/experience on this subject is very welcome! > > N. > > You might want to check out Darick's Boot and Nuke program at http://dban.sourceforge.net/. The program does not care what kind of raid the drives might be formatted with before it erases them. As long as the program can locate the interface and the drives directly it does the job. So far it has erased every drive I turned it loose on with out complaint. When you use the Boot CD (or use the floppy version) you make from the download the program will seek out every hard drive attached to the motherboard and erase it. You have a selection of erasure methods you can pick from the startup menu. Quick Erase, Canadian RCMP TSSIT OPS-II Standard Wipe American DoD 5220-22.M Standard Wipe Gutmann Wipe PRNG Stream Wipe I volunteer at a youth center that receives donated machines, including servers, from just about anywhere. Corporate as well as personal computers with raid and other configurations. You would be surprised at what people leave on those machines when I boot them for a look see (off line of course). Not knowing what might be on the drives, proprietary information, Trojans, or a virus, I boot them with a copy of DBAN and set it to erase the drives before anything else is done. Since some of the computers or individual drives might be forwarded to other agencies or locations we don't want to hear about anything that might have been left on the drives from a past life. Using DBAN has eliminated possible problems in that area. In your case, make sure you unplug the drive cable from any drive you want to keep the data on before you boot the DBAN program. One other thing I like is that the program is FREE. |
|
|
|
#6 |
|
Guest
Posts: n/a
|
Hi kony, thanks A LOT for your information on this subject and I've learned
something on top! "Every great dream begins with a dreamer" "kony" <spam@spam.com> wrote in message news:jav2m1l85jijv31ntk1h497sf7ibmi52cu@4ax.com... > On Fri, 28 Oct 2005 01:44:58 +0200, " Ni©" <nick@home.be> > wrote: > > >>The system had just 1 raid 5 volume with os and data on the same >>partition. >>I could have added another disk, installed any os on it that is supported >>by >>the raid controller and process the 3 drives/raid volume set >>together.Since >>I have never done this zero-ing before or used these kind of tools, I went >>for the 1 by 1 approach. >>Apparantly the random write process is going much faster then zero-ing the >>drive since it has already done 45% in 36 minutes. >>Could it be that the zero fill the drive is so slow because it's a dos >>program and the other is running under windows or is it something else? > > Yes, writing zeros or anything else to a few hundred GB may > be very slow in dos. I'm still surprised it took 10 hours > though. BTW, you didn't necessarily need to zero it at all, > first... you could've just started out by random write > filling it. |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

