Created
April 14, 2019 14:50
-
-
Save DieterReuter/cf341160304ff28bc39ca5ea3b5efdba to your computer and use it in GitHub Desktop.
NVIDIA Jetson Nano - list SD card partitions
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
pirate@jetson-nano:~$ sudo fdisk --list /dev/mmcblk0 | |
Disk /dev/mmcblk0: 59,6 GiB, 64021856256 bytes, 125042688 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: D048AD43-24FD-4DED-B06E-7BB8ED98158C | |
Device Start End Sectors Size Type | |
/dev/mmcblk0p1 24576 125042654 125018079 59,6G Linux filesystem | |
/dev/mmcblk0p2 2048 2303 256 128K Linux filesystem | |
/dev/mmcblk0p3 4096 4991 896 448K Linux filesystem | |
/dev/mmcblk0p4 6144 7295 1152 576K Linux filesystem | |
/dev/mmcblk0p5 8192 8319 128 64K Linux filesystem | |
/dev/mmcblk0p6 10240 10623 384 192K Linux filesystem | |
/dev/mmcblk0p7 12288 13439 1152 576K Linux filesystem | |
/dev/mmcblk0p8 14336 14463 128 64K Linux filesystem | |
/dev/mmcblk0p9 16384 17663 1280 640K Linux filesystem | |
/dev/mmcblk0p10 18432 19327 896 448K Linux filesystem | |
/dev/mmcblk0p11 20480 20735 256 128K Linux filesystem | |
/dev/mmcblk0p12 22528 22687 160 80K Linux filesystem | |
Partition table entries are not in disk order. | |
pirate@jetson-nano:~$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment