If you want a shareable file system to be copied to the new boot environment, specify the mount point to be copied with the -m option. Otherwise, shareable file systems are shared by default, and maintain the same mount point in the vfstab file. Any updating done to the shareable file system is available to both boot environments.
Log in as superuser.
Create the boot environment.
# lucreate -m mountpoint:device:fs_type \ -m mountpoint:device:fs_type -m mountpoint:device:fs_type -n BE_name |
In this example, a boot environment is created and the /home file system is copied to the target boot environment.
# lucreate -m /:/dev/dsk/c0t4d0s0:ufs -m /usr:/dev/dsk/c0t4d0s1:ufs \ -m /home:/dev/dsk/c0t4d0s4:ufs -n second_disk |
When creation of the new boot environment is complete, it can be upgraded and activated (made bootable).