Missing usb-thumbstick

Blumagine

Cadet
Joined
Aug 16, 2022
Messages
3
Hi everyone,
I set up a brand new truenas scale system with 4 hdds and 2 usb thumb sticks. I installed truenas on the first of both. Now I wanted to extend the boot-pool to the second device, but it doesn't show up in truenas itself.
The command lsblk shows:
Code:
NAME        MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINT
sda           8:0    0 465.8G  0 disk 
├─sda1        8:1    0     2G  0 part 
│ └─md127     9:127  0     2G  0 raid1
│   └─md127 253:1    0     2G  0 crypt [SWAP]
└─sda2        8:2    0 463.8G  0 part 
sdb           8:16   0   3.6T  0 disk 
├─sdb1        8:17   0     2G  0 part 
│ └─md126     9:126  0     2G  0 raid1
│   └─md126 253:0    0     2G  0 crypt [SWAP]
└─sdb2        8:18   0   3.6T  0 part 
sdc           8:32   0 465.8G  0 disk 
├─sdc1        8:33   0     2G  0 part 
│ └─md127     9:127  0     2G  0 raid1
│   └─md127 253:1    0     2G  0 crypt [SWAP]
└─sdc2        8:34   0 463.8G  0 part 
sdd           8:48   0   3.6T  0 disk 
├─sdd1        8:49   0     2G  0 part 
│ └─md126     9:126  0     2G  0 raid1
│   └─md126 253:0    0     2G  0 crypt [SWAP]
└─sdd2        8:50   0   3.6T  0 part 
sde           8:64   0   3.6T  0 disk 
├─sde1        8:65   0     2G  0 part 
│ └─md127     9:127  0     2G  0 raid1
│   └─md127 253:1    0     2G  0 crypt [SWAP]
└─sde2        8:66   0   3.6T  0 part 
sdf           8:80   0   3.6T  0 disk 
├─sdf1        8:81   0     2G  0 part 
│ └─md126     9:126  0     2G  0 raid1
│   └─md126 253:0    0     2G  0 crypt [SWAP]
└─sdf2        8:82   0   3.6T  0 part 
sdg           8:96   1  28.7G  0 disk 
├─sdg1        8:97   1     1M  0 part 
├─sdg2        8:98   1   512M  0 part 
└─sdg3        8:99   1  28.2G  0 part 
sdh           8:112  1  28.7G  0 disk 
└─sdh1        8:113  1  28.7G  0 part 
nvme0n1     259:0    0 931.5G  0 disk 
└─nvme0n1p1 259:1    0 931.5G  0 part

where sdg is the current boot-stick and sdh being the second one.

blkid shows
Code:
/dev/sdg2: LABEL_FATBOOT="EFI" LABEL="EFI" UUID="54FC-9B76" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="65a779e8-79c4-45ea-8e5d-c6bc03217dcb"
/dev/sdg3: LABEL="boot-pool" UUID="5433770056958796907" UUID_SUB="2930692483088222714" BLOCK_SIZE="4096" TYPE="zfs_member" PARTUUID="8d8f1926-075a-4950-b795-031b1a51978c"
/dev/sdh1: LABEL="Volume" BLOCK_SIZE="512" UUID="82681F4C681F3E7B" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="1ba5bb8d-09de-4dda-9796-725371c054ad"
/dev/sdg1: PARTUUID="7610819b-0844-49ae-ae4a-7f0df74f6f2a"
"


Does anyone have an idea why truenas scale doesn't show the stick? And how I can add the second stick to my boot-pool?

Kind regards,
Lars Kusch
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
Does anyone have an idea why truenas scale doesn't show the stick? And how I can add the second stick to my boot-pool?
The first obvious point is that it's already formatted with a filesystem (and has a different block size than would be needed to match sdg).

You may be able to get it to show up by wiping it first.
 

Blumagine

Cadet
Joined
Aug 16, 2022
Messages
3
The first obvious point is that it's already formatted with a filesystem (and has a different block size than would be needed to match sdg).

You may be able to get it to show up by wiping it first.
Hi,
thanks for your help. Formatting didn't help. For now I just added it to the boot-pool using the zfs command.
 
Top