Advertisement
grahamperrin

GELI vs bectl: / and /boot not on same device, quitting

Oct 25th, 2018
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.50 KB | None | 0 0
  1. # date ; uname -v
  2. Fri 26 Oct 2018 05:17:39 BST
  3. FreeBSD 13.0-CURRENT r339737 GENERIC-NODEBUG
  4. # bectl create -r 13.0-CURRENT
  5. / and /boot not on same device, quitting
  6. # zpool list
  7. NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
  8. bootpool 1.98G 471M 1.52G - - 27% 23% 1.00x ONLINE -
  9. hpelitebook8570p 452G 367G 84.7G - - 61% 81% 1.00x ONLINE -
  10. # mount | grep zfs
  11. hpelitebook8570p/ROOT/default on / (zfs, local, noatime, nfsv4acls)
  12. bootpool on /bootpool (zfs, local, nfsv4acls)
  13. hpelitebook8570p on /hpelitebook8570p (zfs, local, noatime, nfsv4acls)
  14. hpelitebook8570p/bhyve on /hpelitebook8570p/bhyve (zfs, local, noatime, nfsv4acls)
  15. hpelitebook8570p/poudriere on /hpelitebook8570p/poudriere (zfs, local, noatime, nfsv4acls)
  16. hpelitebook8570p/poudriere/jails on /hpelitebook8570p/poudriere/jails (zfs, local, noatime, nfsv4acls)
  17. hpelitebook8570p/poudriere/ports on /hpelitebook8570p/poudriere/ports (zfs, local, noatime, nfsv4acls)
  18. hpelitebook8570p/tmp on /tmp (zfs, local, noatime, nosuid, nfsv4acls)
  19. hpelitebook8570p/usr/home on /usr/home (zfs, local, noatime, nfsv4acls)
  20. hpelitebook8570p/usr/home/grahamperrin on /usr/home/grahamperrin (zfs, local, noatime, nfsv4acls)
  21. hpelitebook8570p/poudriere/data on /usr/local/poudriere/data (zfs, local, noatime, nfsv4acls)
  22. hpelitebook8570p/poudriere/data/.m on /usr/local/poudriere/data/.m (zfs, local, noatime, nfsv4acls)
  23. hpelitebook8570p/poudriere/data/cache on /usr/local/poudriere/data/cache (zfs, local, noatime, nfsv4acls)
  24. hpelitebook8570p/poudriere/data/logs on /usr/local/poudriere/data/logs (zfs, local, noatime, nfsv4acls)
  25. hpelitebook8570p/poudriere/data/packages on /usr/local/poudriere/data/packages (zfs, local, noatime, nfsv4acls)
  26. hpelitebook8570p/poudriere/data/wrkdirs on /usr/local/poudriere/data/wrkdirs (zfs, local, noatime, nfsv4acls)
  27. hpelitebook8570p/poudriere/jails/current on /usr/local/poudriere/jails/current (zfs, local, noatime, nfsv4acls)
  28. hpelitebook8570p/poudriere/jails/stable on /usr/local/poudriere/jails/stable (zfs, local, noatime, nfsv4acls)
  29. hpelitebook8570p/poudriere/ports/default on /usr/local/poudriere/ports/default (zfs, local, noatime, nfsv4acls)
  30. hpelitebook8570p/usr/ports on /usr/ports (zfs, local, noatime, nosuid, nfsv4acls)
  31. hpelitebook8570p/usr/src on /usr/src (zfs, local, noatime, nfsv4acls)
  32. hpelitebook8570p/var/VirtualBox on /var/VirtualBox (zfs, local, noatime, nfsv4acls)
  33. hpelitebook8570p/var/audit on /var/audit (zfs, local, noatime, noexec, nosuid, nfsv4acls)
  34. hpelitebook8570p/var/crash on /var/crash (zfs, local, noatime, noexec, nosuid, nfsv4acls)
  35. hpelitebook8570p/var/log on /var/log (zfs, local, noatime, noexec, nosuid, nfsv4acls)
  36. hpelitebook8570p/var/mail on /var/mail (zfs, local, nfsv4acls)
  37. hpelitebook8570p/var/tmp on /var/tmp (zfs, local, noatime, nosuid, nfsv4acls)
  38. # gpart show
  39. => 40 976773088 ada0 GPT (466G)
  40. 40 409600 1 efi (200M)
  41. 409640 2008 - free - (1.0M)
  42. 411648 4194304 2 freebsd-zfs (2.0G)
  43. 4605952 16777216 3 freebsd-swap (8.0G)
  44. 21383168 955389952 4 freebsd-zfs (456G)
  45. 976773120 8 - free - (4.0K)
  46.  
  47. # zpool status
  48. pool: bootpool
  49. state: ONLINE
  50. status: Some supported features are not enabled on the pool. The pool can
  51. still be used, but some features are unavailable.
  52. action: Enable all features using 'zpool upgrade'. Once this is done,
  53. the pool may no longer be accessible by software that does not support
  54. the features. See zpool-features(7) for details.
  55. scan: scrub repaired 0 in 0 days 00:00:34 with 0 errors on Sun Sep 30 19:47:03 2018
  56. config:
  57.  
  58. NAME STATE READ WRITE CKSUM
  59. bootpool ONLINE 0 0 0
  60. ada0p2 ONLINE 0 0 0
  61.  
  62. errors: No known data errors
  63.  
  64. pool: hpelitebook8570p
  65. state: ONLINE
  66. status: Some supported features are not enabled on the pool. The pool can
  67. still be used, but some features are unavailable.
  68. action: Enable all features using 'zpool upgrade'. Once this is done,
  69. the pool may no longer be accessible by software that does not support
  70. the features. See zpool-features(7) for details.
  71. scan: scrub repaired 0 in 0 days 01:23:36 with 0 errors on Sun Sep 30 21:09:57 2018
  72. config:
  73.  
  74. NAME STATE READ WRITE CKSUM
  75. hpelitebook8570p ONLINE 0 0 0
  76. ada0p4.eli ONLINE 0 0 0
  77.  
  78. errors: No known data errors
  79. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement