Hello everyone,
I have a problem when I'm trying to install FreeBSD 9.0-RELEASE on ZFS pool with 'root' mountpoint created by 'zfs' command.
'root' - I mean the home directory of root user, NOT THE '/'
So, using the method described here http://wiki.freebsd.org/RootOnZFS/GPTZFSBoot/9.0-RELEASE after the
I'm invoking
then typing
and when the base system is installing on about 95% I receive the following error message
This problem does not take place when I don't use above 'zfs create' command (but the rest of the file system is of course on ZFS zroot pool).
Thank you for your time
Marek
I have a problem when I'm trying to install FreeBSD 9.0-RELEASE on ZFS pool with 'root' mountpoint created by 'zfs' command.
'root' - I mean the home directory of root user, NOT THE '/'
So, using the method described here http://wiki.freebsd.org/RootOnZFS/GPTZFSBoot/9.0-RELEASE after the
Code:
zfs create zroot/home
Code:
zfs create zroot/root
Code:
exit
Code:
Error while extracting base.txz can't create root/.profile
This problem does not take place when I don't use above 'zfs create' command (but the rest of the file system is of course on ZFS zroot pool).
Thank you for your time
Marek