Christopher Boyce wrote:
>
> Hi,
>
> I have an issue with a multipart save disk that I have unable to
> restore and was wondering if the DRBL/Clonezilla community can help.
> An image has been taken using Clonezilla, via DRBL, with the q2 option
> and to use dd. When it came to the save disk option for multiple
> volume files was used and 2000 set. Now I have 31 dd-img files with
> the suffix aa-be plus a number of smaller files. When I try to do a
> restore the folder these files are found in is not listed. I’ve
> attempted to put the img files together with cat using information
> found on the forums and documentation with no success. Using the
> command file ./had1.dd-img.aa tells me it is a gzip archive but when I
> do the same on hda2.dd-img-ab it says data. Is there anyway I can get
> these files back together to do a restore?
>
I believe there is no gzip headers in hda2.dd-img.ab, since hda2.dd-img
is gzipped then split. You can:
cat dir/hda2.dd-img.* | gzip -d -c > hda2.dd
to get the original raw partition data.

Steven.
>
> Thanks in advance,
>
> [...@fed SXJXC-Copy]# ls -l
>
> total 59628844
>
> hda1.dd-img.aa
>
> hda2.dd-img.ab
>
> hda2.dd-img.ac
>
> hda2.dd-img.ad
>
> hda2.dd-img.ae
>
> hda2.dd-img.af
>
> hda2.dd-img.ag
>
> hda2.dd-img.ah
>
> hda2.dd-img.ai
>
> hda2.dd-img.aj
>
> hda2.dd-img.ak
>
> hda2.dd-img.al
>
> hda2.dd-img.am
>
> hda2.dd-img.an
>
> hda2.dd-img.ao
>
> hda2.dd-img.ap
>
> hda2.dd-img.aq
>
> hda2.dd-img.ar
>
> hda2.dd-img.as
>
> hda2.dd-img.at
>
> hda2.dd-img.au
>
> hda2.dd-img.av
>
> hda2.dd-img.aw
>
> hda2.dd-img.ax
>
> hda2.dd-img.ay
>
> hda2.dd-img.az
>
> hda2.dd-img.ba
>
> hda2.dd-img.bb
>
> hda2.dd-img.bc
>
> hda2.dd-img.bd
>
> hda2.dd-img.be
>
> 0 2010-02-10 10:31 hda2-size
>
> 37 2009-12-08 13:42 hda-chs.sf
>
> 31744 2009-12-08 13:42 hda-hidden-data-after-mbr
>
> 512 2010-02-10 10:52 hda-mbr
>
> 329 2009-12-08 13:42 hda-pt.parted
>
> 259 2009-12-08 13:42 hda-pt.sf
>
> Some reference links used
>
> http://drbl.sourceforge.net/faq/fine-print.php?path=./2_System/68_manually_partclone_restore.faq#68_manually_partclone_restore.faq
>
> http://sourceforge.net/projects/clonezilla/forums/forum/394751/topic/3260187
>
> ------------------------------------------------------------------------
>
> This email is sent on behalf of Northgate Information Solutions
> Limited and its associated companies ("Northgate") and is strictly
> confidential and intended solely for the addressee(s).
>
> If you are not the intended recipient of this email you must: (i) not
> disclose, copy or distribute its contents to any other person nor use
> its contents in any way or you may be acting unlawfully; (ii) contact
> Northgate immediately on +44 (0)1442 232424 quoting the name of the
> sender and the addressee then delete it from your system.
>
> Northgate has taken reasonable precautions to ensure that no viruses
> are contained in this email, but does not accept any responsibility
> once this email has been transmitted. You should scan attachments (if
> any) for viruses.
>
> Northgate Information Solutions Limited. Registered in England no.
> 06442582 - Northgate Information Solutions UK Limited. Registered in
> England no. 968498 - NorthgateArinso UK Limited. Registered in England
> no. 1587537 - Moorepay Limited. Registered in England no. 891686 -
> First Business Support Limited. Registered in England no. 3056267 -
> Registered Office: Peoplebuilding 2, Peoplebuilding Estate, Maylands
> Avenue, Hemel Hempstead, Hertfordshire HP2 4NW
>
> Northgate Managed Services Limited (NI). Registered in Northern
> Ireland no. NI032979 - LearnServe Limited (NI). Registered in Northern
> Ireland no. NI043825 Registered Office: Hillview House, 61 Church
> Road, Newtownabbey, Co. Antrim, BT36 7LQ
>
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------
>
> ------------------------------------------------------------------------------
> SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
> Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
> http://p.sf.net/sfu/solaris-dev2dev
> ------------------------------------------------------------------------
>
> _______________________________________________
> Clonezilla-live mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/clonezilla-live
>   

-- 
Steven Shiau <steven _at_ nchc org tw> <steven _at_ stevenshiau org>
National Center for High-performance Computing, Taiwan. http://www.nchc.org.tw
Public Key Server PGP Key ID: 1024D/9762755A
Fingerprint: A2A1 08B7 C22C 3D06 34DB  F4BC 08B3 E3D7 9762 755A


------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
_______________________________________________
Clonezilla-live mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clonezilla-live

Reply via email to