Problem in rsync!!!

Meenal Gupta, Noida gdmeenal at hcl.in
Mon Jul 31 06:37:07 UTC 2006


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.

[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 
 
 
Upgrade your email with thousands of emoticons for free
<http://www.mailskinner.com/?grpid=35> 
 <http://www.mailskinner.com/advert.gif> 


DISCLAIMER:
-----------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. 
It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in 
this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates. 
Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of 
this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have 
received this email in error please delete it and notify the sender immediately. Before opening any mail and 
attachments please check them for viruses and defect.

-----------------------------------------------------------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.busybox.net/pipermail/busybox/attachments/20060731/ab9d0999/attachment-0002.htm 


More information about the busybox mailing list