You don't want to "create" slices on the drive since that will wipe out the data, you just want them to have names (which it looks like you did). I assume the start block of Division1 is a typo - it overlaps Division0.
What /dev/hdaX nodes got created? You would want to divvy the proper one - it won't hurt to look at the other nodes. hd1a sounds like the first partition on the second disk - is there a /dev/hd1c ?
That may not be it at all since the divvy table you posted looks like an SCO table:
D0=boot
D1=swap
D2=root
D6=recover
But, the slice for the whole disk is way wrong - should be from 0 to 12284936
D6 would be that 12284927 to 12284936 if it were a recover slice.
Main Topics
Browse All Topics





by: yuzhPosted on 2009-03-08 at 17:20:53ID: 23832157
You need to run divvy command on the 2nd dirve to create partions(slices) and file system on the new drive before you can mont the slice (filesystem) , please have a look at the answer in http:Q_21737604.html