Size of metadate?

Arne Wörner arne_woerner at yahoo.com
Wed Jun 27 06:14:00 UTC 2007


--- Nico -telmich- Schottelius <nico-freebsd-geom at schottelius.org> wrote:
> ddna045# dd of=/dev/amrd0 if=/dev/zero bs=512 skip=286746623 count=1
> dd: /dev/amrd0: Operation not permitted
> 
I do not know, why this doesnt work...

Is it possible, that amrd0 (or a partition/slice of it) is mounted somewhere?

U could try the same dd command with sysctl kern.geom.debugflags set to 16:
  sysctl kern.geom.debugflags=16
  dd of=/dev/amrd0 if=/dev/zero bs=512 skip=286746623 count=1
  sysctl kern.geom.debugflags=0
That should clear the unwanted meta data...

-Arne


      ____________________________________________________________________________________
Shape Yahoo! in your own image.  Join our Network Research Panel today!   http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7 




More information about the freebsd-geom mailing list