Skip to content

Instantly share code, notes, and snippets.

@bradfa
Created May 13, 2013 12:20
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 bradfa/5567922 to your computer and use it in GitHub Desktop.
Save bradfa/5567922 to your computer and use it in GitHub Desktop.
fdisk -l for Guenter
andrew@brick:/tmp$ sudo fdisk -l /dev/sdc
Disk /dev/sdc: 7948 MB, 7948206080 bytes
32 heads, 32 sectors/track, 15160 cylinders
Units = cylinders of 1024 * 512 = 524288 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/sdc1 * 49 96 24576 c W95 FAT32 (LBA)
/dev/sdc2 97 15160 7712768 83 Linux
@bradfa
Copy link
Author

bradfa commented May 13, 2013

fdisk counts cylinders from 1, not from 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment