Created
August 9, 2011 14:49
-
-
Save eightysteele/1134246 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
| $ fdisk -l | |
| WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted. | |
| Disk /dev/sda: 250.1 GB, 250059350016 bytes | |
| 255 heads, 63 sectors/track, 30401 cylinders | |
| Units = cylinders of 16065 * 512 = 8225280 bytes | |
| Sector size (logical/physical): 512 bytes / 512 bytes | |
| I/O size (minimum/optimal): 512 bytes / 512 bytes | |
| Disk identifier: 0x00000000 | |
| Device Boot Start End Blocks Id System | |
| /dev/sda1 1 1 993+ ee GPT | |
| /dev/sda2 * 1 28314 227426758 83 Linux | |
| /dev/sda3 28314 30402 16770775+ 82 Linux swap / Solaris | |
| Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes | |
| 255 heads, 63 sectors/track, 121601 cylinders | |
| Units = cylinders of 16065 * 512 = 8225280 bytes | |
| Sector size (logical/physical): 512 bytes / 512 bytes | |
| I/O size (minimum/optimal): 512 bytes / 512 bytes | |
| Disk identifier: 0x00000000 | |
| Disk /dev/sdb doesn't contain a valid partition table |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment