project-machine / disko

Disk Operations API in Go
Apache License 2.0
13 stars 9 forks source link

modify: for mmcblk disk like Raspberry Pi #97

Closed xiaoweihong closed 3 years ago

xiaoweihong commented 3 years ago

for mmcblk disk like Raspberry Pi can use. root@ubuntu:/tmp# ls -l /sys/block/|grep mm lrwxrwxrwx 1 root root 0 Mar 3 13:56 mmcblk0 -> ../devices/platform/soc/3f202000.mmc/mmc_host/mmc0/mmc0:59b4/block/mmcblk0

codecov[bot] commented 3 years ago

Codecov Report

Merging #97 (0795d1c) into master (77e1f1a) will increase coverage by 0.05%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #97      +/-   ##
==========================================
+ Coverage   64.30%   64.36%   +0.05%     
==========================================
  Files          16       16              
  Lines        1706     1706              
==========================================
+ Hits         1097     1098       +1     
+ Misses        441      440       -1     
  Partials      168      168              
Impacted Files Coverage Δ
linux/disk.go 54.16% <0.00%> (ø)
linux/util.go 78.76% <0.00%> (+0.88%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 77e1f1a...0795d1c. Read the comment docs.