網頁

2017年3月10日 星期五

使用 SD卡 擴充 Arduino Yun 的儲存空間

參考 Auto-Expanding of your File System using Pivot Overlay

df -h
查詢 Filesystem 使用狀態

插入 SD卡 會顯示在 /mnt/sda1

執行 overlay-only -i 命令, 第一次執行會要求安裝 Fdisk
在執行一次 overlay-only -i 命令, 會顯示下列選項
1. Pivot Overlay on SDCard (Experimental)
2. Revert Pivot Overlay on SDCard (Experimental)
3. Format SDCard
4. Exit and reboot
0. Exit

若沒有安裝 overlay-only, 使用下列命令
wget https://raw.githubusercontent.com/linino/linino_distro/lininoIO/package/linino/yun-scripts/files/usr/bin/overlay-only
chmod +x overlay-only
mv overlay-only /usr/bin

注意:若是你已經擴充了你的檔案系統,並且你想要更新 Arduino Yun 板,執行下列步驟
- uninstall all programs;
- execute the Revert Pivot Overlay;

沒有留言:

張貼留言