Created
May 31, 2017 20:28
-
-
Save dhess/63aedae0a3b443eb04668ec87280a144 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
| [root@nixos:~]# fdisk /dev/mmcblk1 | |
| Welcome to fdisk (util-linux 2.29.2). | |
| Changes will remain in memory only, until you decide to write them. | |
| Be careful before using the write command. | |
| Command (m for help): p | |
| Disk /dev/mmcblk1: 3.6 GiB, 3825205248 bytes, 7471104 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: 0x00000000 | |
| Device Boot Start End Sectors Size Id Type | |
| /dev/mmcblk1p1 * 2048 7471103 7469056 3.6G 83 Linux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment