Thanks Honey.
Here are the steps I have followed, please correct me if I did anything incorrectly.
zpool export Beast
It says the pool or dataset is busy.
root@truenas[/home/truenas_admin]# zpool export Beast
cannot unmount ‘/var/db/system/samba4’: pool or dataset is busy
root@truenas[/home/truenas_admin]#
I have turned off SMB
I am trying to create another storage pool to replicate over data to the new storage pool but when I create a new storage pool, I get this error message:
Error: topology
Disks have duplicate serial numbers: None (sda, sdb, sdd).
root@truenas[/home/truenas_admin]# zpool import -T 447316 Beast
cannot import ‘Beast’: a pool with that name already exists
use the form ‘zpool import <pool | id> ’ to give it a new name
root@truenas[/home/truenas_admin]#
I presume I have to create another storage pool to import it into that, is that correct based on what I read on ChatGPT.
I am using Proxmox and have a HBA PCIE and mapped the drive to the cluster for Proxmox using this command:
This one maps:
qm set 103 -scsi3 /dev/disk/by-id/ata-WDC_WD40EFRX-68WT0N0_WD-WCC4E1PRZPZF
This one does not map, it has an ‘caution’ on CrystalDiskInfo for ID C5 (Current Pending sector Count is Current: 200/ Worst: 200 has 2 bad sectors.
Does having a bad hard drive not allow Truenas to map it?
qm set 103 -scsi3 /dev/disk/by-id/ata-WDC_WD40EFRX-68WT0N0_WD-WCC4E4YTFZ9T
Command to list all my hard drive.
root@pve1:~# ls /dev/disk/by-id/ | grep ata
ata-Samsung_SSD_840_Series_S19MNSAD652146J
ata-Samsung_SSD_840_Series_S19MNSAD652146J-part1
ata-Samsung_SSD_840_Series_S19MNSAD652146J-part2
ata-Samsung_SSD_840_Series_S19MNSAD652146J-part3
ata-ST10000VN0008-2PJ103_ZS512XTZ
ata-ST10000VN0008-2PJ103_ZS512XTZ-part1
ata-ST10000VN0008-2PJ103_ZS51FR3X
ata-ST10000VN0008-2PJ103_ZS51FR3X-part1
ata-WDC_WD40EFRX-68WT0N0_WD-WCC4E1PRZPZF
ata-WDC_WD40EFRX-68WT0N0_WD-WCC4E4YTFZ9T
root@pve1:~#
Trying to map x2 WD Red Nas to create a pool for backup.
ata-WDC_WD40EFRX-68WT0N0_WD-WCC4E1PRZPZF
ata-WDC_WD40EFRX-68WT0N0_WD-WCC4E4YTFZ9T
I found this forum post where someone else had a similar issue - Topology: Disks have duplicate serial numbers: None (sdb, sdc) - TrueNAS General - TrueNAS Community Forums