1
0
mirror of https://github.com/AR2000AR/openComputers_codes.git synced 2025-09-08 14:41:14 +02:00

[lnfs] readme

This commit is contained in:
2022-09-24 10:45:02 +02:00
parent 8f123e3aaa
commit b0b207e9f8

View File

@@ -27,6 +27,16 @@ Read and write credit card on an unmanaged floppy.
move coins with a transposer. Use coins from the [ordinary coins](https://www.curseforge.com/minecraft/mc-mods/ordinary-coins) mod.
Note that the exchange rate is 50:1 instead of the default 100:1.
---
## Lua Network File System
### lnfsc
lnfs client. Provide the lib (filesystem proxy) and mount.lnfs command
example usage : `mount.lnfs address -p=21 -r`
### lnfss
lnfs server. Configuration handled by /etc/rc.cfg. See `man lnfsd` or [lnfsd](lnfs/lnfsd) for more info
---
## Other programs