No description
Find a file
2023-09-27 13:42:48 +01:00
.github/workflows CI 2023-09-02 12:15:59 +01:00
assets Screenshot 2023-09-03 16:23:39 +01:00
cmd Implement dev_faulty_bs passthrough mode 2023-09-27 10:54:13 +01:00
constants Bump version to v0.1.1 2023-09-11 10:05:15 +01:00
imgbuilder Implement qemu-system stderr log passthrough 2023-09-06 13:53:11 +01:00
keys Add a GPG key 2023-09-04 09:41:44 +01:00
nettap Windows fixes 2023-09-03 14:08:24 +01:00
osspecifics Fix CI suite warnings 2023-09-27 13:42:48 +01:00
qemucli Fix aarch64 runtime issues 2023-09-03 16:19:39 +01:00
share Licensing & Copyright 2023-09-02 20:03:44 +01:00
sshutil Fix panic 2023-09-03 20:40:38 +01:00
storage Licensing & Copyright 2023-09-02 20:03:44 +01:00
utils Licensing & Copyright 2023-09-02 20:03:44 +01:00
vm Enable the use of original device block size 2023-09-27 10:48:23 +01:00
.gitignore Create build-binaries.sh 2023-09-04 09:37:12 +01:00
build-binaries.sh build-binaries.sh: add .exe suffix to Windows binaries 2023-09-04 10:02:41 +01:00
CONTRIBUTING.md Work on README.md 2023-09-03 15:10:30 +01:00
go.mod go mod tidy 2023-09-01 14:41:45 +01:00
go.sum go mod tidy 2023-09-01 14:41:45 +01:00
INSTALL_MACOS.md Add a prebuilt binaries note 2023-09-04 09:56:34 +01:00
INSTALL_WINDOWS.md Merge branch 'master' of github.com:AlexSSD7/linsk 2023-09-06 13:16:07 +01:00
LICENSE Licensing & Copyright 2023-09-02 20:03:44 +01:00
LINUX_DEV_ENV.md More progress writing .md files 2023-09-03 15:01:13 +01:00
main.go Licensing 2023-09-02 20:11:25 +01:00
Makefile CI Makefile 2023-09-01 16:40:56 +01:00
README.md Screenshot 2023-09-03 16:23:39 +01:00
SHELL.md SHELL.md updates 2023-09-03 16:00:29 +01:00
TROUBLESHOOTING.md More progress writing .md files 2023-09-03 15:01:13 +01:00
USAGE_MACOS.md Add block device passthrough warning 2023-09-06 12:46:44 +01:00
USAGE_WINDOWS.md Add block device passthrough warning 2023-09-06 12:46:44 +01:00

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).

To show your thanks, please star this repository if you found it useful.

Screenshot of Linsk running

💻 Supported platforms

CPU architectures

Linsk natively supports both x86_64 (aka amd64, Intel, AMD, etc.) and aarch64 (aka arm64, Apple M1/M2, and others).

Although Linsk uses a virtual machine, the CPU is never emulated but the hardware accelerators like HVF (macOS), WHPX (Windows), and KVM (Linux) are used.

Operating systems

  • Windows
  • macOS
  • Linux (for development purposes, mostly)

Network file share backends

Linsk relies on network file shares to expose files to the host machine. Below are the types of network shares Linsk supports:

  • SMB - The default for Windows.
  • AFP - The default for macOS.
  • FTP - An alternative backend.

💿 Installation

🔧 Usage

👨‍💻 Contributing

Please see CONTRIBUTING.md.

©️ 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