Thank you for this explanation
I probe this method imediatly !
Best regard
Joaquin
-----Message d'origine-----
De : Anton Altaparmakov [mailto:aia21 hermes.cam.ac.uk]De la part
de
Anton Altaparmakov
Envoyé : mardi 23 mai 2006 10:12
À : GONZALEZ Joaquim (Marseille SICCRF)
Cc : linux-ntfs-user lists.sourceforge.net
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
> Windows (NTFS or FAT)... What obliges to create
partitions ext2 for
> example?
Of course it is possible. Just split up the image into
multiple
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
size...
Then to restore the fragments:
cat windows.img* | ntfsclone --restore-image -O /dev/sda1 -
Best regards,
Anton
--
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/
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web
services, security?
Get stuff done quickly with pre-integrated technology to
make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on
Apache Geronimo
http:
//sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&
amp;3057&dat1642
_______________________________________________
Linux-NTFS-User mailing list
Linux-NTFS-User lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-n
tfs-user
|