I have a zpool with two disks in mirror-mode. The zpool is directly mounted to /tank. Now I want to create zfs partitions and no longer mount the whole pool. Therefore I need somehow to move all data from /tank to the new location.
Can I create a new zpool with some partitions and then simply dd the whole /tank to one of the new partitions or is this stupid?
What is the best way to do this?