GEOM: ada0: corrupt or invalid

Matthew Seaman matthew at FreeBSD.org
Fri May 25 22:08:46 UTC 2012


On 25/05/2012 22:46, Patrick Mahan wrote:
> But the question is -  "Is this recoverable?  Or should we just
> re-install everything from scratch?"

Re-install.  You can't use dd(1) to copy a disk image to a smaller
physical drive: the disk size is encoded in various structures on disk
and used at boot time; copying a filesystem with dd(8) and  truncating
it (even if the used space is less than the target partition size) just
doesn't work.

If you have work you've done on the original disk images that you'ld
like to copy to the new ones, then use a file-system level copy program.
There are any number of suitable candidates, most of which have the
ability to write across a network link if needed:

   * dump(8) and restore(8)

   * rsync(1)

   * tar(1)

   * find(1) and cpio(1)

Even cp(1).

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 267 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-fs/attachments/20120525/6f8fab0b/signature.pgp


More information about the freebsd-fs mailing list