https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234031

--- Comment #5 from Toomas Soome <tso...@freebsd.org> ---
(In reply to vollbluthengst from comment #4)

could you post:

 gpart list ada0
 gpart list adad0s4

This setup sounds like you intend to have MBR partition table (4 slices), and
in one slice, BSD disk label, thats why loader lsdev -v will show letters at
the end of the disk names, like disk0p1a:

however, in your example, you have something really weird going on with disk0,
as we see disk0a:, with MBR + BSD I would expect the output like disk0s4a: 

in my test disk I have:
Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
    start 63, size 10474317 (5114 Meg), flag 80 (active)
        beg: cyl 0/ head 1/ sector 1;
        end: cyl 651/ head 254/ sector 63
The data for partition 2 is:
<UNUSED>
The data for partition 3 is:
<UNUSED>
The data for partition 4 is:
<UNUSED>

root@freebsd-2:~ # gpart list da3
Geom name: da3
modified: false
state: OK
fwheads: 255
fwsectors: 63
last: 10485759
first: 63
entries: 4
scheme: MBR
Providers:
1. Name: da3s1
   Mediasize: 5362850304 (5.0G)
   Sectorsize: 512
   Stripesize: 0
   Stripeoffset: 32256
   Mode: r0w0e0
   efimedia: HD(1,MBR,0x90909090,0x3f,0x9fd34d)
   attrib: active
   rawtype: 165
   length: 5362850304
   offset: 32256
   type: freebsd
   index: 1
   end: 10474379
   start: 63
Consumers:
1. Name: da3
   Mediasize: 5368709120 (5.0G)
   Sectorsize: 512
   Mode: r0w0e0

root@freebsd-2:~ # gpart list da3s1
Geom name: da3s1
modified: false
state: OK
fwheads: 255
fwsectors: 63
last: 10474316
first: 0
entries: 8
scheme: BSD
Providers:
1. Name: da3s1a
   Mediasize: 5362850304 (5.0G)
   Sectorsize: 512
   Stripesize: 0
   Stripeoffset: 32256
   Mode: r0w0e0
   rawtype: 7
   length: 5362850304
   offset: 0
   type: freebsd-ufs
   index: 1
   end: 10474316
   start: 0
Consumers:
1. Name: da3s1
   Mediasize: 5362850304 (5.0G)
   Sectorsize: 512
   Stripesize: 0
   Stripeoffset: 32256
   Mode: r0w0e0

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to