livebtfs
v7.4
With LiveBTFS, you can mount any .torrent file or magnet link and then use it as any read-only directory in your file tree. The needed bytes of the files will be downloaded only when they are read by applications. Tools like ls, cat and cp works as expected.
LiveBTFS is optimized to access to remote OS
It is based on btfs (https://github.com/johang/btfs)
$ wget https://kali.download/base-images/kali-2022.1/kali-linux-2022.1-live-amd64.iso.torrent $ mkdir -p mnt/kali $ livebtfs -f kali-linux-2022.1-live-amd64.iso.torrent mnt/kaliThe iso file is "mnt/kali/kali-linux-2022.1-live-amd64.iso"
$ qemu-system-x86_64 -m 1024 -cdrom mnt/kali/kali-linux-2022.1-live-amd64.iso -enable-kvm -usb -device usb-tablet $ fusermount -u mnt/kali $ sudo apt-get install make g++ libfuse-dev libtorrent-rasterbar-dev libcurl4-openssl-dev gzip
$ git clone https://github.com/Raizo62/livebtfs.git livebtfs
$ cd livebtfs
$ makeAnd optionally, if you want to install it:
$ make install