On Fri, 8 Jul 2005, Dimitri Yioulos wrote: > 8 partitions: > # size offset fstype [fsize bsize cpg] > a: 37748529 63 4.2BSD 2048 16384 328 # Cyl 0*- 37448 > b: 2097648 37748592 swap # Cyl 37449 - 39529 > c: 8387505 63 unused 0 0 # Cyl 0*- 8320 > disklabel: partition b: partition extends past end of unit > disklabel: warning, unused partition i: size 1413615339 offset -2147417768 > disklabel: warning, unused partition j: size -1900006918 offset 402701520 > disklabel: warning, unused partition k: size 503365533 offset 1463353529 > disklabel: warning, unused partition l: size -1407327343 offset -1382830702 > disklabel: warning, unused partition m: size -2013104760 offset -1065155243 > disklabel: warning, unused partition n: size 402998726 offset 268977606 > disklabel: warning, unused partition o: size -400023365 offset 17760443 > disklabel: warning, unused partition p: size 1723867151 offset 251775107 > Looks pretty obvious, even to me:
> disklabel: partition b: partition extends past end of unit When you created 'b', you just made it too big. Delete all the unused partitions, delete 'b', then recreate 'b' with proper size (rest of disk). Since all your files are in 'a', it should not be affected. Lee