Created
January 9, 2023 04:42
-
-
Save rubi022/efde45266557020b83baa2643d2ea3bc to your computer and use it in GitHub Desktop.
zpool file access
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@zeus-H370M:~# zpool list | |
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT | |
one 3.62T 1.20T 2.42T - - 0% 33% 1.00x ONLINE - | |
root@zeus-H370M:~# df -h | grep one | |
one 2.4T 128K 2.4T 1% /mount/vol/one | |
cd /mount/vol/one | |
easy access |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment