9fans archive / 1998 / 09 / 73 /    prev next

From: Russ Cox rsc@pla...
Subject: [9fans] seek offset
Date: Wed, 16 Sep 1998 23:03:12 -0400

You'll have to partition the disk manually (cat >/dev/hd1partition
combined with 8½'s hold mode works well) since prep is now
broken.

I could be way off base here, but it seems to me that if
you set up an identically sized partition on both disks,
you could just do cat /dev/hd0fs >/dev/hd1fs

If you don't want to make them the same size, man mkfs(8)
and use that to copy the fs.

Russ