/******************************************************************************** * FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck. * 說明: * 系統更新的時候遇到這個錯誤,記錄一下處理步驟,其原因是我自己把其umount了 * 導致的問題。 * * 2017-3-3 深圳 南山平山村 曾劍鋒 ********************************************************************************/ 一、參考文檔: 1. Raspberry Pi常見問題 http://www.alsrobot.cn/wiki/index.php/Raspberry_Pi%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 2. 解決樹莓派Archlinux的Volume was not properly unmounted問題 http://www.tuicool.com/articles/U3A3Ubf 二、重新掛載: 1. mount /dev/mmcblk0p1 /mnt || mount -o remount,rw / 2. 如上就能重新掛載上,其原因是我自己把其umount了導致的問題。