Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. ~ # cat /proc/partitions
  2. major minor #blocks name
  3.  
  4. 179 0 30539776 mmcblk0
  5. 179 1 12288 mmcblk0p1
  6. 179 2 8192 mmcblk0p2
  7. 179 3 665600 mmcblk0p3
  8. 179 4 16384 mmcblk0p4
  9. 179 5 453632 mmcblk0p5
  10. 179 6 512 mmcblk0p6
  11. 179 7 10240 mmcblk0p7
  12. 179 8 5120 mmcblk0p8
  13. 179 9 512 mmcblk0p9
  14. 179 10 29359104 mmcblk0p10
  15. 179 32 2048 mmcblk0boot1
  16. 179 16 2048 mmcblk0boot0
  17. ~ # fdisk /dev/block/mmcblk0p10
  18.  
  19. The number of cylinders for this disk is set to 917472.
  20. There is nothing wrong with that, but this is larger than 1024,
  21. and could in certain setups cause problems with:
  22. 1) software that runs at boot time (e.g., old versions of LILO)
  23. 2) booting and partitioning software from other OSs
  24. (e.g., DOS FDISK, OS/2 FDISK)
  25.  
  26. Command (m for help): p
  27.  
  28. Disk /dev/block/mmcblk0p10: 30.0 GB, 30063722496 bytes
  29. 4 heads, 16 sectors/track, 917472 cylinders
  30. Units = cylinders of 64 * 512 = 32768 bytes
  31.  
  32. Device Boot Start End Blocks Id System
  33. /dev/block/mmcblk0p10p1 * 33 1312 40960 83 Linux
  34. Partition 1 does not end on cylinder boundary
  35. /dev/block/mmcblk0p10p2 1313 27136 826368 83 Linux
  36. Partition 2 does not end on cylinder boundary
  37.  
  38. Command (m for help):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement