pi3-aoe

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

commit de0ac793a5f2d7f137f20d27aff3e81d2df3e8ca
parent bfbe62136264c5cebe4c2992633a652ba9487754
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 28 Jan 2021 12:31:43 +0100

Note umount -R.

Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -38,6 +38,7 @@ Build steps * Unmount and remove ``` +; sudo umount -R mnt ; sudo partx -dv "$loopdevice" ; sudo losetup -d "$loopdevice" ```