Child pages
  • Physical storage device (HDD, SDD) partitions

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The partition size shown by fdisk (in 1024 bytes Blocks) is rounded; if an exact partition size is required it can be calculated by End - Start + 1 (fdisk shows End and Start in sectors). For example:

Code Block
root@CW8:~# fdisk -l /dev/sdb 
[snip] 
Device Boot Start End Blocks Id System 
[snip] 
/dev/sdb7 1224268508 1250261614 12996553+ 83 Linux

...