This is an old revision of AoE from 29.07.2019 17:42 edited by EvaggelosBalaskas.

ATA over Ethernet (AoE)


rmmod aoe
modprobe aoe
modprobe aoe aoe_iflist="eth0"

wget -c http://switch.dl.sourceforge.net/project/aoetools/vblade/20/vblade-20.tgz
tar zxvf vblade-20.tgz
cd vblade-20
make
make install

wget -c http://switch.dl.sourceforge.net/project/aoetools/aoetools/30/aoetools-30.tar.gz
tar zxvf aoetools-30.tar.gz
cd aoetools-30
make
make install

# Create Virtual Disk
dd if=/dev/zero of=virtualdisk bs=1024 count=1024000
losetup `losetup -f` virtualdisk

# losetup `losetup -f` virtualdisk

mkfs.ext4 /dev/loop0

vbladed 0 1 eth0 /dev/loop0

aoe-discover

aoe-stat


wget -c http://ggaoed.googlecode.com/files/ggaoed-1.1.tar.gz
tar zxvf ggaoed-1.1.tar.gz
cd ggaoed-1.1
./configure
make
make install


wget -c http://ignum.dl.sourceforge.net/project/aoetools/kvblade/alpha-3/kvblade-alpha-3.tgz
tar zxvf kvblade-alpha-3.tgz
cd kvblade-alpha-3
make