You have to use something like 
cat myfile > /dev/mtdblock/1
because you don't have a filesystem mounted to that mtdblock I'm
assuming.  If there is a filesystem you would mount it then copy the
file to the mountpoint.
Kevin

On Fri, 2008-03-28 at 15:36 +0100, Joakim Tjernlund wrote:
> I just tried to "cp /dev/mtdblock1 myfile" and I got
> a copy of the mtdblock1 file, not the contents:
> > ls -l myfile 
> brw-r-----    1 root     root      31,   1 Mar 28 15:33 myfile
> 
> Someone also mentioned problems copy files from /proc that has a zero
> file size, i.e, it seemed like bb cp stats the file to get the size and
> the copies that many bytes. Files in /proc don't always report correct
> file size.
> 
> bb v1.7.3
> 
>  Jocke
> _______________________________________________
> busybox mailing list
> [email protected]
> http://busybox.net/cgi-bin/mailman/listinfo/busybox
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to