Vblade - ATA over Ethernet
From NAS-Central Buffalo - The Linkstation Wiki
m |
m (→Client (aoetools)) |
||
| Line 31: | Line 31: | ||
sudo aoe-stat | sudo aoe-stat | ||
| - | + | ||
'''e1.2''' 20.003GB eth0 up | '''e1.2''' 20.003GB eth0 up | ||
Revision as of 23:49, 27 August 2006
|
|
|
Contents |
Background
ATA over Ethernet (AoE)[1] is a network protocol developed by the Brantley Coile Company (now Coraid)[2], designed for accessing ATA storage devices over Ethernet networks. It gives the possibility to build SANs with low-cost, standard technologies. AoE does not rely on network layers above Ethernet, such as IP, UDP, TCP, etc. This means that AoE is not routable over LANs and is intended for SANs only. An alternative to iSCSI, the AoE specification[3] [4] is 8 pages compared with iSCSI's[5] 257 pages.
|
Installation
The Linkstation is used as a server running vblade and a computer running ubuntu used as a client running aoetools. This version of vblade runs in userspace, however there is a version that runs in kernelspace.[6]
| USB Drive |
| I had bricked my LS when trying to mount an internal partition the first time, so I used a usb drive this time around. Which on my LinkStation was /dev/sda1 |
Server (vblade)
FreeLink
Use aptitude to install vblade componant of AOE. You will need to have the unstable branch added: Get access to packages from the Debian unstable branch
apt-get install vblade
usage: vblade <shelf> <slot> <ethn> <device>
vblade 1 2 eth0 /dev/sda1 &
Client (aoetools)
Install the aoetools[7] package [8] using aptitude. You will need to have Unstable (Debian) or Testing (Debian) branch enabled.
| My Client |
| In this case I have a PIII/600 Compaq Armada laptop running Ubuntu Dapper Drake. |
sudo apt-get aoetools mkdir mountpoint sudo modprobe aoe
sudo aoe-stat
e1.2 20.003GB eth0 up
Mount this device on your client
sudo mount -t vfat /dev/etherd/e1.2 mountpoint/
and try it out
cd mountpoint ls -la
hopefully it works. There is some useful Linux support on the Coraid site[9]
References
- ↑ Wikipedia:ATA over Ethernet
- ↑ Coraid:: The Linux Storage People
- ↑ Advanced Technology Attachment(ATA) over Ethernet - (AoE)
- ↑ Coraid: The AoE Protocol
- ↑ RFC 3720 - Internet Small Computer Systems Interface - (iSCSI)
- ↑ Vblade Linux kernel module
- ↑ ATA Over Ethernet Tools and vblade - the server side part of AoE and this one runs in userspace
- ↑ Debian Package: aoetools - tools to assist in using ATA over Ethernet
- ↑ Linux Support for EtherDrive (R) Storage


