From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 16 Sep 1998 23:03:12 -0400 From: Russ Cox rsc@plan9.bell-labs.com Subject: [9fans] seek offset Topicbox-Message-UUID: 80571fb0-eac8-11e9-9e20-41e7f4b1d025 Content-Type: text/plain; charset=UTF-8 Message-ID: <19980917030312.BxQMreHYq-IxRBNa5wVLPsHtyyD4Aga1HOnuWkr_5nk@z> 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