Created
August 3, 2020 22:00
-
-
Save cjac/400c5c51abc7199e3f7e21672e09840e to your computer and use it in GitHub Desktop.
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
cjac@sh0:~$ sudo fdisk -l /dev/vda | |
[sudo] password for cjac: | |
Disk /dev/vda: 4.3 GiB, 4617928704 bytes, 9019392 sectors | |
Units: sectors of 1 * 512 = 512 bytes | |
Sector size (logical/physical): 512 bytes / 512 bytes | |
I/O size (minimum/optimal): 512 bytes / 512 bytes | |
Disklabel type: dos | |
Disk identifier: 0x4401fcaa | |
Device Boot Start End Sectors Size Id Type | |
/dev/vda1 2048 8390655 8388608 4G 83 Linux | |
cjac@sh0:~$ df -h / | |
Filesystem Size Used Avail Use% Mounted on | |
/dev/vda1 3.9G 3.5G 114M 97% / |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment