Code:
root@F3ja:/usr/home/luba # ls /dev/nvd0p4
/dev/nvd0p4
root@F3ja:/usr/home/luba #
Previously, it used to display like this:
Code:
# zpool status -v
pool: zroot
state: ONLINE
scan: scrub repaired 0B in 00:01:06 with 0 errors on Thu Mar 30 23:49:59 2023
config:
NAME STATE READ WRITE CKSUM
zroot ONLINE 0 0 0
nvd0p4 ONLINE 0 0 0
errors: No known data errors
And now it is displayed like this:
Code:
# zpool status -v
pool: zroot
state: ONLINE
status: Some supported and requested features are not enabled on the pool.
The pool can still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(7) for details.
config:
NAME STATE READ WRITE CKSUM
zroot ONLINE 0 0 0
gpt/zfs0 ONLINE 0 0 0
errors: No known data errors
Code:
root@F3ja:/usr/home/luba # df -h
Filesystem Size Used Avail Capacity Mounted on
zroot/ROOT/default 454G 9,7G 444G 2% /
devfs 1,0K 0B 1,0K 0% /dev
/dev/gpt/efiboot0 260M 1,8M 258M 1% /boot/efi
procfs 8,0K 0B 8,0K 0% /proc
fdescfs 1,0K 0B 1,0K 0% /dev/fd
zroot/tmp 444G 168K 444G 0% /tmp
zroot/usr/home 447G 2,3G 444G 1% /usr/home
zroot 444G 96K 444G 0% /zroot
zroot/var/log 444G 368K 444G 0% /var/log
zroot/usr/ports 444G 96K 444G 0% /usr/ports
zroot/usr/src 444G 96K 444G 0% /usr/src
zroot/var/crash 444G 96K 444G 0% /var/crash
zroot/var/mail 444G 184K 444G 0% /var/mail
zroot/var/tmp 444G 96K 444G 0% /var/tmp
zroot/var/audit 444G 96K 444G 0% /var/audit
Code:
root@F3ja:/usr/home/luba # gpart show
=> 40 1000215136 nda0 GPT (477G)
40 532480 1 efi (260M)
532520 1024 2 freebsd-boot (512K)
533544 984 - free - (492K)
534528 4194304 3 freebsd-swap (2.0G)
4728832 995485696 4 freebsd-zfs (475G)
1000214528 648 - free - (324K)