=> part --help
part - disk partition related commands

Usage:
part uuid <interface> <dev>:<part>
- print partition UUID
part uuid <interface> <dev>:<part> <varname>
- set environment variable to partition UUID
part list <interface> <dev>
- print a device's partition table
part list <interface> <dev> [flags] <varname>
- set environment variable to the list of partitions
flags can be -bootable (list only bootable partitions)
part start <interface> <dev> <part> <varname>
- set environment variable to the start of the partition (in blocks)
part size <interface> <dev> <part> <varname>
- set environment variable to the size of the partition (in blocks)

 

=> part list mmc 1

Partition Map for MMC device 1 -- Partition Type: DOS

Part Start Sector Num Sectors UUID Type
1 2048 7403520 ee7bb639-01 83

相关文章:

  • 2021-08-20
  • 2021-09-15
  • 2021-07-21
  • 2021-10-18
  • 2021-07-26
  • 2022-01-10
  • 2022-02-08
  • 2021-09-24
猜你喜欢
  • 2022-12-23
  • 2021-12-02
  • 2021-11-22
  • 2021-08-07
  • 2022-02-02
  • 2022-12-23
  • 2021-08-10
相关资源
相似解决方案