Donny9 opened a new pull request #865:
URL: https://github.com/apache/incubator-nuttx-apps/pull/865


   ## Summary
   fsutils: support mkmbr and mkgpt to format mbr and gpt pratition
   reference:
   https://en.wikipedia.org/wiki/GUID_Partition_Table
   https://en.wikipedia.org/wiki/Master_boot_record
   
   example:
   create mbr partition:
   mkmbr /dev/mmcsd0 2 1024 1028 1024 2050 auto
   
   create gpt partition:
   mkgpt write /dev/mmcsd0 p1:10G p2:2G p3:1G p4:4G p5:8G p6:1G p7:1G
   read gpt partition:
   mkgpt read /dev/mmcsd0
   
   ## Impact
   support format mbr and gpt partition.
   ## Testing
   local test.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to