Operating System - HP-UX
1838219 Members
3368 Online
110125 Solutions
New Discussion

bad block relocation for root, boot, dump and swap

 
SOLVED
Go to solution
Constance
Advisor

bad block relocation for root, boot, dump and swap

Why is the option for bad block relocation turned off for these file systems? These being root, boot, dump/swap?
4 REPLIES 4
Darrell Allen
Honored Contributor
Solution

Re: bad block relocation for root, boot, dump and swap

It is a requirement of HPUX that /, /stand, and swap be contiguous. If you relocate a bad block then the LV is no longer contiguous.

Darrell
"What, Me Worry?" - Alfred E. Neuman (Mad Magazine)
S.K. Chan
Honored Contributor

Re: bad block relocation for root, boot, dump and swap

For swap it MUST be turn off because by shifting or relocation bad block around can potentially corrupt swap. For root and boot it is optional but during OS installed it does turn it off for you.
S.K. Chan
Honored Contributor

Re: bad block relocation for root, boot, dump and swap

I apologize .. Darrell is correct.. the key word is "contigous".. it's Friday :)
Constance
Advisor

Re: bad block relocation for root, boot, dump and swap

Thanks y'all, I'm sure you saved my bacon this time!