Thank you @roadfun, we'll try to check free space before running it
Regarding performance, we observed similar performances. However, when running on the SD card the Yun could go much much faster
When configuring the SD card, we forced
writes to be in syncThis ensures that files
do not corrupt even if you suddenly unplug the yun while you're writing a file (or at least this reduces the changes that such a corruption may happen)
However, if you just run the following command
mount -o remount,async /dev/sda2
you'll see a great performance improvement (this is temporary: once you'll reboot, it will get back to "sync")
This is much more
unsecure as files may get corrupted or you may lose data if the yun loses power while writing on the SD card
It's a
trade-off and we chose with the conservative way as it is more secure and gives you a similar experience