I did setup a new RELEASE-10.3 system with Bsdinstaller but it did not workout as expected.
I choose zfs on root and encrypted swap.
Now i discovered that there is no swap activated and after looking into partitions I see that they are not named as expected.
WTF!#@ what happened to my disk??
Now:
Upps! Where are the partitions gone like /dev/ada0p[1-3]?
Instead found this:
What knobs did cause this behavior? Is this now standard, why?
And most important how can this be reverted so that I can use the old known /dev/ada0p[1-3] naming?
I choose zfs on root and encrypted swap.
Now i discovered that there is no swap activated and after looking into partitions I see that they are not named as expected.
Code:
# gpart list ada0
gpart: No such geom: ada0.
Now:
Code:
# ll /dev/ad*
lrwxr-xr-x 1 root wheel 4B 18 Aug 13:53 /dev/ad4@ -> ada0
crw-r----- 1 root operator 0x6e 18 Aug 13:53 /dev/ada0
Instead found this:
Code:
# ll /dev/diskid/
total 0
crw-r----- 1 root operator 0x76 18 Aug 13:53 DISK-LONGFOOBAR
crw-r----- 1 root operator 0x7d 18 Aug 13:53 DISK-LONGFOOBARp1
crw-r----- 1 root operator 0x7e 18 Aug 13:53 DISK-LONGFOOBARp2
crw-r----- 1 root operator 0x7f 18 Aug 13:53 DISK-LONGFOOBARp3
What knobs did cause this behavior? Is this now standard, why?
And most important how can this be reverted so that I can use the old known /dev/ada0p[1-3] naming?