Hi,
I've recently had a problem with a FreeBSD update, and so started over with a fresh install of my boot drive.
On the previous install I had a ZRAID pool with 12 disks. I would like to know how I can get these disks back into a new zpool on the new system.
I was going to just try:
But was unsure if that would wipe out the data on these disks.
Any help is greatly appreciated!
I've recently had a problem with a FreeBSD update, and so started over with a fresh install of my boot drive.
On the previous install I had a ZRAID pool with 12 disks. I would like to know how I can get these disks back into a new zpool on the new system.
I was going to just try:
Code:
zpool create -m /mnt tank [disk1, disk2, ... ]
But was unsure if that would wipe out the data on these disks.
Any help is greatly appreciated!