On Wed, Jul 16, 2008 at 06:39:44PM +0200, Alexander Vlasov wrote:

> ~# /sbin/beadm mount update-2008.07.16
> beadm: Unable to mount update-2008.07.16
>
> zfs filesystems, however, were created:
> rpool/ROOT/[EMAIL PROTECTED]        39K      - 2.95G  -
> rpool/ROOT/update-2008.06.23/[EMAIL PROTECTED]      0      -  604M  -
> rpool/ROOT/update-2008.07.16                        46.5K  59.4G 2.95G  legacy
> rpool/ROOT/update-2008.07.16/opt                        0  59.4G  604M  /opt

Then you'll have to mount them individually:

    mount -F zfs rpool/ROOT/update-2008.07.16 /mnt
    zfs set mountpoint=legacy rpool/ROOT/update-2008.07.16/opt
    mount -F zfs rpool/ROOT/update-2008.07.16/opt /mnt/opt

After everything is done, make sure that the mountpoint for .../opt is set
to /opt, rather than legacy; otherwise, change it back.

Danek
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to