Skip to content

Instantly share code, notes, and snippets.

Mount Volumes into Proxmox VMs with Virtio-fs

Part of collection: Hyper-converged Homelab with Proxmox

Virtio-fs is a shared file system that lets virtual machines access a directory tree on the host. Unlike existing approaches, it is designed to offer local file system semantics and performance. The new virtiofsd-rs Rust daemon Proxmox 8 uses, is receiving the most attention for new feature development.

Performance is very good (while testing, almost the same as on the Proxmox host)

VM Migration is not possible yet, but it's being worked on!

@Blumlaut
Blumlaut / smaller_discord.css
Last active February 8, 2022 09:34
discord smaller css
.wrapper-NhbLHG {
padding: 0px;
}
.group-spacing-16 .groupStart-3Mlgv1 {
margin-top: 0.35rem;
}
.compact-2Nkcau.wrapper-30-Nkg, .cozy-VmLDNB.wrapper-30-Nkg {
padding-top: .08rem;
@Blumlaut
Blumlaut / ew.js
Created April 29, 2020 19:46
steam workshop unsubscribe all in a loop.
// ==UserScript==
// @name Unsubscribe All in a Loop
// @namespace http://tampermonkey.net/
// @version 4.2.0
// @description yiff yiff
// @author Blumlaut and not enough alcohol
// @match https://steamcommunity.com/id/bluethefurry/myworkshopfiles/
// @grant none
// ==/UserScript==
@Blumlaut
Blumlaut / suzuki_pids.txt
Created March 17, 2020 20:44
Some Suzuki PIDs
"P0010"
"Camshaft position actuator circuit"
"P0011"
"Camshaft position \u2013 timing over-advanced or system performance"
"P0012"
"Camshaft position \u2013 timing over-retarded"
@Blumlaut
Blumlaut / 2019-01-21_14-16-25.lua
Last active February 20, 2020 10:47
dirt kick-up simulation thingy for FiveM
local DiRT = {
1144315879,
510490462,
-1907520769,
-1286696947,
-1885547121,
-700658213,
2128369009,
-1595148316,
-765206029,
@Blumlaut
Blumlaut / eh.css
Created September 19, 2017 20:05
remove comic sans from fivem forums
@namespace url(http://www.w3.org/1999/xhtml);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@-moz-document domain("forum.fivem.net") {
body{font-family:'Gotham A',sans-serif}.topic-post.group-elements .topic-body{background-color:rgba(0,130,255,0.1)}
sourceMappingURL=desktop_theme_9_89a33a44898e01e93107aaf1e6882bafddae16f8.css.map */