pi3-aoe

ATA over Ethernet setup for Raspberry Pi 3
git clone https://git.parazyd.org/pi3-aoe
Log | Files | Refs | README

commit b2fa98de8a1fc887bce0c06a0fb0dac59882e9b0
parent 48f31a0277552f8d8680edf6eac6fe0bbeef2590
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 28 Jan 2021 12:20:45 +0100

README: Unmount and remove.

Diffstat:
MREADME.md | 11++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -32,5 +32,14 @@ Build steps * Install ``` -sudo make DESTDIR="$PWD/mnt" install +; sudo make DESTDIR="$PWD/mnt" install ``` + +* Unmount and remove + +``` +; sudo partx -dv "$loopdevice" +; sudo losetup -d "$loopdevice" +``` + +Now you're ready to dd.