Everything seemed OK the first time I ran it except when it asked for the partition size I made it too big by mistake & the sketch stopped as it should have.
However, now when I try to run it, is stops with the error message that card can't be found.
I looked further & the sketch is expecting to see the card as sda1. But when I ssh into the YUN, I see that it has it as sda2.
Solved it - the SD card was formatted as FAT32 on a windows PC. I re-formatted it as NTFS on a Linux machine & then the YUN saw it at sda1. I would asume formatting as NTFS on a windows machine would be the same.
diver999:
Solved it - the SD card was formatted as FAT32 on a windows PC. I re-formatted it as NTFS on a Linux machine & then the YUN saw it at sda1. I would asume formatting as NTFS on a windows machine would be the same.
@diver999,
could you mark this thread [SOLVED] in the subject line.
diver999:
Solved it - the SD card was formatted as FAT32 on a windows PC. I re-formatted it as NTFS on a Linux machine & then the YUN saw it at sda1. I would asume formatting as NTFS on a windows machine would be the same.
My SD card formatted as FAT32 (using the Linux program gparted) appears as sda1.
Yun supports both FAT32 as well as NTFS as file system.
opkg update
opkg list |grep kmod-fs-ntfs
kmod-fs-ntfs - 3.3.8-1 - Kernel module for NTFS filesystem support
opkg list |grep kmod-fs-vfat
kmod-fs-vfat - 3.3.8-1 - Kernel module for VFAT filesystem support