nodesign / weio

weio
http://we-io.net
128 stars 35 forks source link

Filename truncated on FAT SD card and usb flash #261

Closed ks156 closed 8 years ago

ks156 commented 8 years ago

In some case (depending on the way the removable device is formatted), SD cards and USB Flash drives are not usable. This is due to some missing native langage modules in the kernel.

(ref @jsiobj / http://we-io.net/forum/viewtopic.php?f=2&t=775)

jsiobj commented 8 years ago

@ks156 : Just tried the image provided in #258 and now SD and USB are properly mounted as vfat :-)

/dev/sda1 on /weioUser/sd type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)

Thanks !

ks156 commented 8 years ago

Thank you for this confirmation @jsiobj !

ks156 commented 8 years ago

Merged and will be added on v1.3

ementi commented 8 years ago

So with the new weio_recovery.bin Paul sent me, my SD Card works now perfectly fine. I have access to the Python files and to the html files with longer names too. Thank you for your support.

ks156 commented 8 years ago

@ementi : Thanks for your feedback !