summaryrefslogtreecommitdiff
path: root/draft/other-tools/to-see.txt
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2017-05-05 11:28:51 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2017-05-05 11:28:51 +0200
commit604f3d64764270c052cfb43081ec522237bbdb75 (patch)
treeb3db80e35399412693c7a986b3021435b2914fe4 /draft/other-tools/to-see.txt
parentf7f175cb29192682f3ece9479f24a40672a3d74d (diff)
downloadeficast-604f3d64764270c052cfb43081ec522237bbdb75.tar.gz
eficast-604f3d64764270c052cfb43081ec522237bbdb75.tar.bz2
eficast-604f3d64764270c052cfb43081ec522237bbdb75.zip
Massive add for all draft stuff to keep it in sync
Diffstat (limited to 'draft/other-tools/to-see.txt')
-rw-r--r--draft/other-tools/to-see.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/draft/other-tools/to-see.txt b/draft/other-tools/to-see.txt
new file mode 100644
index 0000000..926e036
--- /dev/null
+++ b/draft/other-tools/to-see.txt
@@ -0,0 +1,14 @@
+
+http://www.drbl-winroll.org/
+https://wiki.archlinux.org/index.php/Fdisk
+sfdisk -d /dev/sda > sda.dump
+sfdisk /dev/sda < sda.dump
+
+sgdisk -b=sgdisk-sda.bak
+sgdisk -l=sgdisk-sda.bak
+
+If both drives will be in the same computer, you need to randomize the GUID's:
+# sgdisk -G /dev/sdc
+
+
+