SaaSHub helps you find the best software and product alternatives Learn more →
Vdo Alternatives
Similar projects and alternatives to vdo
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
minio
MinIO is a high-performance, S3 compatible object store, open sourced under GNU AGPLv3 license.
-
-
-
kvdo
A pair of kernel modules which provide pools of deduplicated and/or compressed block storage. (by tigerblue77)
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better vdo alternative or higher similarity.
vdo discussion
vdo reviews and mentions
Posts with mentions or reviews of vdo.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-20.
- VDO: Userspace tools for pools of deduplicated and compressed block storage
- AWS switch from gzip to zstd – about 30% reduction in compressed S3 storage
-
"lvextend" freezes my Debian server
It is true that I have not had time to concentrate fully on this issue in the last days, and it is difficult for me to understand some of the subtleties of the subject (english is not my main language). I would like to thank you for your help and patience! I really appreciate it. FYI, I will continue to work on this issue and will update this topic. I've also asked the VDO development team to take a look at it and to tell me if they have any ideas, you can see that discussion here.
-
New LVM VDO logical volume inactive at startup, even with "--activate y" parameter
No problem, maybe someone else will read it and be able to clarify all of this. I also asked the question on VDO Github repository.
-
Which directories should I move to a compressed/deduplicated volume ? Which should I not ?
Still working on this project, I can now compile and run LVM VDO under Debian, which is a great thing (I shared the script here).
-
Need help on BASH syntax
#!/bin/bash install_dependencies() { (( ${#} > 1 )) && { apt update apt install -y "$@" } || echo "No dependencies to install" } clean_dependencies() { (( ${#} > 1 )) && { apt autoremove --purge -y "$@" } || echo "No dependencies to remove" } clone_repo() { (( ${#} == 1 )) && { TEMPDIR=$(mktemp -d "${1/*\/}.XXX") git clone "$1" "${TEMPDIR}" && \ cd "$TEMPDIR" && pwd -P } } # First part : KVDO module install_dependencies git make "linux-headers-$(uname -r)" > /dev/null 2>&1 WORK_DIR="$(clone_repo https://github.com/tigerblue77/kvdo.git)" ( cd "${WORK_DIR}" && \ make -j"$(nproc)" -C "/usr/src/linux-headers-$(uname -r)" M="${WORK_DIR}" ) > kvdo_log 2>&1 cp "${WORK_DIR}/vdo/kvdo.ko" "${WORK_DIR}/uds/uds.ko" "/lib/modules/$(uname -r)" clean_dependencies git make "linux-headers-$(uname -r)" > /dev/null 2>&1 rm -Rf "${WORK_DIR}" # Second Part: VDO Module install_dependencies git make gcc uuid-dev libz-dev libdevmapper-dev libblkid-dev > /dev/null 2>&1 WORK_DIR="$(clone_repo https://github.com/dm-vdo/vdo.git)" ( cd "${WORK_DIR}" && \ make -j"$(nproc)" && \ make -j"$(nproc)" install ) > vdo_build_log 2>&1 clean_dependencies git make gcc uuid-dev libz-dev libdevmapper-dev libblkid-dev > /dev/null 2>&1 rm -Rf "${WORK_DIR}" # Last Part depmod modprobe kvdo modprobe uds
-
Unable to convert /home LVM logical volume to LVM VDO volume
Update : the project is progressing and I managed to install VDO on Debian 11(.3) : https://github.com/dm-vdo/vdo/issues/47
-
A note from our sponsor - SaaSHub
www.saashub.com | 21 Jun 2025
Stats
Basic vdo repo stats
10
198
3.9
3 months ago
dm-vdo/vdo is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of vdo is C.