Yes, with this command the save/restore of ntfsclone runs perfectly in a =
partition fat32
Thank you
Joaquin
-----Message d'origine-----
De : Anton Altaparmakov [mailto:ai...@he...]De la part de
Anton Altaparmakov
Envoy=E9 : mardi 23 mai 2006 10:12
=C0 : GONZALEZ Joaquim (Marseille SICCRF)
Cc : lin...@li...
Objet : RE: [Linux-NTFS-User] File size limit exceeded
On Mon, 22 May 2006, GONZALEZ Joaquim (Marseille SICCRF) wrote:
> So, it's impossible to save images of partitions NTFS on partitions=20
> Windows (NTFS or FAT)... What obliges to create partitions ext2 for=20
> example?
Of course it is possible. Just split up the image into multiple=20
fragments, e.g. like so:
ntfsclone --save-image -o - /dev/sda1 | split -a -b 4000m -d - =
windows.img
That will create windows.img000, windows.img001, etc each of 4000MiB in=20
size...
Then to restore the fragments:
cat windows.img* | ntfsclone --restore-image -O /dev/sda1 -
Best regards,
Anton
--=20
Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @)
Unix Support, Computing Service, University of Cambridge, CB2 3QH, UK
Linux NTFS maintainer, http://www.linux-ntfs.org/
|