Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.
YuraKotov edited this page Nov 19, 2010 · 3 revisions

Client with aoetools:

  • Required loaded AoE kernel module

$modprobe aoe
$lsmod | grep aoe

  • Required packet aoetools (for easy test)

$aptitude install aoetools
$aoe-discover (find information about exports)
$aoe-stat (show this info)

  • Read/Write

$dd if=/dev/etherd/e"shelf"."slot" bs=1k count=1
$dd if=/some/place of=/dev/etherd/e"shelf"."slot" bs=1k count=1

Clone this wiki locally