Advertisement
Guest User

Untitled

a guest
Jul 20th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. blkid command from linux shell:
  2.  
  3. /dev/block/mmcblk1p9: UUID="CC3C-9AE3"
  4. /dev/block/mmcblk1p8: UUID="15cbcb20-40a6-4b85-b40c-3362ad4192b1"
  5. /dev/block/mmcblk1p7: UUID="4d791aca-5741-45d9-9db0-fe9a05d29325"
  6. /dev/mmcblk1p9: UUID="CC3C-9AE3"
  7. /dev/mmcblk1p8: UUID="15cbcb20-40a6-4b85-b40c-3362ad4192b1"
  8. /dev/mmcblk1p7: UUID="4d791aca-5741-45d9-9db0-fe9a05d29325"
  9.  
  10. mmc part from uboot env:
  11. => mmc part
  12.  
  13. Partition Map for MMC device 0 -- Partition Type: EFI
  14.  
  15. Part Start LBA End LBA Name
  16. Attributes
  17. Type GUID
  18. Partition GUID
  19. 1 0x00004000 0x00005fff "uboot"
  20. attrs: 0x0000000000000000
  21. type: b6670000-0000-466b-8000-426d0000047a
  22. guid: 19060000-0000-4658-8000-0ea500002a81
  23. 2 0x00006000 0x00007fff "trust"
  24. attrs: 0x0000000000000000
  25. type: 54360000-0000-4771-8000-0a3a00005846
  26. guid: c10c0000-0000-4245-8000-062500007591
  27. 3 0x00008000 0x00009fff "misc"
  28. attrs: 0x0000000000000000
  29. type: f86b0000-0000-4f27-8000-4a9f0000556b
  30. guid: d4530000-0000-497e-8000-65220000021e
  31. 4 0x0000a000 0x00019fff "boot"
  32. attrs: 0x0000000000000000
  33. type: 6c350000-0000-470f-8000-7c6600001533
  34. guid: 193d0000-0000-4455-8000-186400007c72
  35. 5 0x0001a000 0x00029fff "recovery"
  36. attrs: 0x0000000000000000
  37. type: 76280000-0000-484b-8000-7a55000054e4
  38. guid: 5a0f0000-0000-4b41-8000-6bb2000031d3
  39. 6 0x0002a000 0x00039fff "backup"
  40. attrs: 0x0000000000000000
  41. type: df3b0000-0000-4725-8000-0735000074c7
  42. guid: 5d730000-0000-465a-8000-12d50000158a
  43. 7 0x0003a000 0x00059fff "oem"
  44. attrs: 0x0000000000000000
  45. type: 6e4a0000-0000-4f07-8000-46cd00007824
  46. guid: eb750000-0000-4c60-8000-239600003ddf
  47. 8 0x0005a000 0x00159fff "rootfs"
  48. attrs: 0x0000000000000000
  49. type: ed140000-0000-4701-8000-3fe700000b43
  50. guid: 614e0000-0000-4b53-8000-1d28000054a9
  51. 9 0x0015a000 0x01d59fde "userdata"
  52. attrs: 0x0000000000000000
  53. type: 223d0000-0000-4648-8000-5f4900007a6b
  54. guid: c8000000-0000-4d5c-8000-4f0c00006e82
  55. =>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement