disk partitioning

Steve Grandi grandi at noao.UUCP
Sat Sep 13 13:58:23 AEST 1986


In article <385 at brueer.ee.brunel.ac.uk> andrew at me.brunel.ac.uk (Andrew Findlay) writes:
>Sort of.. The disk driver (/sys/vaxuba/uda.c in your case) will map any
>bad sectors to the appropriate replacement sectors on both the source and
>destination disks. Thus, the disks appear to be perfect until you reach
>the bad sector table itself. This is on the last track, which is usually
>defect-free anyway. Once you start copying this, the destination disk's
>bad sector info gets overwritten with that from the source disk. Even now,
>things will be OK - UNTIL YOU REBOOT THE SYSTEM. The duff bad-sector info
>will then be picked up and all hell will break loose.
>
For UDA-50 supported disks (i.e. RA81s) this is INCORRECT.  They DO NOT
have bad-block tables that can be accessed by normal disk read/writes.
Their bad block forwarding is done by the hardware using spare sectors
thoughtfully provided in each track.  Other tables used in the revectoring
process itself are also inaccessible by normal reads and writes.  
In short, it is safe to use the entire RA81 disk (all 891072 sectors) without 
worrying about bad block tables.
-- 
Steve Grandi, National Optical Astronomy Observatories, Tucson, AZ, 602-325-9228
{arizona,decvax,hao,ihnp4,seismo}!noao!grandi  grandi%draco at Hamlet.Caltech.Edu



More information about the Comp.unix.wizards mailing list