My name is Martin and I'm using FreeBSD for nearly 30 years now (my first server connected to the internet was FBSD 2.x in 1995). However, FBSD sysadmin is not my primary occupation, so there are things that baffle me...
I got in possession of a FBSD-Server running 13.2 (long story). It is a HP Microserver Gen 8 with three 3TB disks, running with ZFS RaidZ-1. When I looked at "zpool status" I found this:
A "ls -l /dev/ada*" shows
The partitions of the two ada1 and ada2 disks show up under /dev/diskid.
How did that happen? Can I revert this to the usual ada<n>p<x> scheme (and is this desirable)? I fear boot problems should ada0 ever get problems...
Martin
I got in possession of a FBSD-Server running 13.2 (long story). It is a HP Microserver Gen 8 with three 3TB disks, running with ZFS RaidZ-1. When I looked at "zpool status" I found this:
Code:
pool: zroot
state: ONLINE
scan: scrub repaired 0B in 1 days 04:04:26 with 0 errors on Tue Apr 22 12:03:42 2025
config:
NAME STATE READ WRITE CKSUM
zroot ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
ada0p3 ONLINE 0 0 0
diskid/DISK-WD-WCC4N1KD0YCRp3 ONLINE 0 0 0
diskid/DISK-WD-WCC4N4VLZVAEp3 ONLINE 0 0 0
errors: No known data errors
A "ls -l /dev/ada*" shows
Code:
root@xxx:~# ls -l /dev/ada*
crw-r----- 1 root operator 0x61 Jul 28 07:10 /dev/ada0
crw-r----- 1 root operator 0x62 Aug 2 04:05 /dev/ada0p1
crw-r----- 1 root operator 0x63 Jul 28 07:10 /dev/ada0p2
crw-r----- 1 root operator 0x64 Jul 28 07:10 /dev/ada0p3
crw-r----- 1 root operator 0x67 Jul 28 07:10 /dev/ada1
crw-r----- 1 root operator 0x66 Jul 28 07:10 /dev/ada2
The partitions of the two ada1 and ada2 disks show up under /dev/diskid.
How did that happen? Can I revert this to the usual ada<n>p<x> scheme (and is this desirable)? I fear boot problems should ada0 ever get problems...
Martin