I want to sent wd0/ezjail filesystem:
to toshiba0/jails. This one was just created and was unmonted
.
So, issuing a
Both zfs and mount don't report toshiba0/jails as mounted.
So, what should I do to send the filesystem to another pool in the same computer?
Code:
# zfs list -r wd0 | grep ezjail
wd0/ezjail 1,26G 1,15T 120K /wd0/jails
wd0/ezjail/basejail 218M 1,15T 217M /wd0/jails/basejail
wd0/ezjail/mldonkey 1,05G 1,15T 1,05G /wd0/jails/mldonkey
wd0/ezjail/newjail 4,02M 1,15T 4,02M /wd0/jails/newjail
to toshiba0/jails. This one was just created and was unmonted
Code:
zfs unmount toshiba0/jails
So, issuing a
Code:
# zfs send wd0/ezjail | zfs receive -du toshiba0/jails
warning: cannot send 'wd0/ezjail': target is busy; if a filesystem, it must not be mounted
cannot receive: failed to read from stream
Both zfs and mount don't report toshiba0/jails as mounted.
So, what should I do to send the filesystem to another pool in the same computer?