Date: Sat, 12 Mar 2022 02:35:13 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 262461] After manual partitioning the disk, installer installs "ZFS on root" directly on the pool not under separate ZFS datasets Message-ID: <bug-262461-227-ZHTlZsiSEH@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-262461-227@https.bugs.freebsd.org/bugzilla/> References: <bug-262461-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262461 --- Comment #2 from parv <parv.0zero9+freebsd@gmail.com> --- ... forgot to mention that "/" was mounted from "root" pool as before. Current set up ... + cat /boot/loader.conf cryptodev_load=3D"YES" zfs_load=3D"YES" # For Xorg under UEFI on FreeBSD 14. hw.syscons.disable=3D1 # To be able to set clock for individual cores, not just the whole CPU via # Intel Speed Shift. machdep.hwpstate_pkg_ctrl=3D0 # File system in RAM. tmpfs_load=3D"YES" vfs.root.mountfrom=3D"zfs:remake/newroot/base" + zpool list -o name,size,bootfs NAME SIZE BOOTFS build 108G - misc 248G - remake 34.5G remake/newroot/base root 34.5G - var 20.5G - + zfs list -r -o name,avail,mounted,canmount,mountpoint root remake NAME AVAIL MOUNTED CANMOUNT MOUNTPOINT remake 30.8G yes on /remake remake/backup 30.8G no noauto /remake/backup remake/newroot 30.8G no on none remake/newroot/base 30.8G yes on /newroot/base remake/newroot/log 30.8G yes on /newroot/log remake/newroot/usr-local 30.8G yes on /newroot/usr/local root 29.3G yes on /oldroot + df -h / Filesystem Size Used Avail Capacity Mounted on root 33G 3.5G 29G 11% / + mount -l -t zfs | egrep '(root|remake)' root on / (zfs, local, noatime, nfsv4acls) remake/newroot/log on /newroot/log (zfs, local, noatime, nfsv4acls) remake/newroot/base on /newroot/base (zfs, local, noatime, nfsv4acls) remake on /remake (zfs, local, noatime, nfsv4acls) remake/newroot/usr-local on /newroot/usr/local (zfs, local, noatime, nfsv4a= cls) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-262461-227-ZHTlZsiSEH>