Advertisement
Guest User

Jason - Disk Label

a guest
Jan 17th, 2017
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. I have a ZFS pool on FreeBSD 11.0,
  2.  
  3. config:
  4. NAME STATE READ WRITE CKSUM
  5. zroot ONLINE 0 0 0
  6. mirror-0 ONLINE 0 0 0
  7. gpt/disk0 ONLINE 0 0 0
  8. ada1p2 ONLINE 0 0 0
  9.  
  10. Where the partitions were labeled with,
  11.  
  12. gpart add -a 4k -t freebsd-zfs -l disk0 ada0
  13. gpart add -a 4k -t freebsd-zfs -l disk1 ada1
  14.  
  15. Though, for some reason, the GPT label disk1 doesn't show, e.g.
  16.  
  17. # ls -l /dev/gpt
  18. total 0
  19. crw-r----- 1 root operator 0xa3 Jan 15 16:34 disk0
  20.  
  21. There is a mention of the kernel module geom_label.ko in GLABEL(8), which is not loaded:
  22.  
  23. # kldstat
  24. Id Refs Address Size Name
  25. 1 50 0xffffffff80200000 1ee2108 kernel
  26. 2 1 0xffffffff820e4000 30aec0 zfs.ko
  27. 3 2 0xffffffff823ef000 adc0 opensolaris.ko
  28. 4 1 0xffffffff823fa000 b3e8 aesni.ko
  29. 5 1 0xffffffff82406000 3a78 cc_htcp.ko
  30. 6 1 0xffffffff8240a000 9ebd8 t5fw_cfg.ko
  31. 7 1 0xffffffff824a9000 77b40 if_cxgbe.ko
  32. 8 1 0xffffffff82621000 49e25 ctl.ko
  33. 9 1 0xffffffff8266b000 ea37 iscsi.ko
  34.  
  35. Is there a way to get the GPT label disk1 to show up on the system?
  36.  
  37. Thanks for the great shows.
  38. Jason
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement