i am currently porting icecream sandwich on pandaboard and facing problem while partitioning SD card. please suggest a solution to ocvercome this error.


I see...
Device           Mount point      Size
/dev/sda         none             152587MB
/dev/sda1        none             54MB
/dev/sda10       none             35840MB
/dev/sda11       /                10244MB
/dev/sda2        none             30725MB
/dev/sda3        none             120346MB
/dev/sda5        /media/_1        30725MB
/dev/sda6        /media/_home1    20481MB
/dev/sda7        none             2565MB
/dev/sda8        /media/DAC       10244MB
/dev/sda9        /media/DESD      10244MB
/dev/sdb         none             3780MB

Are you 100% sure, on selecting [/dev/sdb] (y/n)? y

bzip2: Compressed file ends unexpectedly;
    perhaps it is corrupted?  *Possible* reason follows.
bzip2: Inappropriate ioctl for device
    Input file = (stdin), output file = (stdout)

It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.

You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.

tar: Unexpected EOF in archive
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
Traceback (most recent call last):
  File "./linaro-image-tools/linaro-android-media-create", line 141, in <module>
    unpack_android_binary_tarball(args.system, SYSTEM_DIR)
  File "/opt/try/linaro-image-tools/linaro_image_tools/media_create/unpack_binary_tarball.py", line 27, in unpack_android_binary_tarball
    proc.wait()
  File "/opt/try/linaro-image-tools/linaro_image_tools/cmd_runner.py", line 100, in wait
    raise SubcommandNonZeroReturnValue(self._my_args, returncode)
linaro_image_tools.cmd_runner.SubcommandNonZeroReturnValue: Sub process "['sudo', '-E', 'tar', '--numeric-owner', '-C', '/tmp/tmpCtNKd8/system', '-jxf', 'system.tar.bz2']" returned a non-zero value: 2