-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
37 lines (27 loc) · 885 Bytes
/
README
File metadata and controls
37 lines (27 loc) · 885 Bytes
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
Description:
ethersrv is an implementation of EtherSRV for FreeBSD and Linux. It allows a
FreeBSD or Linux computer to share its drive over Ethernet with multiple DOS
clients running EtherDFS.
This is version 20180203 from http://etherdfs.sourceforge.net plus FreeBSD
port, musl / Alpine Linux port and some other patches by me.
FreeBSD example:
$ su
[...]
$ mdconfig -f /home/michael/floppy.img -u 0
$ mount -t msdosfs /dev/md0 /mnt
# ./ethersrv -f em0 /mnt
Listening on 'em0' [...]
Drive C: mapped to /mnt
# ls -lo /mnt
[...]
-r-xr-xr-x 1 michael wheel hidden,rdonly,system 7 Jun 6 10:41 test.txt
License:
MIT License
Copyright (C) 2017, 2018 Mateusz Viste
Copyright (c) 2020 Michael Ortmann
Website:
https://gitlab.com/mortmann/ethersrv
http://etherdfs.sourceforge.net
Thanks and Greetings to Mateusz Viste.
Enjoy,
Michael