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
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 |
© 2006-2026 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of
Patrick Volkerding
Linux® is a registered trademark of
Linus Torvalds