Did you check if your USB drive is mounted read-write? I had the same problem, and discovered it was mounted read only.
To check, log into the Touch with SSH (on Windows: Use Putty.exe, on Mac type "ssh -l root", default password is "1234" ) and type "mount". You should see a line like /dev/sda1 on /media/sda1 type vfat (ro,fmask=0022,dmask=0022,allow_utime=177777,codepage=cp437,iocharset=iso8859-1) In above line, the "ro" means "read only" -- so that's not OK...
_______________________________________________ Touch mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/touch
