Operating System - HP-UX
1756513 Members
2690 Online
108848 Solutions
New Discussion юеВ

How can I perform a surface check?

 
SOLVED
Go to solution
Matthew Franklin
Occasional Contributor

How can I perform a surface check?

Hi folks,

I have a low level corruption on one of my hard disks. Is there a command that does a non destructive surface scan of the disk?

I'm using HP-UX 11i...

Thanks in advance.
Matthew
Never do today that which will become someone else's responsibility tommorow.
3 REPLIES 3
James R. Ferguson
Acclaimed Contributor
Solution

Re: How can I perform a surface check?

Hi Matthew:

# dd if=/dev/rdsk/cXtYdZ bs=10k of=/dev/null

...will read and report any errors.

Regards!

...JRF...
harry d brown jr
Honored Contributor

Re: How can I perform a surface check?

xstm

live free or die
harry
Live Free or Die
Thierry Poels_1
Honored Contributor

Re: How can I perform a surface check?

Hi,

no Norton Disk Doctor for HPUX (hear this Symantec ;)
An alternative is "dd if=/dev/dsk/c0t9d0 of=/dev/null bs=51200" which will read the whole disk.
You should have installed Predictive. Predictive will warn you in time when a disk start producing errors.

regards,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.