merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 15 Dec 2010 11:56:03 +0200
changeset 756 3685bf101270
parent 751 a74523fe75e7 (current diff)
parent 754 1fed660348c4 (diff)
child 757 a23391cb0144
merged
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/partition.rst	Wed Dec 15 11:56:03 2010 +0200
@@ -0,0 +1,22 @@
+-*- mode: outline; coding: utf-8; fill-column: 80 -*-
+
+* Backup mbr.
+
+  $ dd if=/dev/hda of=boot.mbr bs=512 count=1
+
+* Restore backuped mbr:
+
+  $ sudo of=boot.mbr if=/dev/hda bs=512 count=1
+
+* Backup PC partition table.
+
+  $ sfdisk -d /dev/sda >partition.tbl
+
+* Restore PC partition table.
+
+  $ sfdisk /dev/sdb <partition.tbl
+
+* Move PC partition table from on dist to another.
+
+  $ sfdisk -d /dev/sda | sfdisk /dev/sdb
+
--- a/windows-devel.rst	Tue Dec 14 23:46:44 2010 +0200
+++ b/windows-devel.rst	Wed Dec 15 11:56:03 2010 +0200
@@ -92,6 +92,10 @@
 
 * Cabinet file (.cab).
 
+Extract content from .cab file:
+
+  cmd# expand my.cab
+
   http://support.microsoft.com/kb/198038
                 INFO: Useful Tools for Package and Deployment Issues
   http://msdn.microsoft.com/en-us/library/aa367841%28VS.85%29.aspx
--- a/windows.rst	Tue Dec 14 23:46:44 2010 +0200
+++ b/windows.rst	Wed Dec 15 11:56:03 2010 +0200
@@ -17,7 +17,7 @@
 
 * Windows update.
 
-To find updates and drivers visit (подлинность Windows not checked):
+To find updates and drivers visit (подлинность Windows not checked):
 
   http://catalog.update.microsoft.com/