SlackBuilds Repository

15.0 > System > virtiofsd (1.13.3)

virtiofsd is a vhost-user virtio-fs device backend written in Rust.

This won't work on a 32bit operating system.

NOTE: if you wish to update virtiofsd yourself you need to create a
tarball first with the vendored versions of the rust dependencies:
to create the "vendor" source dir yourself unpack the virtiofsd
tarball, enter its directory and execute these three commands

export LD_LIBRARY_PATH="/opt/rust/lib64:$LD_LIBRARY_PATH"
export PATH="/opt/rust/bin:$PATH"
cargo vendor

then you can create a tarball with

tar Jcf ../virtiofsd-$VERSION-vendor.tar.xz vendor

this is necessary to avoid downloading stuff during execution of
the SlackBuild.

This requires: rust-opt

Maintained by: Duncan Roe
Keywords: virtio,virtio-fs,qemu,libvirt
ChangeLog: virtiofsd

Homepage:
https://virtio-fs.gitlab.io

Source Downloads (64bit):
virtiofsd-v1.13.3.tar.bz2 (899f902d197b804cc32abee4918d92ef)
virtiofsd-1.13.3-vendor.tar.xz (9a7e1850d44fc224004782aeb911c963)

Download SlackBuild:
virtiofsd.tar.gz
virtiofsd.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
slack-desc
virtiofsd.SlackBuild
virtiofsd.info

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2026 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds