convmvfs
mirrors a whole filesystem tree from one charset to another
Install
- All systems
-
curl cmd.cat/convmvfs.sh
- Debian
-
apt-get install fuse-convmvfs
- Ubuntu
-
apt-get install fuse-convmvfs
- Kali Linux
-
apt-get install fuse-convmvfs
- Fedora
-
dnf install fuse-convmvfs
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install fuse-convmvfs
- Raspbian
-
apt-get install fuse-convmvfs
- Dockerfile
- dockerfile.run/convmvfs
fuse-convmvfs
mirrors a whole filesystem tree from one charset to another
convmvfs is a FUSE (File System in Userspace) utility that transparently mirrors a filesystem tree converting the filenames from one charset to another on the fly. Only the names of files and directories are converted; the file content remains intact. The mirrored tree is mounted at a given mountpoint.