ソースを参照

microsd device name for performance check

Bob Mottram 6 年 前
コミット
b2542e385c
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2
    2
      src/freedombone-controlpanel

+ 2
- 2
src/freedombone-controlpanel ファイルの表示

@@ -1812,8 +1812,8 @@ function performance_benchmarks {
1812 1812
     fi
1813 1813
 
1814 1814
     test_drive=/dev/sda1
1815
-    if [ -f /dev/mmcblk0 ]; then
1816
-        test_drive=/dev/mmcblk0
1815
+    if [ -f /dev/mmcblk0p2 ]; then
1816
+        test_drive=/dev/mmcblk0p2
1817 1817
     fi
1818 1818
     echo ''
1819 1819
     echo $"Testing read speed of drive $test_drive"