> > > ... just after having the standard disklabel -rw ad0 auto (my boot disk is
> > > da0) complained about 'no space left on device'. Yes, ... I did the
> > > disklabel -W ad0 ...
>
> > You forgot to overwrite the beginning of the disk.
>
> ... and yes I did (before doing the 'fdisk') a nice little
> dd if=/dev/zero of=/dev/rad0 count=10000
>
> Do you have any further hints?
dd if=/dev/zero of=/dev/ad0 count=16
disklabel -rwB ad0 auto
works. At some point you deviated from this.
--
\\ Give a man a fish, and you feed him for a day. \\ Mike Smith
\\ Tell him he should learn how to fish himself, \\ [EMAIL PROTECTED]
\\ and he'll hate you for a lifetime. \\ [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message