My setup is two NVME drives and two 16TB HDDs (RAID 0)
I wanted to reinitialise my NAS; I didn't want to lose the data on my main HDDs, so I intended to 'safely detach pool', but instead did 'Remove Pool'. I'm sorry my error.
I'm convinced I didn't get a data loss warning (even though the docs say it should give one).
Then I physically removed the drives and then reinitialized the NAS.
I configured the basic settings, then reseated the two physical drives and I can see them listed under Disks/VJBOD. I went to Storage & Snapshots -> burger menu -> Recovery -> Attach and Recover Storage Pool. It doesn't find any pools. The pool is not password protected.
How do I recovery my storage pool? I have access to linux workstations if necessary, and I'm a confident shell user.
From ssh I can still see the partition tables on the drives in question. I have a backup of the NAS settings pre-reset, but it's as a bin file.
I wanted to reinitialise my NAS; I didn't want to lose the data on my main HDDs, so I intended to 'safely detach pool', but instead did 'Remove Pool'. I'm sorry my error.
I'm convinced I didn't get a data loss warning (even though the docs say it should give one).
Then I physically removed the drives and then reinitialized the NAS.
I configured the basic settings, then reseated the two physical drives and I can see them listed under Disks/VJBOD. I went to Storage & Snapshots -> burger menu -> Recovery -> Attach and Recover Storage Pool. It doesn't find any pools. The pool is not password protected.
How do I recovery my storage pool? I have access to linux workstations if necessary, and I'm a confident shell user.
From ssh I can still see the partition tables on the drives in question. I have a backup of the NAS settings pre-reset, but it's as a bin file.
Code:
[/share/Public] # parted /dev/sda
GNU Parted 3.1
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
print
Model: TOSHIBA HDWG51JUZSVB (scsi)
Disk /dev/sda: 18.0TB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 20.5kB 543MB 543MB ext3 primary
2 543MB 1086MB 543MB linux-swap(v1) primary
3 1611MB 18.0TB 18.0TB primary
4 18.0TB 18.0TB 552MB ext3 primary
5 18.0TB 18.0TB 8020MB linux-swap(v1) primary
(parted) q
q
[/share/Public] # parted /dev/sdb
GNU Parted 3.1
Using /dev/sdb
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
print
Model: TOSHIBA HDWG51JUZSVB (scsi)
Disk /dev/sdb: 18.0TB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 20.5kB 543MB 543MB ext3 primary
2 543MB 1086MB 543MB linux-swap(v1) primary
3 1611MB 18.0TB 18.0TB primary
4 18.0TB 18.0TB 552MB ext3 primary
5 18.0TB 18.0TB 8020MB linux-swap(v1) primary