You are here: Home Linux Misc Clonezilla
Search
Advanced Search…
E-Mail

Webmail: webmail.wyden.com

E-Mail Preferences: postfix.wyden.com/users

E-Mail Administration: postfix.wyden.com

Statistics
Total: 463
Total Pages: 284
Total Folders: 87
Total Files: 18
Total Links: 26
Last modification: 03.02.2012 16:00
 

Clonezilla

by Wyden Silvan last modified 26.11.2009 15:14

That's a nice software for cloning windows and linux clients

/opt/drb/sbin/dcs

ntfsclone

http://drbl.sourceforge.net/faq/fine-print.php?path=./2_System/43_read_ntfsimg_content.faq#43_read_ntfsimg_content.faq

-> ntfs images
cat /home/partimag/YOURIMAGE/hda1.ntfs-img.* | gzip -d -c | ntfsclone --restore-image -o OUTPUT.img
"-" ist für source = input
mount -o loop /file.img /mnt

https://sourceforge.net/forum/forum.php?forum_id=799287

zuerst in .gz umwandeln
gzip -d sda.ntfs.img.gz
ntfsclone --restore-image -o OUTPUTFILE.img INPUTFILE.img
mount -t ntfs -o loop OUTPUTFILE.img /mnt