Advertisement
Guest User

partition table

a guest
Jan 27th, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. $ sudo dd if=/dev/sda bs=512|file
  2. /dev/stdin: x86 boot sector;
  3. partition 1: ID=0x7, active, starthead 32, startsector 2048, 3072000 sectors;
  4. partition 2: ID=0x7, starthead 89, startsector 3074048, 372736000 sectors;
  5. partition 3: ID=0x5, starthead 23, startsector 375810048, 564097024 sectors;
  6. partition 4: ID=0x7, starthead 254, startsector 939907072, 36864000 sectors, code offset 0x63
  7.  
  8. $ sudo fdisk -lu /dev/sda
  9.  
  10. Disk /dev/sda: 500.1 GB, 500107862016 bytes
  11. 255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
  12. Units = sectors of 1 * 512 = 512 bytes
  13. Sector size (logical/physical): 512 bytes / 4096 bytes
  14. I/O size (minimum/optimal): 4096 bytes / 4096 bytes
  15. Disk identifier: 0xc3bb14dd
  16.  
  17. Device Boot Start End Blocks Id System
  18. /dev/sda1 * 2048 3074047 1536000 7 HPFS/NTFS/exFAT
  19. /dev/sda2 3074048 375810047 186368000 7 HPFS/NTFS/exFAT
  20. /dev/sda3 375810048 939907071 282048512 5 Extended
  21. /dev/sda4 939907072 976771071 18432000 7 HPFS/NTFS/exFAT
  22. /dev/sda5 375812096 376342527 265216 83 Linux
  23. /dev/sda6 376342528 384727039 4192256 82 Linux swap / Solaris
  24. /dev/sda7 384729088 458129407 36700160 83 Linux
  25. /dev/sda8 458131456 531531775 36700160 83 Linux
  26. /dev/sda9 531533824 552505343 10485760 83 Linux
  27. /dev/sda10 552507392 939907071 193699840 83 Linux
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement