Carlos Aguni

Highly motivated self-taught IT analyst. Always learning and ready to explore new skills. An eternal apprentice.


[Issue] ZFS JBOD Enclosure same LUNIDs

24 May 2021 »

https://www.truenas.com/community/threads/add-new-storage-pool-not-showing-usb-jbod-box-drives.93259/#post-645425

https://forums.freebsd.org/threads/how-find-numeric-id-of-drive-zfs.62475/

geom disk list
camcontrol devlist
camcontrol identify da0
glabel list

https://forums.freebsd.org/threads/labeling-partitions-done-right-on-modern-computers.69250/

gpart destroy -F da6
gpart create -s gpt da6
gpart add -t freebsd-zfs -l oricoA-labelX da6
# or
gpart create -s gpt da7
gpart add -t freebsd-zfs da7
gpart modify -i1 -l oricoA-labelY da7

zpool create -f <poolname> raidz1 /dev/gpt/oricoA-*