A50 storage mount point restore
症狀:突然間A50的/storage mount point不見了!! (簡單的說是3G多的內部儲存空間不能用了,導致Garmin地圖無法升級,無法使用…)
1. 首先,找一台/storage可以用的A50做storage filesystem的備份
dd if=/dev/block//vold/179:1 of=/sdcard/storage
2. 然後將備份檔案copy到sd卡上,並執行回復storage mount point的動作
dd if=/sdcard/storage of=/dev/block//vold/179:1
重開機之後,你就會發現storage mount point可以用了