ZFS migration - New pool lost after reboot
Matthias Fechner
idefix at fechner.net
Mon May 2 21:45:38 UTC 2016
Am 02.05.2016 um 22:42 schrieb Sebastian Wolfgarten:
> root at vm:~ # zfs list
> NAME USED AVAIL REFER MOUNTPOINT
> newpool 385M 5.41G 19K /mnt/zroot
> newpool/ROOT 385M 5.41G 19K /mnt
> newpool/ROOT/default 385M 5.41G 385M /mnt
> newpool/tmp 21K 5.41G 21K /mnt/tmp
> newpool/usr 76K 5.41G 19K /mnt/usr
> newpool/usr/home 19K 5.41G 19K /mnt/usr/home
> newpool/usr/ports 19K 5.41G 19K /mnt/usr/ports
> newpool/usr/src 19K 5.41G 19K /mnt/usr/src
> newpool/var 139K 5.41G 19K /mnt/var
> newpool/var/audit 19K 5.41G 19K /mnt/var/audit
> newpool/var/crash 19K 5.41G 19K /mnt/var/crash
> newpool/var/log 44K 5.41G 44K /mnt/var/log
> newpool/var/mail 19K 5.41G 19K /mnt/var/mail
> newpool/var/tmp 19K 5.41G 19K /mnt/var/tmp
> zroot 524M 26.4G 96K /zroot
> zroot/ROOT 522M 26.4G 96K none
> zroot/ROOT/default 522M 26.4G 522M /
> zroot/tmp 74.5K 26.4G 74.5K /tmp
> zroot/usr 384K 26.4G 96K /usr
> zroot/usr/home 96K 26.4G 96K /usr/home
> zroot/usr/ports 96K 26.4G 96K /usr/ports
> zroot/usr/src 96K 26.4G 96K /usr/src
> zroot/var 580K 26.4G 96K /var
> zroot/var/audit 96K 26.4G 96K /var/audit
> zroot/var/crash 96K 26.4G 96K /var/crash
> zroot/var/log 103K 26.4G 103K /var/log
> zroot/var/mail 96K 26.4G 96K /var/mail
> zroot/var/tmp 92.5K 26.4G 92.5K /var/tmp
>
> I am assuming I have to amend the zfs parameters for the mount points but I can’t seem to figure out what’s wrong. I tried things like:
>
> zfs set mountpoint=/usr newpool/usr
> zfs set mountpoint=/tmp newpool/tmp
> zfs set mountpoint=/var newpool/var
zfs set mountpoint=none newpool/ROOT
zfs set mountpoin=/ newpool/ROOT/default
zfs set mountpoin=/tmp newpool/tmp
zfs set mountpoin=/usr newpool/usr
zfs set mountpoin=/var newpool/var
Gruß
Matthias
--
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook
More information about the freebsd-questions
mailing list