Linux PARISC architecture development
 help / color / mirror / Atom feed
From: Juergen Braukmann <juergen.braukmann@ruhr-west.de>
To: Rick Vernam <rickvernam@hotmail.com>,
	parisc list <parisc-linux@lists.parisc-linux.org>
Subject: Re: [parisc-linux] i dont know jack
Date: Thu, 25 Jul 2002 18:29:15 +0200	[thread overview]
Message-ID: <3D40275B.55D3B7C7@ruhr-west.de> (raw)
In-Reply-To: DAV66Z9F2u1YOyJvAiS00005c0c@hotmail.com

> Rick Vernam schrieb:
> 
> i work at place that gets tons of computer junk >from companies that
> are getting rid of their equip.  one of our requirements is to kill
> the partitions on the HDs ( it is known that will no completely remove
> data, just make is a little more difficult to get too ).  so we are
> getting HP machines with pa-risc stuff and most wont boot ( i know
> enough to know how to initiate a boot ).  is there some way, using
> this parisc-linux that i can quickly kill partitions?
> 
> -Rick
> rickvernam@hotmail.com

Hi Rick, there probably is. Boot into some nini root environment and
type:

dd if=/dev/null of=/dev/sda [assuming THE drive is sda]

this will overwrite the intire disk with zero bytes (or was /dev/zero
the proper device for that??). Atlernetivly, /dev/random might be a good
source of rubbish data. ;-)

there is the bs= parameter as well (block size). You probably need to
experiment a bit with that, I tried to copy a 20GB disk via dd and it
was dead slow, but I used 8KB as bs. I'd now start with a value of 4-8
MB.

dd if=/dev/null of=/dev/sda bs=512 count=1 will overwrite the boot
sector and partition table; but that's DOS-logic, I do not know how much
of that applies to original HP-UX disks.

Juergen

-- 
===========================================     __   _
Juergen Braukmann juergen.braukmann@gmx.de| -o)/ /  (_)__  __ ____  __
Tel: 0201-743648  dk4jb@db0qs.#nrw.deu.eu | /\\ /__/ / _ \/ // /\ \/ /
===========================================_\_v __/_/_//_/\_,_/ /_/\_\

  parent reply	other threads:[~2002-07-25 17:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-25 15:43 [parisc-linux] i dont know jack Rick Vernam
2002-07-25 16:19 ` James P. Kinney III
2002-07-25 16:29 ` Juergen Braukmann [this message]
2002-07-25 17:16   ` Ralf Hildebrandt
2002-07-25 20:54   ` Sandy Harris
2002-07-25 22:57 ` Alan Cox
2002-07-25 22:41   ` Bryan W. Headley
  -- strict thread matches above, loose matches on Subject: below --
2002-07-25 17:51 CARSON,KEVIN (HP-Canada,ex1)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3D40275B.55D3B7C7@ruhr-west.de \
    --to=juergen.braukmann@ruhr-west.de \
    --cc=parisc-linux@lists.parisc-linux.org \
    --cc=rickvernam@hotmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox