https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204705
--- Comment #4 from Vlad K. <[email protected]> --- As suggested by Allan Jude on IRC, I tried sending to a nonexisting dataset and without the -d flag and it autocreated the receiving dataset but did not automount it. root@freebsd:~ # zfs mount zroot / zbackup /zbackup zbackup/backup /zbackup/backup root@freebsd:~ # zfs send zroot@test-snapshot | zfs receive -Fu zbackup/backup/foo root@freebsd:~ # zfs list NAME USED AVAIL REFER MOUNTPOINT zbackup 829M 3.03G 19K /zbackup zbackup/backup 829M 3.03G 19K /zbackup/backup zbackup/backup/foo 829M 3.03G 829M / zroot 898M 2.97G 897M / root@freebsd:~ # zfs mount zroot / zbackup /zbackup zbackup/backup /zbackup/backup -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
