Hi guys
Fairly new to Proxmox/basic linux knowledge, and a little time ago I've managed to create a zpool (raidz1 raidz0) with a HDD (testdisk, 1TB) to be fully used as storage for a container and to be shared on the network.
System, LXC's and VM's are on a SSD (rpool)
To get this working it took me quite some research but in the end, it was running fine.
Now I want to replace the HDD by a 3TB but also move the data.
At first, I connected the new HDD to sdb (port on which old HDD was connected) and apparently it was usable right away, even though it was still formatted in NTFS.
Then I connected the old HDD to sdc but to avoid doing something wrong, I disconnected it again.
'lsblk -fs' gives
I'm a little puzzled on how to handle this, mainly because of the zpool.
Can anyone give me some pointers please?
New HDD, although currently has data and formatted in NTFS can be wiped, should replace the testdisk in the end and the data transferred to it.
Big thank you in advance!
Peter
Fairly new to Proxmox/basic linux knowledge, and a little time ago I've managed to create a zpool (
System, LXC's and VM's are on a SSD (rpool)
To get this working it took me quite some research but in the end, it was running fine.
Now I want to replace the HDD by a 3TB but also move the data.
At first, I connected the new HDD to sdb (port on which old HDD was connected) and apparently it was usable right away, even though it was still formatted in NTFS.
Then I connected the old HDD to sdc but to avoid doing something wrong, I disconnected it again.
'lsblk -fs' gives
Code:
sda1
└─sda
sda2 vfat 91CE-F1AB
└─sda
sda3 zfs_member rpool 11758637867308030279
└─sda
sdb1 zfs_member myzpool 17852838782547185312
└─sdb
sdb9
└─sdb
zd0p1 ntfs System Reserved 6A46F48B46F45971
└─zd0
zd0p2 ntfs HardDisk 2ADAF838DAF7FDBF
└─zd0
zd16p1 vfat EFISYS BD41-11EE
└─zd16
zd16p2
└─zd16
zd16p3 ufs OPNsense 5e7ff4ad9e3830b6
└─zd16
I'm a little puzzled on how to handle this, mainly because of the zpool.
Can anyone give me some pointers please?
New HDD, although currently has data and formatted in NTFS can be wiped, should replace the testdisk in the end and the data transferred to it.
Big thank you in advance!
Peter
Last edited: