| .github/workflows | ||
| cmd | ||
| constants | ||
| imgbuilder | ||
| nettap | ||
| osspecifics | ||
| qemucli | ||
| share | ||
| sshutil | ||
| storage | ||
| utils | ||
| vm | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| INSTALL_MACOS.md | ||
| INSTALL_WINDOWS.md | ||
| LICENSE | ||
| main.go | ||
| Makefile | ||
| README.md | ||
Linsk
Linsk is a utility that allows you to access Linux-native file system infrastructure, including LVM and LUKS on Windows and macOS. Unlike other solutions created to access Linux filesystems on unsupported operating systems, Linsk does not reimplement any file system. Instead, Linsk utilizes a lightweight Alpine Linux VM (~130 MB only) combined with network share technologies like SMB, AFP, and FTP.
Because Linsk uses a native Linux VM, there are no limitations on what you can access. Anything that works on Linux will work under Linsk too (hence the Linux+Disk name).
Installation
//TODO
Contributing
//TODO: Make it a separate .md file.
Contributions are the most welcome. Anything including small fixes is greatly appreciated.
Please keep your new code consistent with the existing and follow the best practices writing Go code. Before committing, please make sure that your code passes the linting & security scanning suite.
To install linting tools, execute the following commands:
make lint-deps
make security-check-deps
After that, you will be able to run the linter and the security scanning tool.
make lint
make security-check
Copyright and License
Copyright (c) 2023 The Linsk Authors.
Provided under the GNU General Public License v3. The copy of the license is included in the LICENSE file.
Use this git command to view the list of Linsk Authors:
git log --format='%aN <%aE>' | sort -uf