Warning: require() [function.require]: open_basedir restriction in effect. File(/usr/local/php-spez-5.2.17/lib/php/geshi/geshi.php) is not within the allowed path(s): (/usr/local/php/lib/php/:/home/www/:/usr/bin/:/tmp:/usr/local/php52/lib/php/) in /home/www/web25/html/syswiki/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.class.php on line 376
Disk cloning – HS Syswiki

Disk cloning

Aus HS Syswiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „Category:ServerAdmin Category:Hardware {{note|ServerAdmin content. Please ignore and move.|error}} <syntaxhighlight lang="bash" style="font-size:9pt;"…“)
 
Zeile 13: Zeile 13:
 
watch -n30 'kill -USR1 $(pgrep ^dd)'
 
watch -n30 'kill -USR1 $(pgrep ^dd)'
 
</syntaxhighlight>
 
</syntaxhighlight>
 +
 +
== Links ==
 +
[[https://wiki.archlinux.org/index.php/Disk_Cloning ArchLinux: Disk cloning]]

Version vom 26. Juni 2014, 11:56 Uhr

ServerAdmin content. Please ignore and move.
# from physical disk SDA to SDB:
dd if=/dev/sda of=/dev/sdb bs=4096 conv=notrunc,noerror,sync
 
# from physical disk SDB to SDA:
dd if=/dev/sdb of=/dev/sda bs=4096 conv=notrunc,noerror,sync
 
# progress monitoring - needed open second session and exec following command (results are showen in sesstion with dd):
watch -n30 'kill -USR1 $(pgrep ^dd)'

Links

[ArchLinux: Disk cloning]

Meine Werkzeuge
Namensräume

Varianten
Aktionen
Navigation
Werkzeuge