Why is #ZFS on #FreeBSD so awesome!! ๐
Wanted to re-partition my SSD to increase swap space.
<add USB HDD>
# zpool add mypool <hdd>
# zpool remove mypool <ssd>
(wait a while as system copies at full speed)
# <re-partition>
# zpool add mypool <ssd>
# zpool remove mypool <hdd>
(wait a while as system copies at full speed)
The final partition is smaller. No problem as long as all the data fits. โ
And no down time. It is just a bit slower because of all the IO. โค๏ธ