ZFS file systems as root home directory
I have decided to use zfs file systems for user home directories to gain all the benifits of zfs.
Everything seems to work for...
rpool/export
rpool/export/home/user1
rpool/export/home/user1
However - I have a probelm when I try to do the same thing with the root user
I can
zfs create -o mountpoint=/root rpool/root
but when I init 6 or reboot my system complains that the mount point is busy and I get a zfs mount -a error for the service. This just makes other services fail. So what am I missing?
[EDIT]