Skip to content

Instantly share code, notes, and snippets.

Created September 12, 2016 12:30
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 anonymous/bb9598673d9bcf9db0941ba2ec70898e to your computer and use it in GitHub Desktop.
Save anonymous/bb9598673d9bcf9db0941ba2ec70898e to your computer and use it in GitHub Desktop.
[live@localhost ~]$ LC_ALL=C sudo fdisk -l
Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 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: gpt
Disk identifier: 6F4CD5E9-93E6-43D2-8568-A112B5F13621
Device Start End Sectors Size Type
/dev/sda1 471173120 488396799 17223680 8.2G Linux swap
/dev/sda2 133120 51333119 51200000 24.4G Linux filesystem
/dev/sda3 51333120 471173119 419840000 200.2G Linux filesystem
/dev/sda4 2048 133119 131072 64M EFI System
Partition table entries are not in disk order.
Disk /dev/sdb: 15 GiB, 16030629888 bytes, 31309824 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: 0x27fc5761
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 0 3670015 3670016 1.8G 0 Empty
/dev/sdb2 220 63707 63488 31M ef EFI (FAT-12/16/32)
Disk /dev/loop0: 10.7 MiB, 11177984 bytes, 21832 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
Disk /dev/loop1: 44.3 MiB, 46452736 bytes, 90728 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
Disk /dev/loop2: 1.7 GiB, 1758470144 bytes, 3434512 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
[live@localhost ~]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment