Skip to content

Instantly share code, notes, and snippets.

@dlangille
Last active December 30, 2018 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dlangille/ca7e4047c1a5d8f010e4cdd8b63313fc to your computer and use it in GitHub Desktop.
Save dlangille/ca7e4047c1a5d8f010e4cdd8b63313fc to your computer and use it in GitHub Desktop.
[dan@slocum:~] $ zfs get -r -t filesystem canmount system/bootenv
NAME PROPERTY VALUE SOURCE
system/bootenv canmount on default
system/bootenv/11.1-RELEASE canmount off local
system/bootenv/11.1-RELEASE/tmp canmount off local
system/bootenv/11.1-RELEASE/usr canmount off local
system/bootenv/11.1-RELEASE/usr/local canmount off local
system/bootenv/11.1-RELEASE/usr/obj canmount off local
system/bootenv/11.1-RELEASE/usr/src canmount off local
system/bootenv/11.1-RELEASE/var canmount off local
system/bootenv/11.1-RELEASE/var/audit canmount off local
system/bootenv/11.1-RELEASE/var/empty canmount off local
system/bootenv/11.1-RELEASE/var/log canmount off local
system/bootenv/11.1-RELEASE/var/tmp canmount off local
system/bootenv/11.2-RELEASE canmount off local
system/bootenv/11.2-RELEASE/tmp canmount off local
system/bootenv/11.2-RELEASE/usr canmount off local
system/bootenv/11.2-RELEASE/usr/local canmount off local
system/bootenv/11.2-RELEASE/usr/obj canmount off local
system/bootenv/11.2-RELEASE/usr/src canmount off local
system/bootenv/11.2-RELEASE/var canmount off local
system/bootenv/11.2-RELEASE/var/audit canmount off local
system/bootenv/11.2-RELEASE/var/empty canmount off local
system/bootenv/11.2-RELEASE/var/log canmount off local
system/bootenv/11.2-RELEASE/var/tmp canmount off local
system/bootenv/default canmount on local
system/bootenv/default/tmp canmount on local
system/bootenv/default/usr canmount on local
system/bootenv/default/usr/local canmount on local
system/bootenv/default/usr/obj canmount on local
system/bootenv/default/usr/src canmount off local
system/bootenv/default/var canmount on local
system/bootenv/default/var/audit canmount on local
system/bootenv/default/var/empty canmount on local
system/bootenv/default/var/log canmount on local
system/bootenv/default/var/tmp canmount on local
[dan@slocum:~] $
[dan@slocum:~] $ beadm list
BE Active Mountpoint Space Created
default NR / 45.4G 2016-07-26 23:19
11.1-RELEASE - - 1.4G 2018-07-31 22:41
11.2-RELEASE - - 776.0K 2018-12-11 19:08
[dan@slocum:~] $
[dan@slocum:~] $ zfs list -r system/bootenv
NAME USED AVAIL REFER MOUNTPOINT
system/bootenv 45.5G 13.6T 1.31M legacy
system/bootenv/11.1-RELEASE 112K 13.6T 24.6G /
system/bootenv/11.1-RELEASE/tmp 16.0K 13.6T 2.31M /tmp
system/bootenv/11.1-RELEASE/usr 32.0K 13.6T 420M /usr
system/bootenv/11.1-RELEASE/usr/local 16.0K 13.6T 1.10G /usr/local
system/bootenv/11.1-RELEASE/usr/obj 0 13.6T 408K /usr/obj
system/bootenv/11.1-RELEASE/usr/src 0 13.6T 1021M /usr/src
system/bootenv/11.1-RELEASE/var 48.0K 13.6T 8.18G /var
system/bootenv/11.1-RELEASE/var/audit 0 13.6T 320K /var/audit
system/bootenv/11.1-RELEASE/var/empty 0 13.6T 288K /var/empty
system/bootenv/11.1-RELEASE/var/log 16.0K 13.6T 1.23G /var/log
system/bootenv/11.1-RELEASE/var/tmp 16.0K 13.6T 4.92M /var/tmp
system/bootenv/11.2-RELEASE 112K 13.6T 24.6G /
system/bootenv/11.2-RELEASE/tmp 16.0K 13.6T 2.33M /tmp
system/bootenv/11.2-RELEASE/usr 32.0K 13.6T 428M /usr
system/bootenv/11.2-RELEASE/usr/local 16.0K 13.6T 1.10G /usr/local
system/bootenv/11.2-RELEASE/usr/obj 0 13.6T 408K /usr/obj
system/bootenv/11.2-RELEASE/usr/src 0 13.6T 1021M /usr/src
system/bootenv/11.2-RELEASE/var 48.0K 13.6T 8.71G /var
system/bootenv/11.2-RELEASE/var/audit 0 13.6T 320K /var/audit
system/bootenv/11.2-RELEASE/var/empty 0 13.6T 288K /var/empty
system/bootenv/11.2-RELEASE/var/log 16.0K 13.6T 1.23G /var/log
system/bootenv/11.2-RELEASE/var/tmp 16.0K 13.6T 5.11M /var/tmp
system/bootenv/default 45.5G 13.6T 512M /
system/bootenv/default/tmp 28.8M 13.6T 2.39M /tmp
system/bootenv/default/usr 7.80G 13.6T 2.25G /usr
system/bootenv/default/usr/local 3.08G 13.6T 1.29G /usr/local
system/bootenv/default/usr/obj 408K 13.6T 408K /usr/obj
system/bootenv/default/usr/src 1.93G 13.6T 224K /usr/src
system/bootenv/default/var 12.6G 13.6T 9.46G /var
system/bootenv/default/var/audit 320K 13.6T 320K /var/audit
system/bootenv/default/var/empty 288K 13.6T 288K /var/empty
system/bootenv/default/var/log 1.31G 13.6T 1.23G /var/log
system/bootenv/default/var/tmp 7.16M 13.6T 5.24M /var/tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment