- Joined
- Dec 13, 2022
I tried to follow the link and got this faggot shit:Apparently there's a bug on btrfs that broke a bunch of peoples' systems

Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I tried to follow the link and got this faggot shit:Apparently there's a bug on btrfs that broke a bunch of peoples' systems
This is a known [1, 2] Linux kernel issue, or, more precisely, a configuration issue: by default writeback buffer is very large, tuned for server workloads. It is not limited to windows2usb, you'll see this behavior on a simple big file copy with a file manager.
This could be fixed by either of:
echo 'vm.dirty_bytes = 67108864' | sudo tee /etc/sysctl.d/60-dirty.conf
- Reducing writeback buffer. Very simple one time configuration:
echo 'vm.dirty_background_bytes = 16777216' | sudo tee -a /etc/sysctl.d/60-dirty.conf
sudo sysctl --system
Appimage build contains autofsync library, which limits writeback data in userspace. It should help and works for me. If it doesn't, please report. ArchLinux AUR script may include autofsync as well (replace 7z with a shell script which sets LD_PRELOAD to autofsync and executes real 7z binary with it).
- Enabling Writeback Throttling feature. If you have this issue, most probably your distro compiles kernel without BLK_WBT_SQ flag and you're using default I/O scheduler. If the kernel is compiled with BLK_WBT_MQ (MQ, not SQ), then you can switch the disk to mq-deadline scheduler to make throttling work. Something like this:
echo mq-deadline | sudo tee /sys/block/sda/queue/scheduler
This could be configured on boot with elevator=mq-deadline kernel command line.
I don't want windows2usb to tune writeback values or change I/O scheduler automatically, because that's potentially unwanted feature. I totally understand your frustration with Linux defaults, but it has nothing with this tool.
saving time. same reason people use modpacks for games.but what the hell is a distro for anyways?
fwiw it should be documented at least, so if you check the directory it's mentioned in the config, otherwise docs.That is actually one of the things that gave me a distaste for debian. There were a few other things. But something similar annoyed me quite a lot. To the point I decided it's just easier to use something else that doesn't do all of that stuff for me. Because undoing it is way more work.
Autistic developers: "Who wouldn't want anime foxgirls to flash them, amirite?"you'll get a quick flash of this before you're redirected:
Imagine some train loving autists getting together to make a "real" train set, because mass market coomsumer Lionel sets don't meet their standards.I hate to follow up a question with a question, but what the hell is a distro for anyways?
Hey, your account is new so in case you aren't aware; you probably don't want to link any project you're working on personally here like this. It's bad opsec and the farms is not a place you want that.I've made my own DE with it's own distro. Nothing fancy, just wanted to share.
You can’t configure this thing to use another picture? Why is it some random anime catgirl instead of Tux?And if you have JS enabled, you'll get a quick flash of this before you're redirected:
View attachment 7727754
Imagine my shock:
View attachment 7727778
Arch attracts a lot of idiots. No true and honest unixbeard is going to be running shell scripts from the internet without looking at them first (which is functionally what AUR does)I thought people already assumed there are malicious packages in the aur.
Arch Linux's website is the only one I've seen that removed the fag drawing and replaced it with a generic green checkmark.You can’t configure this thing to use another picture? Why is it some random anime catgirl instead of Tux?
There are one or two nitter or redlib (I forgot wich one) instances that use their own branding.Arch Linux's website is the only one I've seen that removed the fag drawing and replaced it with a generic green checkmark.
If only there were some way to tell the mount command not to cache.Edit: The windows2usb author has some fun opinions. https://github.com/ValdikSS/windows2usb/issues/3#issuecomment-771534058 Here he opines that the default Linux behaviour, where Linux writes finish after cached in RAM that makes unmounts wait until completely written, is misconfiguration.
MOUNT(8) System Administration MOUNT(8)
NAME
mount - mount a filesystem
....
FILESYSTEM-INDEPENDENT MOUNT OPTIONS
...
sync
All I/O to the filesystem should be done synchronously. In the case
of media with a limited number of write cycles (e.g. some flash
drives), sync may cause life-cycle shortening.
"Made with :pinkheart: in :flagCanada:"
Your first mistake was using Emby instead of Jellyfin.yeah no the kodi interface for Emby is horrible
If I recall the Jellyfin add on had the exact same problemsYour first mistake was using Emby instead of Jellyfin.
Kodi works with Jellyfin just fine.
I just got done getting the Jellyfin plugin working with Libreelec. It does work, but it's a bit jank compared to, say, on a Roku or the like. You can't do client key auth, you have to use a user/pass. And if you don't select your main server upon install, you have to enter it manually (no apparent way to autodetect UPNP or DLNA?), or do a total plugin reset and it will autodetect then.If I recall the Jellyfin add on had the exact same problems