Это старая версия документа.



Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/inc/parser/handler.php on line 1458

Warning: Declaration of syntax_plugin_tablecalc::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/lib/plugins/tablecalc/syntax.php on line 41

Warning: Declaration of syntax_plugin_tablecalc::render($mode, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/lib/plugins/tablecalc/syntax.php on line 72

Warning: Declaration of syntax_plugin_offline::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/lib/plugins/offline/syntax.php on line 60

Warning: Declaration of syntax_plugin_offline::render($format, &$renderer, $data) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/lib/plugins/offline/syntax.php on line 67

Warning: preg_match(): Compilation failed: invalid range in character class at offset 3416 in /home/users/p/prom-auto/domains/prom-auto.ru/wiki/inc/parser/lexer.php on line 118
A PCRE internal error occured. This might be caused by a faulty plugin

====== Clone HDD or flash disks ====== ===== Copying one partition ===== The image created may be too large for your hard drive:\\ ''dd if=/dev/sda of=hdd.img'' Clone the image back onto another drive:\\ ''dd if=hdd.img of=/dev/sda'' ===== Copying MBR ===== MBR Total Size = 446 + 64 + 2 = 512 * 446 bytes - Bootstrap. * 64 bytes - Partition table. * 2 bytes - Signature. 512 vs 446 Bytes: * Use 446 bytes to overwrite or restore your /dev/XYZ MBR boot code only with the contents of $mbr.backup.file. * Use 512 bytes to overwrite or restore your /dev/XYZ the full MBR (which contains both boot code and the drive's partition table) with the contents of $mbr.backup.file. **dd command to copy MBR (identically sized partitions only)** Type dd command as follows: ''dd if=/dev/sda of=/dev/sdb bs=512 count=1'' Above command will copy 512 bytes (MBR) from sda to sdb disk. This will only work if both discs have identically sized partitions. **dd command for two discs with different size partitions** ''dd if=/dev/sda of=/tmp/mbrsda.bak bs=512 count=1'' Now to restore the image to any sdb: ''dd if=/tmp/mbrsda.bak of=/dev/sdb bs=446 count=1''

dev/ubuntu/clonedisk.1366286245.txt.gz · Последние изменения: 2013/04/18 15:57 — jamis7005
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0