lbmount
Fuse based remote filesystem for LTSP thin clients
Install
- All systems
-
curl cmd.cat/lbmount.sh
- Debian
-
apt-get install ltspfs
- Ubuntu
-
apt-get install ltspfs
- Kali Linux
-
apt-get install ltspfs
- Fedora
-
dnf install ltspfs
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ltspfs
- Raspbian
-
apt-get install ltspfs
- Dockerfile
- dockerfile.run/lbmount
ltspfs
Fuse based remote filesystem for LTSP thin clients
LtspFS is a remote filesystem consisting of two parts: 1) A network server daemon that runs on the LTSP terminal. 2) A FUSE module that runs in userspace on the server, that connects with the daemon on the client. This package contains the userspace parts for the LTSP server.