Skip to content

Instantly share code, notes, and snippets.

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 DieterReuter/cf341160304ff28bc39ca5ea3b5efdba to your computer and use it in GitHub Desktop.
Save DieterReuter/cf341160304ff28bc39ca5ea3b5efdba to your computer and use it in GitHub Desktop.
NVIDIA Jetson Nano - list SD card partitions
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