Upgrading FreeBSd when using a zfs-only installation?

Sergiy Suprun sergiy.suprun at gmail.com
Sun Mar 13 16:09:24 UTC 2011


On Sun, Mar 13, 2011 at 17:40, Andrew Moran <amoran at forsythia.net> wrote:
>
> Hallo,
>
> I switched my system over to using a ZFS on root setup in 8.1.     I want to upgrade it to 8.2.
>
> Is there any changes to the buildworld/buildkernel/installworld/installkernel/mergemaster routine?
>
> The only thing I found via google was this:  http://forum.nginx.org/read.php?23,178896,179074     And he does a "mount -u ./" and a "zfs mount -a" but it's not clear to me why he's doing that.
>
> --Andy
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>

Hello Andy

Usually I use
zfs mount -a
to mount all and
zfs set readonly=off zpool/system
to take filesystem writable


More information about the freebsd-questions mailing list