OpenBSD disk on FreeBSD.

R. Clayton rvclayton at verizon.net
Mon Jan 9 14:56:59 UTC 2012


Can you obtain partitioning information via bsdlabel (disklabel) for the s4
slice to check if FreeBSD can identify the other partitions properly.

  Sorta:

    $ sudo bsdlabel da0s4
    # /dev/da0s4:
    16 partitions:
    #        size   offset    fstype   [fsize bsize bps/cpg]
      a: 146801907       63    4.2BSD        0     0     1 
      c: 321672960        0    unused        0     0         # "raw" part, don't edit
      d: 174870990 146801970    4.2BSD        0     0     1 
    partition c: partition extends past end of unit
    bsdlabel: partition c doesn't cover the whole unit!
    bsdlabel: An incorrect partition c may cause problems for standard system utilities
    partition d: partition extends past end of unit

    $ 


More information about the freebsd-questions mailing list