File: ethersrv-linux.8

package info (click to toggle)
etherdfs-server 0~20180203-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: ansic: 1,259; makefile: 15
file content (40 lines) | stat: -rw-r--r-- 980 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.TH ethersrv-linux 8 "December 30, 2020" etherdfs-server
.SH NAME
ethersrv-linux \- Ethernet DOS Filesystem server
.SH SYNOPSIS
.B ethersrv-linux
.RB [ \-f ]
.I iface
.I directory
.RI [ directory ...]
.SH DESCRIPTION
.B ethersrv-linux
serves the named
.I directories
over the interface
.IR iface .
.PP
The first exported directory will be mapped to C:, the second to D:,
etc.
.SH OPTIONS
.TP
.B \-f
stay in the foreground (do not daemonize the process).
.SH NOTES
.B ethersrv-linux
needs the
.B CAP_NEW_RAW
system capability, which usually means that it needs to be run as
root.
.PP
The exported directories
.I should
reside on FAT filesystems; this ensures that FAT attributes and
mixed-case filenames are handled correctly, and that '.' and '..'
appear in the expected order.
.SH AUTHORS
.B ethersrv-linux
was written by Mateusz Viste.
This manual page was adapted from the provided documentation by
Stephen Kitt, for the Debian GNU/Linux system (but it may be used by
others).