]> git.lizzy.rs Git - plan9front.git/blob - sys/man/8/vblade
truetypefs(4): document truetypefs
[plan9front.git] / sys / man / 8 / vblade
1 .TH VBLADE 8
2 .SH NAME
3 vblade \- virtual AoE target
4 .SH SYNOPSIS
5 .B disk/vblade
6 [
7 .B -ir
8 ] [
9 .B -s
10 .I size
11 ] [
12 .B -a
13 .I shelf.slot
14 ] [
15 .B -c
16 .I config
17 ]
18 .B file
19 [
20 .B -e
21 ether
22 ]
23 .SH DESCRIPTION
24 For each
25 .I file
26 specified,
27 .I vblade
28 serves it as an AoE (ATA-over-Ethernet) target via
29 the specified interfaces.  The default interface is
30 .BR /net/ether0 .
31 Since AoE uses raw Ethernet frames, the target is
32 only visible on the local ethernet segment.
33 .PP
34 All target-related options are reset for each
35 .IR file .
36 .SS Options
37 .TP \w'\fL-e\ \fIetherXX'u
38 .B -i
39 Initialize the configuration header in 
40 .IR file .
41 All previous configuration information is lost.  Without this option,
42 configuration is read from
43 .I file
44 and command like options override previous settings.
45 .TP
46 .B -r
47 Raw.  Do not use a configuration header.  This is useful when
48 exporting a device or file not generally exported by
49 .IR vblade .
50 .TP
51 .BI -s " n"
52 The exported target will have size
53 .IR n ,
54 rather than the available space in the target.  A size may end in
55 .LR p ,
56 .LR t ,
57 .LR g ,
58 .LR m ,
59 or
60 .LR k
61 to specify a customary
62 .I binary
63 multiplier.
64 .TP
65 .BI -a " m.n"
66 Specify the shelf and slot (or major and minor) address of the target.
67 Valid shelf numbers are between 0 and 65534.  Valid slots are 0-255.
68 .TP
69 .BI -c " s"
70 Set the AoE config string to
71 .IR s .
72 .TP
73 .BI -e " ether"
74 Listen to the network port
75 .IR ether.
76 Multiple ports may be specified.
77 .SH SEE ALSO
78 .IR aoe (3),
79 .IR sdaoe (3),
80 .IR http://www.coraid.com/documents/AoEr11.txt .
81 .SH SOURCE
82 .B /sys/src/cmd/disk/vblade
83 .SH BUGS
84 Security depends on control of the local Ethernet segment.  It may be
85 unwise to serve AoE on a segment bridged to a wireless network.