Problem in rsync!!!

Tito farmatito at tiscali.it
Mon Jul 31 06:56:28 UTC 2006


On Monday 31 July 2006 08:37, Meenal Gupta, Noida wrote:
> 
> hello ,
> I have done the following things...........
> 1) Creating an empty file with a 320K size:
> 
>     dd if=/dev/zero of=rootfs.img bs=320k count=1
> 
> 2) Formating this file for the ext2 filesystem:
> 
>     mkfs.ext2 -i 1024 -F roots.img
> 
> 3) Then I have build busybox using uclbc..........
> 
> 4)Creating a mount point:
> 
>     mkdir /mnt/rootfs
> 
> 5) Mounting the root filesystem image:
> 
>     mount -o loop roots.img /mnt/rootfs
> 
> 6)Copying the busybox file structure into the mounted image:
> 
>     rsync -a busybox/_install/ /mnt/rootfs/
> 
> but after doing these i have stucked in the problem.............there
> exist an error i.e.

Maybe 

cp -dpR   busybox/_install/*        /mnt/rootfs/


> [root at localhost busybox-1.2.0]# rsync -a busybox/_install/ /mnt/rootfs
> link_stat busybox/_install/. : Not a directory
> rsync error: some files could not be transferred (code 23) at
> main.c(620)
> 
> please help me to remove this error.
> 
>  
> 
>  
> Regards,
> Meenal Gupta 

Ciao,
Tito



More information about the busybox mailing list