Skip to content

Instantly share code, notes, and snippets.

@Ovis
Created March 22, 2020 16:45
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 Ovis/ee39dac0b008a484b4422f2aa9def9f3 to your computer and use it in GitHub Desktop.
Save Ovis/ee39dac0b008a484b4422f2aa9def9f3 to your computer and use it in GitHub Desktop.
RaspberryPi4 sudo fdisk -l
pi@raspberrypi:~ $ sudo fdisk -l
Disk /dev/ram0: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
(中略)
Disk /dev/mmcblk0: 14.5 GiB, 15582887936 bytes, 30435328 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: 0x738a4d67
Device Boot Start End Sectors Size Id Type
/dev/mmcblk0p1 8192 532479 524288 256M c W95 FAT32 (LBA)
/dev/mmcblk0p2 532480 30435327 29902848 14.3G 83 Linux
Disk /dev/sda: 28.7 GiB, 30765219840 bytes, 60088320 sectors
Disk model: Ultra Fit
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: 580847DA-A045-4A5D-ADE6-39BFD9230D2C
Device Start End Sectors Size Type
/dev/sda1 2048 60086271 60084224 28.7G Linux filesystem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment