Rust: do you mean Self or self?
Moved from https://lemmy.world/u/fnrir
- 1 Post
- 19 Comments
fnrir@lemmy.blahaj.zoneto Linux@lemmy.ml•What have been your costliest mistakes in using Linux?5·15 days agoMy theory for what happened is:
There might have been some delayed writes on Arch, but that’s no the main issue.
When booting into Fedora and running an update, the state of the filesystem changed to the point that when resuming Arch, it put the filesystem into an extremely inconsistent state (where the Arch system might have cached (meta)data that was changed since hibernation).
Also, to clarify, I still managed to recover my data, but the FS was not mountable and btrfsck couldn’t do shit. And I’m still using that Arch install to this day. XDDD
fnrir@lemmy.blahaj.zoneto Linux@lemmy.ml•What have been your costliest mistakes in using Linux?10·15 days agoHibernating my computer and then forgetting about it and booting into a different OS (Fedora Silverblue) on the same partition (BTRFS subvolume stuff). AND THEN TRYING TO RESUME THE HIBERNATED OS (Arch btw).
my filesystem was pretty much unrecoverable and it was my fault
fnrir@lemmy.blahaj.zoneto politics @lemmy.world•GOP Senator introduces bill to make all porn a federal crime, following Project 2025 playbook7·1 month agoThe classic rethorical strategy of drawing your opponent as pregnant.
fnrir@lemmy.blahaj.zoneto politics @lemmy.world•House Republicans unveil Medicaid cuts in Trump's big bill10·1 month agoRemember that time conservatives said they needed guns to defend themselves from a tyrannical government?
fnrir@lemmy.blahaj.zoneto politics @lemmy.world•Trump loses his mind over pushback to Qatar jet deal5·1 month agoThere probably is, hence “bipartisan critics”
Update: I managed to build wimboot after cherry-picking some patches.
Interesting. Sadly it only supports FAT32, NTFS and EXFAT with no Linux filesystems.
And Ventoy is free. It’s hard to argue with free.
Pretty much. I do have some releases, but considering Nix’s philosophy you probably should. Ventoy-CPIO should build fine, if the right toolchains and dietlibc are in PATH. Ventoy-boot relies on overlay mounts though, so it might not build within Nix.
On Linux installation is done through a series of scripts and
vtoycli
. I haven’t worked on that yet, but there’s build scripts there that should do the trick, but since they build it for multiple architectures, you’ll have to run just the stuff for your arch (probably x86_64).sth like:
cd vtoycli/fat_io_lib/release gcc -specs "/usr/local/musl/lib/musl-gcc.specs" -O2 -D_FILE_OFFSET_BITS=64 fat*.c -c ar -rc libfat_io_64.a *.o cd ../.. gcc -specs "/usr/local/musl/lib/musl-gcc.specs" -Os -static -D_FILE_OFFSET_BITS=64 -Ifat_io_lib/include fat_io_lib/lib/libfat_io_64.a *.c -o vtoycli_64 # Optional strip --strip-all vtoycli_64
fnrir@lemmy.blahaj.zoneOPto Linux@lemmy.ml•Progress update on the Ventoy blob problemEnglish13·2 months agoFocus on yourself first. I do have a Ko-Fi, but I don’t promote it much.
TLDR: There’s binaries instead of source code in the repo, which makes it hard to near-impossible to verify what it’s doing. And the instructions for building those is lacking.
Smash. Next question.
fnrir@lemmy.blahaj.zoneto politics @lemmy.world•The FBI Is Investigating Attacks on Tesla as ‘Domestic Terrorism.’ Here’s Why That MattersPolski4·3 months agoIn Luigi we trust.
EDIT: I got Onion’d