View Single Post
Posts: 2,802 | Thanked: 4,491 times | Joined on Nov 2007
#6
Originally Posted by lma View Post
I'm running an scp now but it estimates it's going to take another hour or so...
It's reached past the 2048MB point now and still going...

Originally Posted by pjscott View Post
/media/mmc1 $ ls -l
ls: ./In the Shadow of the Moon (Recorded Jul 16, 2009, TDCC).mpg: Value too large for defined data type
Looks like a busybox problem (built without LARGEFILE support). The Fremantle version is OK, so it seems pointless to file a bug at this stage :-/

I'm attaching an (earlier) Fremantle busybox binary built on Diablo, just in case it helps you. Do not put it in /bin, just somewhere where it can be executable and use it with an explicit path. For example:

Code:
scp busybox.gz root@<tablet>:
on your PC, and
Code:
# gunzip /root/busybox.gz
# chmod +x /root/busybox
# /root/busybox ls -l /media/mmc1
on the tablet.
Attached Files
File Type: gz busybox.gz (190.8 KB, 201 views)
 

The Following 2 Users Say Thank You to lma For This Useful Post: