Created
May 1, 2021 19:16
-
-
Save raku-cat/8601a61bdb10078ab2f79755fda62ba3 to your computer and use it in GitHub Desktop.
This file contains 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
lsblk | |
==== | |
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT | |
sda 8:0 0 232.9G 0 disk | |
├─sda1 8:1 0 260M 0 part /boot | |
├─sda2 8:2 0 2G 0 part | |
│ └─swap 254:1 0 2G 0 crypt [SWAP] | |
└─sda3 8:3 0 230.6G 0 part | |
└─system 254:0 0 230.6G 0 crypt /swap | |
df -Th | |
==== | |
Filesystem Type Size Used Avail Use% Mounted on | |
devtmpfs devtmpfs 7.8G 0 7.8G 0% /dev | |
tmpfs tmpfs 7.8G 0 7.8G 0% /dev/shm | |
tmpfs tmpfs 3.1G 1.3M 3.1G 1% /run | |
/dev/mapper/system btrfs 231G 16G 215G 7% / | |
/dev/mapper/system btrfs 231G 16G 215G 7% /.snapshots | |
/dev/mapper/system btrfs 231G 16G 215G 7% /home | |
/dev/mapper/system btrfs 231G 16G 215G 7% /swap | |
tmpfs tmpfs 7.8G 8.0K 7.8G 1% /tmp | |
tmpfs tmpfs 1.6G 24K 1.6G 1% /run/user/1000 | |
/dev/sda1 vfat 256M 91M 166M 36% /boot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment