Skip to main content

Sandisk Ultra MicroSD 32G 故障

Note:

  • 行車紀錄器的Sandisk Ultra MicroSD 32G 壞掉了,使用了大概兩年,
    故障原因是會顯示不能錄影,即使重新格式化也不行,系統會當住不動。
  • 把記憶卡拿回來測試,先上網查了序號是不是真貨,可以登記序號應該是真的,在保固內應該可以換新。
  • 拿到Windows 10 電腦讀取,檔案總管也是卡住讀取中不能顯示,磁碟管理也是一樣。
  • 使用 HD Tune 測試結果如下:

Transfer Rate 傳輸速度都非常非常慢 0.1 MB/sec 左右,下面有測試正常的數據應該 12 ~ 19 MB/sec 之間。
Access Time 存取速度也很慢 393.6 ms, 正常應該 0.6 ms 左右。
Burst Rate 則是沒有數據。
Error Scan 區塊掃描幾乎都Damage壞掉紅色的,只有一小塊是Ok好的。
下面有另一張正常卡的測試數據做對照。





Reference 參考資料:

HD Tune website

其他儲存 - 來測試手上Micro SD記憶卡速度~也請網友提供測試結果 - 電腦討論區 - Mobile01








HD Tune 2.55 - Sandisk 32G 壞掉的


HD Tune: Mass    Storage - Device Benchmark
Transfer Rate Minimum : 0.1 MB/sec
Transfer Rate Maximum : 0.2 MB/sec
Transfer Rate Average : 0.1 MB/sec
Access Time           : 393.6 ms
Burst Rate            :
CPU Usage             : 6.2%





Error Scan 區塊掃描


HD Tune: Mass    Storage Device - Information
Firmware version : 1.00
Serial number    :
Capacity         : 28.8 GB (~30.9 GB)
Buffer size      : n/a
Standard         :
Supported mode   :
Current mode     :

S.M.A.R.T                    : no
48-bit Address               : no
Read Look-Ahead              : no
Write Cache                  : no
Host Protected Area          : no
Device Configuration Overlay : no
Automatic Acoustic Management: no
Power Management             : no
Advanced Power Management    : no
Power-up in Standby          : no
Security Mode                : no
Firmware Upgradable          : no

Partition     : 1
Drive letter  :
Label         :
Capacity      : 29472 MB
Usage         : 0.00%
Type          : FAT32
Bootable      : No


HD Tune: Mass    Storage Device - Health
ID       Current Worst    ThresholdData Status   
Power On Time         : n/a
Health Status         : n/a


HD Tune: Mass    Storage Device Error Scan
Scanned data   : 29464 MB
Damaged Blocks : 100.0 %
Elapsed Time   : 5:00





-------------------------------------------------------------------------------------------------------------



HD Tune 2.55 - Sandisk 32G 正常的


HD Tune: Mass    Storage Device Benchmark

Transfer Rate Minimum : 12.6 MB/sec
Transfer Rate Maximum : 18.6 MB/sec
Transfer Rate Average : 16.4 MB/sec
Access Time           : 0.6 ms
Burst Rate            : 14.2 MB/sec
CPU Usage             : 14.9%



Error Scan 區塊掃描

HD Tune: Mass    Storage Device Information
Firmware version : 1.00
Serial number    :
Capacity         : 29.7 GB (~31.9 GB)
Buffer size      : n/a
Standard         :
Supported mode   :
Current mode     :

S.M.A.R.T                    : no
48-bit Address               : no
Read Look-Ahead              : no
Write Cache                  : no
Host Protected Area          : no
Device Configuration Overlay : no
Automatic Acoustic Management: no
Power Management             : no
Advanced Power Management    : no
Power-up in Standby          : no
Security Mode                : no
Firmware Upgradable          : no

Partition     : 1
Drive letter  :
Label         :
Capacity      : 30436 MB
Usage         : 0.00%
Type          : FAT32
Bootable      : Yes

HD Tune: Mass    Storage Device Health
ID       Current Worst    ThresholdData Status   
Power On Time         : n/a
Health Status         : n/a


HD Tune: Mass    Storage Device Error Scan
Scanned data   : 30424 MB
Damaged Blocks : 0.0 %
Elapsed Time   : 32:44

Comments

