btfs
1.0.0
使用BTFS,您可以安装任何.torrent文件或磁铁链接,然后将其用作文件树中的任何读取目录。文件的内容将按照应用程序读取。 LS , CAT和CP等工具可以按预期工作。 VLC和Mplayer等应用程序也可以无需更改。
$ mkdir mnt
$ btfs video.torrent mnt
$ cd mnt
$ vlc video.mp4
卸下和关闭:
$ fusermount -u mnt
# apt-get install btfs
# pacman -S btfs
# emerge -av btfs
# dnf install fuse-btfs
$ rpm-ostree install fuse-btfs
# zypper install btfs
使用brew安装MacOS。
$ brew install btfs
$ sudo apt-get install autoconf automake libfuse-dev libtorrent-rasterbar-dev libcurl4-openssl-dev g++
$ git clone https://github.com/johang/btfs.git btfs
$ cd btfs
$ autoreconf -i
$ ./configure
$ make
而且,如果要安装它:
$ make install
使用brew来获得依赖关系。
$ brew install Caskroom/cask/osxfuse libtorrent-rasterbar autoconf automake pkg-config
$ git clone https://github.com/johang/btfs.git btfs
$ cd btfs
$ autoreconf -i
$ ./configure
$ make
而且,如果要安装它:
$ make install