"Waite, Michael" <[EMAIL PROTECTED]> probably said:
> The disk is indeed showing up as da2
> now the dd shows this as the error:
> da2 rwa partition size ! slice size
> da2 start0, end 177773523, size bla bla bla
> more bla bla bla
> dd: /dev/da2 : Read-Only fuilesystem
> 1+0 in
> 0+0 out

and on to the next problem.

Disk cloning with dd is evil. Don't Do That.

My recommendation is to partition the disk as you desire, newfs and mount
the partitions then use
cd /new/partition;  dump 0f - /original/partition | restore rf -

This really belongs in freebsd-questions.

P.

-- 
pir                  [EMAIL PROTECTED]                    [EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to