Last active
November 25, 2019 13:45
-
-
Save drexlma/9dc6a2501f33df11b31d789641f7fc41 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo dd if=/dev/sdb of=./sdb.raw | |
VBoxManage convertdd sdb.raw sdb.vdi --format VDI | |
$ VBoxManage clonehd sdb.vdi sdb.raw --format RAW | |
sudo dd if=./sdb.raw of=/dev/sdb | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment