S
sef
Guest
I moved my system over to a new case with a more expansion. In the process, I added a 3tb drive to the 1tb drive I already had setup. Before I did this, I did an "zfs send -R NAS@manual-snap1 > /tmp/mnt/snap1.zfs"; later, before shutting down, I did "zfs send -R -i @manual-snap1 NAS@manual-snap2 > /tmp/mnt/snap2.zfs".
What I wanted to do was to then make the 3tb drive a mirror of the first. Later, I would want to swap the 1tb with another 3tB, when I needed the space. However, I couldn't figure out how to do this. In the process, I seem to have added the new 3tb drive as a stripe, which I was unable to remove.
So now I'm testing "zfs receive" and seeing how well that works. Any ideas what I should have done to get what i wanted?
What I wanted to do was to then make the 3tb drive a mirror of the first. Later, I would want to swap the 1tb with another 3tB, when I needed the space. However, I couldn't figure out how to do this. In the process, I seem to have added the new 3tb drive as a stripe, which I was unable to remove.
So now I'm testing "zfs receive" and seeing how well that works. Any ideas what I should have done to get what i wanted?