Popular posts from this blog

KSB037 Motor Board 馬達板擴充積木

KSB037 Motor Board 馬達板擴充積木 key: makeblock,microbit,motor Description 說明: 使用 KSB037 Motor Board 馬達板擴充積木 https://github.com/edisonchiu/pxt-motor-KSB037 History v0.1 來源版本 https://github.com/lioujj/KSB037 v0.2 修正字串錯誤 Step 步驟: 1. Makeblock -> Advanced -> Add Package 2. 在 Search or enter project URL… 輸入擴充積木網址,      https://github.com/edisonchiu/pxt-motor-KSB037 3. 按下搜尋會出現擴充積木,按下去新增擴充積木 4. 積木區就會出現新的積木可以用了。 KSB037 馬達擴充板 擴充積木測試程式 KSB037_CustomBlock_Test 目的說明: 按下按鈕可以測試馬達和板子是否正常運作 注意事項: 馬達擴充板 外接馬達需要外接電源,且電源開關需要開啟。 馬達擴充板 指撥開關 2,3,4,5 需要在 ON 的狀態。 功能說明: 按 A 左邊馬達往前全速(1023)運轉。 按 B 右邊馬達往前全速(1023)運轉。 按 A+B 兩邊邊馬達同時往前全速(1023)運轉。 以上皆非則馬達停止顯示中心一個點。 micro:bit - KSB037 Motor Simple Test (JavaScript) Source Code 源碼如下:

Image Decoder - Grasshopper

  Image Decoder Details 詳細解說: // 宣告變數 img, 型態自動依初始值設為字串 // 設定初始值為存放影像編碼 var img = "ewvveewvvw wiiwiiw webbwbbew weeggweggw ewyyewyyew woowoowe wrreewrrw"; 程式一開始宣告變數 img 存放影像編碼,影像編碼內穿插了 ‘e’ 這個字元符號,這個多餘的字元符號可以是任何沒有使用到的字元都可以替代,例如使用 ‘x’,或是使用兩種以上都可以,不過程式解碼時要記得都要濾掉。 這些多餘的字元符號把原來的圖案弄亂,所以可以讓不知道解碼的人看不出來是什麼圖案。如果我們收到知道如何解碼,可以把 'e' 字元符號去掉(Filter out 'e’),就可以看到原來的圖案了 IMAGE DATA // 原來要顯示的圖樣 空白字元表示換行 var img =      "wvvwvvw wiiwiiw wbbwbbw wggwggw wyywyyw woowoow wrrwrrw" IMAGE DATA ENCODE // 影像編碼內穿插了 ‘e’ 這個字元符號,把原來的圖案弄亂 var img = "ewvveewvvw wiiwiiw webbwbbew weeggweggw ewyyewyyew woowoowe wrreewrrw" // 解碼部分,依序判斷陣列中的字元不為’e’ 則畫出編碼內容方塊 for (var letter of img) {   if (letter !== ‘e’) {     drawBoxes(letter);   } } // 將變數 img 印出,  print(img); 因為我們並沒有改變 img 內容,所以 img 內容仍是含有 ’e’ 字元未解碼的狀態  YOUR CODE // 宣告變數 img, 型態自動依初始值設為字串 // 設定初始值為存放影像編碼 var img = "ewvveewvvw wiiwiiw webbwbbew weeggweggw ewyyewyyew woo...

Maze - Blockly Games

Blockly Games : Maze 1 Question 問題: Solution 解答: moveForward(); moveForward(); Blockly Games : Maze 2 Question 問題: Solution 解答: moveForward(); turnLeft(); moveForward(); turnRight(); moveForward(); Blockly Games : Maze 3 Question 問題: Solution 解答: while (notDone()) {   moveForward(); } Blockly Games : Maze 4 Question 問題: Solution 解答: while (notDone()) {   moveForward();   turnLeft();   moveForward();   turnRight(); } Blockly Games : Maze 5 Question 問題: Solution 解答: moveForward(); moveForward(); turnLeft(); while (notDone()) {   moveForward(); } Blockly Games : Maze 6 Question 問題: Solution 解答: while (notDone()) {   moveForward();   if (isPathLeft()) {     turnLeft();   } } Blockly Games : Maze 7 Question 問題: Solution 解答: ...