From d58c6dcd1f6870a3b7e4a6cfb6fadb5738d83a54 Mon Sep 17 00:00:00 2001 From: openoms Date: Mon, 31 Jan 2022 22:35:38 +0000 Subject: [PATCH] remove how to mount raw disk in VM --- alternative.platforms/README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/alternative.platforms/README.md b/alternative.platforms/README.md index 9e8c4339e..7605ef4cc 100644 --- a/alternative.platforms/README.md +++ b/alternative.platforms/README.md @@ -64,19 +64,6 @@ This makes that data portable and independent from the OS similar to the combina * create a raw image of 500+ GB for best compatibility * if there are permission issues try to symlink the disk image to `/var/lib/libvirt/images` -#### Mount a raw disk image on the host system to copy blockchain -* this is not necessary, but faster than to copy over the network -* from - - ``` - losetup /dev/loop0 VirtualMachineImage.raw - sudo apt install kpartx -y - kpartx -a /dev/loop0 - sudo mkdir /mnt/rawdisk - mount /dev/mapper/loop0p1 /mnt/rawdisk - ``` -* the guest data-drive will be available in `/mnt/rawdisk` ---- ## Armbian Many SBC-s are supported: https://www.armbian.com/download/