|
RE: File size limit exceeded: msg#00005linux.file-systems.ntfs.user
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&kid=120709&bid=263057&dat=121642 |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Error during mount: 00005, Anton Altaparmakov |
|---|---|
| Next by Date: | RE: File size limit exceeded: 00005, GONZALEZ Joaquim (Marseille SICCRF) |
| Previous by Thread: | RE: File size limit exceededi: 00005, GONZALEZ Joaquim (Marseille SICCRF) |
| Next by Thread: | RE: File size limit exceeded: 00005, GONZALEZ Joaquim (Marseille SICCRF) |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |