Difference between revisions of "Zfs list"

From wikieduonline
Jump to navigation Jump to search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<pre>
+
{{lc}}
zfs list
 
NAME                    USED  AVAIL  REFER  MOUNTPOINT
 
ZPOOL_NAME1            105G  6.92T    96K  /ZPOOL_NAME1
 
ZPOOL_NAME1/FS_NAME_1  105G  6.92T  105G  /ZPOOL_NAME1/FS_NAME_1
 
</pre>
 
  
 +
[[zfs]] list
 +
NAME                  USED  AVAIL  REFER  MOUNTPOINT
 +
ZPOOL_NAME1            105G  6.92T    96K  /ZPOOL_NAME1
 +
ZPOOL_NAME1/FS_NAME_1  105G  6.92T  105G  /ZPOOL_NAME1/FS_NAME_1
  
  
<code>zpool get all export</code>
+
 
 +
* <code>[[zpool]] get all export</code>
 +
 
 +
Related commands: [[zpool list]]
 +
 
 +
 
 +
[[zfs list -t snapshot]]
 +
no datasets available
 +
 
 +
 
 +
zfs list -o name,[[quota]],used,avail -r /ZFSfilesystem<ref>https://pinkbubblegumtongue.wordpress.com/2015/08/18/checking-quotas-free-space-in-zfs/</ref>
 +
NAME              QUOTA  USED  AVAIL
 +
/ZFSfilesystem  none  5.93T  1.72T
 +
 
 +
== See also ==
 +
* {{ZFS}}
 +
 
 +
[[Category:ZFS]]

Latest revision as of 11:00, 6 September 2023

zfs list
NAME                  USED  AVAIL  REFER  MOUNTPOINT
ZPOOL_NAME1             105G  6.92T    96K  /ZPOOL_NAME1 
ZPOOL_NAME1/FS_NAME_1   105G  6.92T   105G  /ZPOOL_NAME1/FS_NAME_1


Related commands: zpool list


zfs list -t snapshot
no datasets available


zfs list -o name,quota,used,avail -r /ZFSfilesystem[1]
NAME              QUOTA   USED  AVAIL
/ZFSfilesystem   none  5.93T  1.72T

See also[edit]

  • https://pinkbubblegumtongue.wordpress.com/2015/08/18/checking-quotas-free-space-in-zfs/
  • Advertising: