I have some files in a ZFS pool.
zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
ZFS 7.27T 4.03G 7.26T - - 0% 0% 1.00x ONLINE -
zfs list
NAME USED AVAIL REFER MOUNTPOINT
ZFS 66.0G 7.08T 96K /ZFS
ZFS/file1 66.0G 7.14T 1.62G -
ZFS/file2 66.0G 7.14T 22K -
But /ZFS dir (mountpoint) is empty.
ls -la /ZFS
total 5
drwxr-xr-x 2 root root 2 Oct 8 12:02 .
drwxr-xr-x 19 root root 4096 Oct 13 12:40 ..
I want to copy these files to another disk (sdc1 on the same computer) with ext4.
How to do that?
file1 and file2 are ZVOL's. These are virtual disks. They can be mounted like real disk'.
They exist as dev in /dev/zvol/ZFS/
One can mount them.